aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz1-0/+14
2008-11-01* refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ...Justin Clarke Casey3-10/+10
2008-11-01* Introduce an IsAttachment property on the group level (which just returns f...Justin Clarke Casey1-0/+20
2008-11-01* Fix http://opensimulator.org/mantis/view.php?id=2517Justin Clarke Casey2-2/+1
2008-11-01Make the IM and friends modules optional. Clean up some code that dealtMelanie Thielker1-22/+6
2008-11-01Correct the handling of the creator field on inventory givesMelanie Thielker1-3/+3
2008-10-31* In the client stack, if the BeginReceive() throws an exception then do prin...Justin Clarke Casey1-3/+4
2008-10-31* Reinstate sending wearables back to the client in response to set appearanceJustin Clarke Casey1-1/+1
2008-10-31* test: Add basic scene test which merely instantiates the scene right nowJustin Clarke Casey3-11/+64
2008-10-30test: Extend malformed packet test to actually check that a valid packet can ...Justin Clarke Casey2-8/+2
2008-10-29Minor formatting cleanup.Jeff Ames2-38/+38
2008-10-28* Possibly fix grey avatar appearance problemsJustin Clarke Casey1-2/+2
2008-10-28* minor: Add documentation to some of the appearance methods, change some log...Justin Clarke Casey2-11/+14
2008-10-28* Eliminate an extra unnecessary appearance fetch on loginJustin Clarke Casey1-19/+13
2008-10-28* minor: Doc and log message tidy upJustin Clarke Casey2-6/+12
2008-10-28Thank you kindly, Mircea Kitsune for a patch that solves:Charles Krinke1-2/+2
2008-10-28From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2-29/+41
2008-10-27Experimental patch (suggested by diva) to kill off WP teleport ghosts.Melanie Thielker1-0/+1
2008-10-26Committing a small fix for EventData along with more plumbing workMelanie Thielker1-2/+20
2008-10-25Make ScenePresence.Close public to allow subclassing of SceneCommsMelanie Thielker1-1/+1
2008-10-23* Apply http://opensimulator.org/mantis/view.php?id=2459Justin Clarke Casey2-0/+9
2008-10-23* Introduce a basic udp circuit test for adding a clientJustin Clarke Casey1-0/+1
2008-10-22Thank you kindly, Idb for a patch that:Charles Krinke1-0/+21
2008-10-22Thank you kindly, Nlin for a patch that:Charles Krinke1-1/+1
2008-10-22Thank you both Nlin and M.Igarashi for a patch that:Charles Krinke1-1/+4
2008-10-22And fix itMelanie Thielker1-1/+1
2008-10-22Prevent an object with a null RootPart in delete queue from stoppingMelanie Thielker1-4/+13
2008-10-22Remove the gratuitious prim deletes caused by linking. This makes linkingMelanie Thielker1-1/+3
2008-10-20Mantis #2439Melanie Thielker1-1/+3
2008-10-19A small attempt to make persisting prims more reliableMelanie Thielker1-1/+1
2008-10-18Prevent a null root part from stopping objects from being persisted, alsoMelanie Thielker1-0/+7
2008-10-18Guard against a null ref that can prevent objects from being persistedMelanie Thielker1-1/+2
2008-10-18Fix thingd so that autoreturn also works when the user is not in the sim.Melanie Thielker4-10/+33
2008-10-18Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker7-186/+312
2008-10-16* Apply http://opensimulator.org/mantis/view.php?id=2405Justin Clarke Casey2-0/+20
2008-10-15* refactor: Move error logging from GetUserDetails up to callers, since there...Justin Clarke Casey1-0/+13
2008-10-15Thanks to T. Sado and nlin for a patch that partially implements llGetAgentIn...Dahlia Trimble1-3/+38
2008-10-15Thanks to M. Igarashi and nlin for a patch that implements llGetCameraRot().Dahlia Trimble1-0/+5
2008-10-14* Send an avatar update to other clients when an avatar rotates, as well as w...Justin Clarke Casey1-3/+21
2008-10-14* minor: change m_debug to m_debugPacketLevel since that's what it isJustin Clarke Casey1-2/+7
2008-10-14* minor: Make it clear that non-scheduled updates can happen outside of the p...Justin Clarke Casey3-7/+3
2008-10-14* refactor: rename SendKiPrimitive to SendKillObject since this appears more ...Justin Clarke Casey3-9/+9
2008-10-14* Make KillObjectPackets reliableJustin Clarke Casey1-0/+1
2008-10-14- convert comments into documentationMike Mazur1-38/+40
2008-10-14- move comment about assetID and 'attached' in inventory where it belongsMike Mazur2-18/+15
2008-10-13* Remove warnings, including one which pointed out a bugJustin Clarke Casey1-1/+1
2008-10-12Fix linking phantom and nonphantom prims. Make the error message more friendlyMelanie Thielker1-1/+1
2008-10-12Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-10-12* Fixed two major unhandled exceptions discovered during the Pub Quiz on friday.Adam Frisby1-1/+9
2008-10-11Fix the fix. Child prims were failing to load.Melanie Thielker1-7/+10