aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor formatting cleanup.Jeff Ames2008-10-292-38/+38
* * Possibly fix grey avatar appearance problemsJustin Clarke Casey2008-10-281-2/+2
* * minor: Add documentation to some of the appearance methods, change some log...Justin Clarke Casey2008-10-282-11/+14
* * Eliminate an extra unnecessary appearance fetch on loginJustin Clarke Casey2008-10-281-19/+13
* * minor: Doc and log message tidy upJustin Clarke Casey2008-10-282-6/+12
* Thank you kindly, Mircea Kitsune for a patch that solves:Charles Krinke2008-10-281-2/+2
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2008-10-282-29/+41
* Experimental patch (suggested by diva) to kill off WP teleport ghosts.Melanie Thielker2008-10-271-0/+1
* Committing a small fix for EventData along with more plumbing workMelanie Thielker2008-10-261-2/+20
* Make ScenePresence.Close public to allow subclassing of SceneCommsMelanie Thielker2008-10-251-1/+1
* * Apply http://opensimulator.org/mantis/view.php?id=2459Justin Clarke Casey2008-10-232-0/+9
* * Introduce a basic udp circuit test for adding a clientJustin Clarke Casey2008-10-231-0/+1
* Thank you kindly, Idb for a patch that:Charles Krinke2008-10-221-0/+21
* Thank you kindly, Nlin for a patch that:Charles Krinke2008-10-221-1/+1
* Thank you both Nlin and M.Igarashi for a patch that:Charles Krinke2008-10-221-1/+4
* And fix itMelanie Thielker2008-10-221-1/+1
* Prevent an object with a null RootPart in delete queue from stoppingMelanie Thielker2008-10-221-4/+13
* Remove the gratuitious prim deletes caused by linking. This makes linkingMelanie Thielker2008-10-221-1/+3
* Mantis #2439Melanie Thielker2008-10-201-1/+3
* A small attempt to make persisting prims more reliableMelanie Thielker2008-10-191-1/+1
* Prevent a null root part from stopping objects from being persisted, alsoMelanie Thielker2008-10-181-0/+7
* Guard against a null ref that can prevent objects from being persistedMelanie Thielker2008-10-181-1/+2
* Fix thingd so that autoreturn also works when the user is not in the sim.Melanie Thielker2008-10-184-10/+33
* Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker2008-10-187-186/+312
* * Apply http://opensimulator.org/mantis/view.php?id=2405Justin Clarke Casey2008-10-162-0/+20
* * refactor: Move error logging from GetUserDetails up to callers, since there...Justin Clarke Casey2008-10-151-0/+13
* Thanks to T. Sado and nlin for a patch that partially implements llGetAgentIn...Dahlia Trimble2008-10-151-3/+38
* Thanks to M. Igarashi and nlin for a patch that implements llGetCameraRot().Dahlia Trimble2008-10-151-0/+5
* * Send an avatar update to other clients when an avatar rotates, as well as w...Justin Clarke Casey2008-10-141-3/+21
* * minor: change m_debug to m_debugPacketLevel since that's what it isJustin Clarke Casey2008-10-141-2/+7
* * minor: Make it clear that non-scheduled updates can happen outside of the p...Justin Clarke Casey2008-10-143-7/+3
* * refactor: rename SendKiPrimitive to SendKillObject since this appears more ...Justin Clarke Casey2008-10-143-9/+9
* * Make KillObjectPackets reliableJustin Clarke Casey2008-10-141-0/+1
* - convert comments into documentationMike Mazur2008-10-141-38/+40
* - move comment about assetID and 'attached' in inventory where it belongsMike Mazur2008-10-142-18/+15
* * Remove warnings, including one which pointed out a bugJustin Clarke Casey2008-10-131-1/+1
* Fix linking phantom and nonphantom prims. Make the error message more friendlyMelanie Thielker2008-10-121-1/+1
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-121-1/+1
* * Fixed two major unhandled exceptions discovered during the Pub Quiz on friday.Adam Frisby2008-10-121-1/+9
* Fix the fix. Child prims were failing to load.Melanie Thielker2008-10-111-7/+10
* Fix llSetPos to handle child prims correctly. This will fix linked Melanie Thielker2008-10-111-0/+11
* Implement the hook needed for the CanTeleport checkMelanie Thielker2008-10-111-0/+3
* Add logging in case of a SOG without rootpartHomer Horwitz2008-10-111-0/+5
* - Patching a symptom of the failed WP start. We really need to find the reasonHomer Horwitz2008-10-111-1/+8
* 2nd stab at that prim loading nastyMelanie Thielker2008-10-111-1/+1
* Fix Nebadon's WP crash (invalid root part from database null-ref)Melanie Thielker2008-10-111-0/+3
* * Removed Heartbeat timerTeravus Ovares2008-10-111-127/+148
* added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for the...MW2008-10-101-1/+1
* added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrabUpdate event, f...MW2008-10-101-1/+1
* very tiny change MW2008-10-101-3/+4