aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* As part of a dinosaur hunting expedition, IScenePresenceBody.cs was terminate...MW2009-03-021-37/+0
* * Update ScenePresenceTests to reflect current REST communication workflow.Sean Dague2009-02-261-11/+27
* Add check in SceneManager to stop opensim.exe crashing if no regions/scenes w...MW2009-02-261-1/+8
* * minor: Remove most mono compiler warningsJustin Clarke Casey2009-02-251-2/+2
* * Experimental softening of SOG waiting for update on link - changing from ab...lbsa712009-02-251-3/+3
* * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I...lbsa712009-02-251-1/+3
* A few updates necessary for load balancer.Mike Mazur2009-02-253-9/+18
* Close-to-final tweaking with appearance. This time sending *everything*. Addr...diva2009-02-242-36/+29
* From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague2009-02-231-0/+1
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-231-2/+2
* * Commenting out threaded Scene update for the moment.Adam Frisby2009-02-231-2/+3
* * Fix for recent thread patch - IsAlive apparently is not as reliable as Thre...Adam Frisby2009-02-231-1/+2
* * Performance Changes:Adam Frisby2009-02-232-3/+17
* Prevent avatar from walking along z-axisMike Mazur2009-02-231-1/+19
* A little bit more tweaking with appearance. Now passing both the wearables an...diva2009-02-232-66/+75
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-2219-89/+100
* * Fixes an assumption whereby Scene assumes that each client is capable of pr...Adam Frisby2009-02-221-0/+8
* Addresses some issues with appearance after TPs. Appearance.Owner was not bei...diva2009-02-222-5/+9
* * Renamed and encapsulated m_sceneGraph as SceneGraph for ccclbsa712009-02-202-4/+13
* * Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey2009-02-203-17/+30
* Revert previous commitMelanie Thielker2009-02-201-6/+1
* Committing interface and stubs for IM interceptionMelanie Thielker2009-02-201-1/+6
* THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...diva2009-02-202-44/+0
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-202-507/+506
* This moves the 2 friends-related interregion messages out of OGS1 and into th...diva2009-02-201-10/+0
* * refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it...Justin Clarke Casey2009-02-191-4/+4
* reverted last revision, until we decide how to handle capturing IM'sMW2009-02-191-4/+1
* Added a event to IMessageTransferModule (and MessageTransferModule) so that o...MW2009-02-191-0/+3
* Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2009-02-192-7/+8
* Fix region crossing for unscripted prims, avoid costly SEHMelanie Thielker2009-02-191-1/+3
* Make in-code provisions for the tests. Tests would fail because the Melanie Thielker2009-02-181-1/+14
* Fix the windows sharing violations on script crossingsMelanie Thielker2009-02-181-13/+46
* Stops animations on Teleports, to conform with what the viewer does.diva2009-02-183-0/+11
* * Change AssetGatherer method access so that only methods which are worth cal...Justin Clarke Casey2009-02-181-86/+96
* Fixes height on Basic Physics in local teleports. Plus some small refactoring.diva2009-02-182-2/+18
* * minor: comment out a few more [de]serialization sog timing messagesJustin Clarke Casey2009-02-181-3/+3
* * Move asset gathering code from oar module to OpenSim.Region.Framework since...Justin Clarke Casey2009-02-181-0/+259
* From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague2009-02-181-0/+4
* Adds support for preserving animations on region crossings and TPs. diva2009-02-186-18/+590
* Makes SP.CopyFrom a bit more robust with respect to sims in older versions wh...diva2009-02-171-6/+4
* Fix a typo. i + i is not 2 times meMelanie Thielker2009-02-171-1/+1
* Re-fixing the fix :/Melanie Thielker2009-02-171-1/+1
* One-liner to fix an omissionMelanie Thielker2009-02-171-0/+1
* * Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey2009-02-171-2/+20
* Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker2009-02-173-22/+35
* Small change on dealing with ODE physics, so that this warning doesn't happen...diva2009-02-171-1/+1
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-173-45/+45
* Major change to how appearance is managed, including changes in login and use...diva2009-02-172-28/+87
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-169-30/+24
* More guards around SetHeight.diva2009-02-151-2/+3