aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi...Justin Clarke Casey2009-03-051-1/+1
* * remove now unused serialization codeJustin Clarke Casey2009-03-051-353/+2
* A few updates necessary for load balancer.Mike Mazur2009-02-251-9/+14
* Close-to-final tweaking with appearance. This time sending *everything*. Addr...diva2009-02-241-21/+8
* From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague2009-02-231-0/+1
* 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-231-13/+37
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-18/+18
* Addresses some issues with appearance after TPs. Appearance.Owner was not bei...diva2009-02-221-4/+8
* Stops animations on Teleports, to conform with what the viewer does.diva2009-02-181-0/+5
* Fixes height on Basic Physics in local teleports. Plus some small refactoring.diva2009-02-181-1/+16
* Adds support for preserving animations on region crossings and TPs. diva2009-02-181-16/+30
* Makes SP.CopyFrom a bit more robust with respect to sims in older versions wh...diva2009-02-171-6/+4
* Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker2009-02-171-13/+16
* Small change on dealing with ODE physics, so that this warning doesn't happen...diva2009-02-171-1/+1
* Major change to how appearance is managed, including changes in login and use...diva2009-02-171-11/+64
* More guards around SetHeight.diva2009-02-151-2/+3
* Fix exception when standing up.idb2009-02-151-1/+1
* Guarding the new call to SetHeight in MakeRoot, so that ODE doesn't complain ...diva2009-02-151-1/+1
* Moving SendInitialData sort of back to where it was before, so that it doesn'...diva2009-02-151-4/+5
* This started as way to correct Mantis #3158, which I believe should be fixed ...diva2009-02-151-25/+30
* Makes region crossings asynchronous. Moved the bulk of the original code out ...diva2009-02-121-129/+35
* * refactor: Move RequestInventoryForUser() from service to CachedUserInfoJustin Clarke Casey2009-02-121-3/+10
* Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms....diva2009-02-091-1/+1
* a last set of files that seem to have embedded ^M in themSean Dague2009-02-091-4/+4
* * Removed the duplicate AddCapsHandler that existed in ScenePresence.MakeRoot...diva2009-02-081-4/+5
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-0/+3649