Teravus Ovares
|
e3dd15bef0
* Added support for multiple terrain blocks to be edited at the same time
|
17 年之前 |
lbsa71
|
653a41fa03
* some work on not storing the circuitPack (bad thing if we're going to reuse packets)
|
17 年之前 |
Brian McBee
|
8a8c89a0f3
Grid Inventory feature upgrade: renaming folders should now be correct, subfolders work, moving folders works.
|
17 年之前 |
Brian McBee
|
16903ec488
Implementing updateinventoryfolder: Should now be able to rename folders in inventory
|
17 年之前 |
Jeff Ames
|
40fd37f95a
Refactored animation handling in ScenePresence. Now maintains a list of current animations.
|
17 年之前 |
MW
|
611327e104
more work on texture downloading.
|
17 年之前 |
Jeff Ames
|
af6eb67999
saved OpenSim source code from the giant rampaging unterminated copyright notice of doom
|
17 年之前 |
Jeff Ames
|
e278d07220
refactored ChatModule a bit.
|
17 年之前 |
Teravus Ovares
|
e595f82489
* Hooked up the GridComm event ChildDataUpdate to the scene.
|
17 年之前 |
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 年之前 |
Brian McBee
|
beca2373e1
Allow moving, deleting, and restoring objects in inventory.
|
17 年之前 |
Teravus Ovares
|
57f666497b
* Added hacked support for 'anyone can move' and 'anyone can copy'.
|
17 年之前 |
Teravus Ovares
|
bb824eadee
* Refactored Permissions into ScenePresence as requested by MW
|
17 年之前 |
Sean Dague
|
8f58a9a107
From Justin Casey (IBM)
|
17 年之前 |
Sean Dague
|
c29105aa3e
This is a simple patch which just renames an IClientAPI method to
|
17 年之前 |
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 年之前 |
Sean Dague
|
b167507e32
Patch for mantis 0000015: Textures don't display in the object
|
17 年之前 |
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 年之前 |
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 年之前 |
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 年之前 |
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 年之前 |
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 年之前 |
Teravus Ovares
|
e69c810486
* Added code to capture the draw distance setting from the client.
|
17 年之前 |
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 年之前 |
Jeff Ames
|
d10c79d421
first stab at implementation of CopyInventoryItem
|
17 年之前 |
Dalien Talbot
|
793813a6a6
Added handler for MapNameRequest - OnMapNameRequest
|
17 年之前 |
MW
|
a4a1ff3d9b
Added ClickAction property to SceneObjectPart (and the relevant changes in IClientAPI so its used), so that the default click action (ie touch, sit, etc) can be set on a prim. Note: Sill need to handle the incoming packets that set this, from the client.
|
17 年之前 |
Teravus Ovares
|
179695909a
* Implemented the little friendly pop tooltip messages that appear when you hover your mouse over prim with the object name, description, ownerid.. etc.
|
17 年之前 |
Teravus Ovares
|
3cb2b5eb66
* Copied objects are now owned by the object copier (Next Owner) (however next owner permissions are not applied yet)
|
17 年之前 |
Teravus Ovares
|
9f6b3e2357
* Added AvatarPicker in Standalone mode. Works for finding avatar to ban, manually trying to add a friend (with the add button) or useful to those who are curious which usernames have visited your standalone sim. Important for future development :D.
|
17 年之前 |