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