aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * minor: remove mono compiler warningJustin Clarke Casey2008-11-281-1/+1
* * Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey2008-11-271-1/+0
* * minor: remove the ability to change the client in ScenePresence to reduce t...Justin Clarke Casey2008-11-271-1/+3
* Thank you kindly, Nlin for a patch that:Charles Krinke2008-11-271-0/+132
* * minor: Remove unused SetAnimation method that was identical to TrySetAnimationJustin Clarke Casey2008-11-261-13/+1
* * Eliminate forceAvatarMovement() in favour of existing AddNewMovement()Justin Clarke Casey2008-11-261-7/+4
* * Get rid of the phenomena where the avatar sometimes reverts to the stand an...Justin Clarke Casey2008-11-261-6/+30
* * Adding ScenePresence.ClientView property to return IClientCore interface to...Adam Frisby2008-11-261-0/+6
* * Swaps Scene.Entities Dictionary for EntityManager.Adam Frisby2008-11-241-1/+1
* Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker2008-11-211-1/+1
* * refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey2008-11-211-1/+1
* * Add enough infrastructure code to run an extremely basic and flaky add root...Justin Clarke Casey2008-11-201-0/+2
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-191-3/+3
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-3/+3
* * Added and removed debug information relating to client connectionsAdam Frisby2008-11-181-2/+3
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-171-3/+3
* * Stop nulling SOG.m_rootPart and parts on object deletionJustin Clarke Casey2008-11-171-5/+5
* Lots of experimentation yielded a fair approximation of a hip offset from theMelanie Thielker2008-11-141-1/+8
* * refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...Justin Clarke Casey2008-11-121-1/+1
* Restore the independent LocalID numbering for avatars. Fixes an issue whereMelanie Thielker2008-11-101-1/+4
* * Take out the 1 second sleep debugging line in ScenePresenceJustin Clarke Casey2008-11-101-1/+0
* Stop attachments from causing an update to be sent on every frame in whichMelanie Thielker2008-11-101-2/+4
* Small bugfix for RemoveNeighbourRegionHomer Horwitz2008-11-081-1/+1
* * Correct catch changed on last commit, since I just realized I started makin...Justin Clarke Casey2008-11-071-1/+1
* * minor: Remove mono compiler warningJustin Clarke Casey2008-11-071-1/+1
* * Fix bug in r7162 where avatars could not moveJustin Clarke Casey2008-11-071-0/+1
* * Remove next local id from SceneBaseJustin Clarke Casey2008-11-071-4/+0
* * minor: Just some tidy up of log messages, etc.Justin Clarke Casey2008-11-071-13/+5
* * Stop requiring local ids in the SOG constructors.Justin Clarke Casey2008-11-071-2/+1
* Fixing up some remaining attachment issuesMelanie Thielker2008-11-071-6/+4
* Attachments, attachments, and, did I say attachments?Melanie Thielker2008-11-071-35/+64
* * refactor: Attach a scene object to a scene separately from its constructionJustin Clarke Casey2008-11-061-11/+13
* Mantis#2423. Thank you kindly, Godfrey for a patch that:Charles Krinke2008-11-061-2/+2
* Mantis#2514 & 1375. Thank you kindly, Thomas for a patch that:Charles Krinke2008-11-061-1/+1
* Disable distance sorting for child agents. It makes no sense there, as theMelanie Thielker2008-11-061-4/+7
* * Stop sending wearables back to the client on set appearanceJustin Clarke Casey2008-11-041-6/+1
* * minor: appearance related doc and log message tweakingJustin Clarke Casey2008-11-041-5/+11
* Added a (xmlIgnored) SitAnimation property to SceneObjectPart. That allows th...MW2008-11-041-2/+58
* * Reinstate sending wearables back to the client in response to set appearanceJustin Clarke Casey2008-10-311-1/+1
* * 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-281-9/+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-281-3/+3
* Thank you kindly, Mircea Kitsune for a patch that solves:Charles Krinke2008-10-281-2/+2
* 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-231-0/+5
* 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
* Fix thingd so that autoreturn also works when the user is not in the sim.Melanie Thielker2008-10-181-1/+7