aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-20* Add enough infrastructure code to run an extremely basic and flaky add root...Justin Clarke Casey1-0/+2
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-3/+3
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-3/+3
2008-11-18* Added and removed debug information relating to client connectionsAdam Frisby1-2/+3
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-3/+3
2008-11-17* Stop nulling SOG.m_rootPart and parts on object deletionJustin Clarke Casey1-5/+5
2008-11-14Lots of experimentation yielded a fair approximation of a hip offset from theMelanie Thielker1-1/+8
2008-11-12* refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...Justin Clarke Casey1-1/+1
2008-11-10Restore the independent LocalID numbering for avatars. Fixes an issue whereMelanie Thielker1-1/+4
2008-11-10* Take out the 1 second sleep debugging line in ScenePresenceJustin Clarke Casey1-1/+0
2008-11-10Stop attachments from causing an update to be sent on every frame in whichMelanie Thielker1-2/+4
2008-11-08Small bugfix for RemoveNeighbourRegionHomer Horwitz1-1/+1
2008-11-07* Correct catch changed on last commit, since I just realized I started makin...Justin Clarke Casey1-1/+1
2008-11-07* minor: Remove mono compiler warningJustin Clarke Casey1-1/+1
2008-11-07* Fix bug in r7162 where avatars could not moveJustin Clarke Casey1-0/+1
2008-11-07* Remove next local id from SceneBaseJustin Clarke Casey1-4/+0
2008-11-07* minor: Just some tidy up of log messages, etc.Justin Clarke Casey1-13/+5
2008-11-07* Stop requiring local ids in the SOG constructors.Justin Clarke Casey1-2/+1
2008-11-07Fixing up some remaining attachment issuesMelanie Thielker1-6/+4
2008-11-07Attachments, attachments, and, did I say attachments?Melanie Thielker1-35/+64
2008-11-06* refactor: Attach a scene object to a scene separately from its constructionJustin Clarke Casey1-11/+13
2008-11-06Mantis#2423. Thank you kindly, Godfrey for a patch that:Charles Krinke1-2/+2
2008-11-06Mantis#2514 & 1375. Thank you kindly, Thomas for a patch that:Charles Krinke1-1/+1
2008-11-06Disable distance sorting for child agents. It makes no sense there, as theMelanie Thielker1-4/+7
2008-11-04* Stop sending wearables back to the client on set appearanceJustin Clarke Casey1-6/+1
2008-11-04* minor: appearance related doc and log message tweakingJustin Clarke Casey1-5/+11
2008-11-04Added a (xmlIgnored) SitAnimation property to SceneObjectPart. That allows th...MW1-2/+58
2008-10-31* Reinstate sending wearables back to the client in response to set appearanceJustin Clarke Casey1-1/+1
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 Casey1-9/+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 Casey1-3/+3
2008-10-28Thank you kindly, Mircea Kitsune for a patch that solves:Charles Krinke1-2/+2
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 Casey1-0/+5
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-18Fix thingd so that autoreturn also works when the user is not in the sim.Melanie Thielker1-1/+7
2008-10-18Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker1-1/+1
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: Make it clear that non-scheduled updates can happen outside of the p...Justin Clarke Casey1-3/+1
2008-10-14* refactor: rename SendKiPrimitive to SendKillObject since this appears more ...Justin Clarke Casey1-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-05* Fix sitting avatar showing up properly on the minimapTeravus Ovares1-1/+18
2008-10-04Unclutter rezzing methods by removing the ad hoc permissions parameters.Melanie Thielker1-1/+1
2008-09-30- a couple of minor code cleanups in RestInventoryServicesDr Scofield1-0/+1