| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Mantis#2597. Thank you kindly, Idb for a patch that: | Charles Krinke | 2008-11-13 | 1 | -0/+10 |
* | * Rename scene tests to scene object tests since that is what they are actual... | Justin Clarke Casey | 2008-11-12 | 1 | -2/+2 |
* | * test: Add basic synchronous object remove test | Justin Clarke Casey | 2008-11-12 | 3 | -7/+15 |
* | * refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra... | Justin Clarke Casey | 2008-11-12 | 8 | -106/+118 |
* | * Stop the pointless passing of a scene's own region handler back to it in re... | Justin Clarke Casey | 2008-11-12 | 3 | -117/+102 |
* | * Stop locking the scene presences dictionary for the entire agent crossing p... | Justin Clarke Casey | 2008-11-12 | 1 | -12/+20 |
* | Revamp inventory transfer module, step 1. Inventory will now be saved if | Melanie Thielker | 2008-11-12 | 2 | -109/+138 |
* | Add the missing bits that got lost in the prim clamping commit. This should | Melanie Thielker | 2008-11-12 | 1 | -0/+17 |
* | * Create TestScene to get at the async object deleter for use in a future test | Justin Clarke Casey | 2008-11-11 | 3 | -3/+58 |
* | * Put an Enabled switch on the async object deleter for future testing purposes | Justin Clarke Casey | 2008-11-11 | 3 | -3/+21 |
* | Prevent pieces from other people's HUDs from displaying at the center of | Melanie Thielker | 2008-11-11 | 2 | -3/+4 |
* | minor: refactor some SceneTests code for future tests | Justin Clarke Casey | 2008-11-11 | 1 | -7/+24 |
* | * Implement basic region filtering as described in https://lists.berlios.de/p... | Justin Clarke Casey | 2008-11-11 | 1 | -0/+1 |
* | Mantis#2604. Thank you kindly, Diva for a patch that: | Charles Krinke | 2008-11-11 | 1 | -4/+10 |
* | Add ClampPrimSize option to ensure no prim can exceed the set size. This | Melanie Thielker | 2008-11-11 | 1 | -0/+2 |
* | Fix a nullref in attachment packing | Melanie Thielker | 2008-11-11 | 1 | -0/+7 |
* | Allow gods to terraform without limits. Respect the Allow Others To | Melanie Thielker | 2008-11-11 | 2 | -7/+9 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-11 | 1 | -5/+6 |
* | * Commit allows downloading of the .raw terrain from the estate tools. | Teravus Ovares | 2008-11-10 | 3 | -1/+32 |
* | * Remove mono warnings | Justin Clarke Casey | 2008-11-10 | 1 | -32/+9 |
* | * refactor: clean up SOG xml2 reloading to reuse more code | Justin Clarke Casey | 2008-11-10 | 2 | -13/+4 |
* | Restore the independent LocalID numbering for avatars. Fixes an issue where | Melanie Thielker | 2008-11-10 | 2 | -1/+12 |
* | * refactor: Make xml (orig format) loading method reuse existing set root par... | Justin Clarke Casey | 2008-11-10 | 1 | -9/+15 |
* | fix unit tests use SetRootPart now | Sean Dague | 2008-11-10 | 1 | -3/+3 |
* | make things compile, but the test still fails because of the root part | Sean Dague | 2008-11-10 | 1 | -3/+0 |
* | Lock tests on EntityList.cs, multithreaded object addition | Sean Dague | 2008-11-10 | 2 | -1/+290 |
* | * minor: remove useless exception catch | Justin Clarke Casey | 2008-11-10 | 2 | -10/+2 |
* | * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting R... | Justin Clarke Casey | 2008-11-10 | 4 | -13/+8 |
* | Removed some debug output I forgot to remove... | Homer Horwitz | 2008-11-10 | 1 | -13/+0 |
* | * Take out the 1 second sleep debugging line in ScenePresence | Justin Clarke Casey | 2008-11-10 | 1 | -1/+0 |
* | * Refactor the callers of SOG.SetPartAsRoot() to use common code | Justin Clarke Casey | 2008-11-10 | 1 | -31/+18 |
* | * Extend basic scene test to retrieve the object from the scene and match uuids | Justin Clarke Casey | 2008-11-10 | 5 | -63/+28 |
* | Keep dropped prims from being temp-on-rez and getting cleaned up | Melanie Thielker | 2008-11-10 | 1 | -0/+1 |
* | From: Christopher Yeoh <cyeoh@au1.ibm.com> | Sean Dague | 2008-11-10 | 1 | -1/+7 |
* | Stop attachments from causing an update to be sent on every frame in which | Melanie Thielker | 2008-11-10 | 4 | -7/+13 |
* | Script region crossing. This has not user functionality, but lays all the | Melanie Thielker | 2008-11-09 | 8 | -23/+136 |
* | * Applying EventQueueGetModule patch to try debug the case of the missing EQG. | Adam Frisby | 2008-11-09 | 1 | -1/+2 |
* | Update svn properties. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2008-11-09 | 2 | -2/+2 |
* | Reintroduce transactionID to the parameter list for SendInstantMessage. | Melanie Thielker | 2008-11-09 | 3 | -6/+6 |
* | Mantis #2553: Thank you, idb, for a fix that helps to persist changes in prim... | Homer Horwitz | 2008-11-08 | 1 | -0/+8 |
* | * Ported InstantMessageModule to IClientCore | Adam Frisby | 2008-11-08 | 1 | -6/+11 |
* | * Implemented OnClientConnect in Scene EventManager | Adam Frisby | 2008-11-08 | 1 | -0/+16 |
* | * Added IClientIM to IClientCore interfaces | Adam Frisby | 2008-11-08 | 5 | -25/+24 |
* | Added necessary locking to LandManagementModule. As it is used by several | Homer Horwitz | 2008-11-08 | 1 | -143/+239 |
* | Small bugfix for RemoveNeighbourRegion | Homer Horwitz | 2008-11-08 | 1 | -1/+1 |
* | Add some discovery code, laying groundwork for region-crossing scripts | Melanie Thielker | 2008-11-08 | 1 | -0/+26 |
* | Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2008-11-08 | 1 | -1/+1 |
* | Remove part of another patch that would cause DNE to nuke the sim in it's | Melanie Thielker | 2008-11-08 | 1 | -2/+0 |
* | Refactor IEventReceiver back into IScriptEngine | Melanie Thielker | 2008-11-08 | 1 | -0/+2 |
* | * Correct catch changed on last commit, since I just realized I started makin... | Justin Clarke Casey | 2008-11-07 | 1 | -1/+1 |