aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-09* Tweak llMoveToTarget per mantis 3265Teravus Ovares2-3/+732
2009-03-07Correct casts so that the target id in the at_target event matches the origin...idb1-8/+5
2009-03-07* Fixes mantis: #3241Teravus Ovares1-2/+13
2009-03-06Fixes Mantis #3260. Thank you kindly, MCortez for a patch that:Charles Krinke2-0/+48
2009-03-06* minor: remove some mono compiler warningsJustin Clarke Casey1-3/+4
2009-03-06* refactor: Remove GetLandOwner function from SceneJustin Clarke Casey1-13/+0
2009-03-05* Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi...Justin Clarke Casey4-8/+4
2009-03-05* refactor: move media and music url setting from scene into LandObjectJustin Clarke Casey2-15/+12
2009-03-05* simplify media and music url setting since we never get back a null land ob...Justin Clarke Casey2-24/+20
2009-03-05* Replace some string to byte conversions for object/item name/description fi...Justin Clarke Casey2-2/+1
2009-03-05* remove now unused serialization codeJustin Clarke Casey4-602/+5
2009-03-05Fixes Mantis #3255. Thank you kindly, MCortez, for a patch that:Charles Krinke1-4/+5
2009-03-04* More work on MiniRegionModule module.Adam Frisby1-0/+1
2009-03-03Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...MW1-5/+22
2009-03-02After another heroic and bloody battle, OpenSim Dino Expedition 1, killed off...MW1-18/+0
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