lbsa71
|
efd90b56b7
* Optimized usings
|
17 vuotta sitten |
Justin Clarke Casey
|
c470efea57
Make copying of scripts into prim inventories more reliable on the first attempt when the asset server is lagging by formalising the de facto polling.
|
17 vuotta sitten |
Justin Clarke Casey
|
42bc256e4f
Refix bug where inventory textures don't appear in prim edit texture selection box
|
17 vuotta sitten |
Teravus Ovares
|
a453672edb
* Remapped the Connection shutdown path.
|
17 vuotta sitten |
Teravus Ovares
|
ccc8ffaaec
* Added Incomplete Handling of the RegionInfoRequest packet
|
17 vuotta sitten |
mingchen
|
e2ed1a4e1f
*Adding and Removing Avatars from the Access/Ban List for a parcel now works, but the actual ban lines, etc are not done.
|
17 vuotta sitten |
Teravus Ovares
|
e3dd15bef0
* Added support for multiple terrain blocks to be edited at the same time
|
17 vuotta sitten |
lbsa71
|
653a41fa03
* some work on not storing the circuitPack (bad thing if we're going to reuse packets)
|
17 vuotta sitten |
Brian McBee
|
8a8c89a0f3
Grid Inventory feature upgrade: renaming folders should now be correct, subfolders work, moving folders works.
|
17 vuotta sitten |
Brian McBee
|
16903ec488
Implementing updateinventoryfolder: Should now be able to rename folders in inventory
|
17 vuotta sitten |
Jeff Ames
|
40fd37f95a
Refactored animation handling in ScenePresence. Now maintains a list of current animations.
|
17 vuotta sitten |
MW
|
611327e104
more work on texture downloading.
|
17 vuotta sitten |
Jeff Ames
|
af6eb67999
saved OpenSim source code from the giant rampaging unterminated copyright notice of doom
|
17 vuotta sitten |
Jeff Ames
|
e278d07220
refactored ChatModule a bit.
|
17 vuotta sitten |
Teravus Ovares
|
e595f82489
* Hooked up the GridComm event ChildDataUpdate to the scene.
|
17 vuotta sitten |
Brian McBee
|
383eccc543
hackish code to allow emptying of trash. This really should be done on the inventory server, and not from the region.
|
17 vuotta sitten |
Brian McBee
|
beca2373e1
Allow moving, deleting, and restoring objects in inventory.
|
17 vuotta sitten |
Teravus Ovares
|
57f666497b
* Added hacked support for 'anyone can move' and 'anyone can copy'.
|
17 vuotta sitten |
Teravus Ovares
|
bb824eadee
* Refactored Permissions into ScenePresence as requested by MW
|
17 vuotta sitten |
Sean Dague
|
8f58a9a107
From Justin Casey (IBM)
|
17 vuotta sitten |
Sean Dague
|
c29105aa3e
This is a simple patch which just renames an IClientAPI method to
|
17 vuotta sitten |
MW
|
27f182ac54
Part 1 of a commit. This revision will not compile, part 2 will be added in a couple of minutes that should fix that.
|
17 vuotta sitten |
Sean Dague
|
b167507e32
Patch for mantis 0000015: Textures don't display in the object
|
17 vuotta sitten |
Teravus Ovares
|
4bd38fc65a
* Thanks to _SomeOne_, Server side permissions on object editing. Be aware, that if you're editing an object on your client that you're not allowed to, it'll appear that it's moving to you, but won't actually be moving on the sim.
|
17 vuotta sitten |
MW
|
ac77c50ba9
Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorldMap and into its own public method (which is called during region creation). We shouldn't have things like that in methods like LoadWorldMap as some regions might not being having a worldmap loaded via the LoadWorldMap method (like in custom applications).
|
17 vuotta sitten |
Teravus Ovares
|
944b118c62
* Added a way for the Region master user to kick individual users from their sim with a custom message. Their client says, "You've been logged off of secondlife, <Your custom message here> and logs them off.
|
17 vuotta sitten |
Teravus Ovares
|
52714c339e
* Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the appropriate messages to make it think it's got god status. Will be used for finding more unimplemented packets....
|
17 vuotta sitten |
Teravus Ovares
|
999eec603e
Created a client driven packet throttler. The sim now respects the client's network throttle settings but does sanity checks to avoid too little(nothing gets sent) or too much(the sim crashes) data.
|
17 vuotta sitten |
Teravus Ovares
|
e69c810486
* Added code to capture the draw distance setting from the client.
|
17 vuotta sitten |
Teravus Ovares
|
615b40b68b
* Refactored IClientAPI.OutPacket to require a second mandatory parameter. This parameter has an enum:int ThrottleOutPacketType and contains types; Resend, Land, Wind, Cloud, Task, Texture, and Asset.
|
17 vuotta sitten |