aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake2011-11-031-3/+3
* Merge branch 'master' of git://opensimulator.org/git/opensimDan Lake2011-11-021-2/+3
|\
| * Fix race condition that would sometimes send or save appearance for the wrong...Justin Clark-Casey (justincc)2011-11-021-2/+3
* | Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake2011-11-021-1/+1
|/
* Add "appearance send" command to allow manual sending of appearance.Justin Clark-Casey (justincc)2011-11-011-3/+3
* Remove the SyncRoot locking from Scene which was only being done around the m...Justin Clark-Casey (justincc)2011-10-291-4/+2
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2011-10-281-30/+23
|\
| * Continuation of previous checkin. Found more places where ForEachScenePresenc...Dan Lake2011-10-271-30/+23
* | fetch SOP.RotationOffset once in UpdateRotation() and compare rather than fet...Justin Clark-Casey (justincc)2011-10-281-1/+1
|/
* Get rid of the pointless null checks on collision listeners. Add warning abo...Justin Clark-Casey (justincc)2011-10-251-3/+0
* Removed redundant NotInTransit function from ScenePresence. IsInTransit=false...Dan Lake2011-10-191-5/+0
* Moved HaveNeighbor utility function from ScenePresence to Scene. Fixed line e...Dan Lake2011-10-191-48/+8
* Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of ...Dan Lake2011-10-191-1/+1
* refactor: Use SOP.SitTargetAvatar instead of calling a special GetAvatarOnSit...Justin Clark-Casey (justincc)2011-10-171-5/+6
* Implement osNpcSit(). This is still in development so don't trust itJustin Clark-Casey (justincc)2011-10-171-3/+4
* refactor: rename IClientAPI.SendPrimUpdate() to SendEntityUpdate() since it s...Justin Clark-Casey (justincc)2011-10-141-1/+1
* remove some mono compiler warningsJustin Clark-Casey (justincc)2011-10-121-7/+0
* Comment out [SCENE PRESENCE] SendAppearanceToAllOtherAgents: log messageJustin Clark-Casey (justincc)2011-10-071-1/+1
* Fixed line endings from previous commitDan Lake2011-10-061-47/+47
* Refactored "known child region" in ScenePresence. There were 4 differentDan Lake2011-10-061-67/+67
* Simplified IsInTransit property on ScenePresence and removed InTransit() whic...Dan Lake2011-10-061-11/+10
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDan Lake2011-10-061-29/+3
|\
| * Instead of adding stat agentMS in all kinds of places, calculate it instead i...Justin Clark-Casey (justincc)2011-10-061-29/+3
* | Refactor ScenePresence so gets and sets are through properties. Added private...Dan Lake2011-10-061-287/+288
|/
* Remove unimplementated UpdateMovement() methods from SOG, SOP.Justin Clark-Casey (justincc)2011-10-011-1/+1
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDan Lake2011-09-211-1/+10
|\
| * Reinstate option to land an npc when it reaches a target.Justin Clark-Casey (justincc)2011-09-221-1/+10
* | Commented out new debug statements in ScenePresenceDan Lake2011-09-211-5/+5
|/
* Remove unused and never set SP.PreviousRotationJustin Clark-Casey (justincc)2011-09-211-8/+0
* get rid of an incredibly noisy logging message from the last commitJustin Clark-Casey (justincc)2011-09-211-1/+1
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2011-09-211-10/+14
|\
| * Make debug statements in ScenePresence consistent and add a few moreDan Lake2011-09-201-10/+14
* | When calling osNpcMoveTo(), rotate the avatar in the direction of travel.Justin Clark-Casey (justincc)2011-09-211-2/+21
|/
* On setting a new avatar appearance, if height hasn't changed then don't set t...Justin Clark-Casey (justincc)2011-09-171-0/+4
* Stop the avatar stalling on its first boarder cross when using the ODE pluginJustin Clark-Casey (justincc)2011-09-161-0/+10
* minor: I was wrong about OffsetPosition - sometimes it genuinely does return ...Justin Clark-Casey (justincc)2011-09-161-0/+4
* Remove setter from SP.OffsetPosition, since all sets should flow through SP.A...Justin Clark-Casey (justincc)2011-09-161-3/+14
* Don't try and delete attachments for child agent closeJustin Clark-Casey (justincc)2011-09-131-1/+2
* eliminate redundant SP.m_regionInfo since it always has the scene.Justin Clark-Casey (justincc)2011-09-121-8/+6
* remove the unused SP.initializeScenePresence()Justin Clark-Casey (justincc)2011-09-121-23/+2
* stop the redundant passing in of RegionInfo to SceneGraph, since the Scene is...Justin Clark-Casey (justincc)2011-09-121-4/+4
* Start locking entire add/remove operations on an IScenePresence.AttachmentsSy...Justin Clark-Casey (justincc)2011-09-121-0/+4
* lock attachments when enumerating through them in ScenePresence.CopyTo().Justin Clark-Casey (justincc)2011-09-101-20/+24
* Add extra log information when attachments fail validationJustin Clark-Casey (justincc)2011-09-101-1/+9
* Try disabling the inconsistent attachment state check to see if this actually...Justin Clark-Casey (justincc)2011-09-051-9/+7
* Stop NPCs losing attachments when the source avatar takes them off.Justin Clark-Casey (justincc)2011-09-031-3/+0
* move common code into AttachmentsModule.DeleteAttachmentsFromScene()Justin Clark-Casey (justincc)2011-08-311-13/+1
* refactor: move multiple class to set avatar height into associated SP.AddToPh...Justin Clark-Casey (justincc)2011-08-311-16/+2
* get rid of appearance null checks - this is never nullJustin Clark-Casey (justincc)2011-08-311-35/+15
* remove pointless m_attachments == null check since this field is never nullJustin Clark-Casey (justincc)2011-08-311-1/+1