aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-28* minor: remove mono compiler warningJustin Clarke Casey1-1/+1
2008-11-27* Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey1-1/+0
2008-11-27* minor: remove the ability to change the client in ScenePresence to reduce t...Justin Clarke Casey1-1/+3
2008-11-27Thank you kindly, Nlin for a patch that:Charles Krinke1-0/+132
2008-11-26* minor: Remove unused SetAnimation method that was identical to TrySetAnimationJustin Clarke Casey1-13/+1
2008-11-26* Eliminate forceAvatarMovement() in favour of existing AddNewMovement()Justin Clarke Casey1-7/+4
2008-11-26* Get rid of the phenomena where the avatar sometimes reverts to the stand an...Justin Clarke Casey1-6/+30
2008-11-26* Adding ScenePresence.ClientView property to return IClientCore interface to...Adam Frisby1-0/+6
2008-11-24* Swaps Scene.Entities Dictionary for EntityManager.Adam Frisby1-1/+1
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker1-1/+1
2008-11-21* refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey1-1/+1
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