aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * minor: A few comments. A bit of cleanup.Teravus Ovares2009-01-201-4/+9
* * Rig up enough infrastructure to actually perform a successful 'standalone' ...Justin Clarke Casey2009-01-161-3/+3
* Minor formatting cleanup, add copyright header.Jeff Ames2009-01-161-3/+3
* * Add new unit test for simple teleport in a standalone.Justin Clarke Casey2009-01-151-2/+0
* * minor: Change around more debugging messagesJustin Clarke Casey2009-01-141-3/+8
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-01-131-0/+3
* * prune and regrade log messages relating to client login and logoutJustin Clarke Casey2009-01-061-15/+3
* Split agent updates into two messages: full update and position+camera update...diva2009-01-031-29/+78
* * Adding some recognizable and search-able test to some WriteLine(e.ToString(...Teravus Ovares2009-01-021-3/+3
* Major changes in interregion communications. This breaks compatibility with o...diva2009-01-011-1/+15
* Added a SendChildAgentDataUpdate call on Teleports, so that the agent at the ...diva2008-12-311-4/+55
* Final part for implementing SendChildAgentDataUpdate with modules. This is th...diva2008-12-291-9/+13
* * remove mono compiler warningsJustin Clarke Casey2008-12-171-2/+2
* Fix script controls for weaponsMelanie Thielker2008-12-161-10/+23
* Bug fix in new child agents management. Thanks DigiDaz for helping identify t...diva2008-12-151-17/+43
* Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke2008-12-141-28/+101
* Applying diva's revert patch. Reverts closing child agents and makesMelanie Thielker2008-12-101-3/+0
* * Fixes control issue at the root of the boat turning problem.Teravus Ovares2008-12-081-0/+18
* Yay for languages without default parameter valuesMelanie Thielker2008-12-051-1/+1
* Stop trying to save attachment states on logout. That caused a predicatbleMelanie Thielker2008-12-051-10/+7
* Mantis #2584 (again)Melanie Thielker2008-11-301-1/+42
* Finally make attachments stay put. Randomize local ID generation toMelanie Thielker2008-11-291-1/+1
* Try to prevent attachments twisting/movingMelanie Thielker2008-11-291-1/+1
* * 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