aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Change of tactic. Reverting this to the careminster version, then i'll select...Tom2011-09-041-635/+1117
* | | I fucked up the merge for SOG, so reverting back to OpenSim Core's version...Tom2011-09-041-1005/+255
* | | Resolve merge commits, stage 1Tom2011-09-0434-1754/+2343
|\ \ \ | |/ / | | / | |/ |/|
| * Stop NPCs losing attachments when the source avatar takes them off.Justin Clark-Casey (justincc)2011-09-031-3/+0
| * Comment out Scene.CleanDroppedAttachments() and calls.Justin Clark-Casey (justincc)2011-09-021-36/+36
| * Go back to resetting the State parameter for all parts of a SOG when SOG.Clea...Justin Clark-Casey (justincc)2011-09-021-0/+6
| * stop passing FromUserInventoryItemID right down into the deserializer.Justin Clark-Casey (justincc)2011-09-022-26/+5
| * Move more of IAM.RezObject() into DoPreRezWhenFromItem()Justin Clark-Casey (justincc)2011-09-021-3/+2
| * refactor: use SOG register target waypoints and rots directly instead of call...Justin Clark-Casey (justincc)2011-09-011-20/+0
| * Eliminate pointless checks of SOG.RootPart != nullJustin Clark-Casey (justincc)2011-09-014-139/+75
| * refactor: use ParentGroup.UUID directly instead of SOP.GetRootPartUUID()Justin Clark-Casey (justincc)2011-09-011-17/+6
| * Fix issue with llGetTorque() where it would only ever return a zero vector.Justin Clark-Casey (justincc)2011-09-011-9/+0
| * Remove pointless cluttering SOP.ParentGroup != null checks.Justin Clark-Casey (justincc)2011-09-017-272/+185
| * 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-312-35/+16
| * remove pointless m_attachments == null check since this field is never nullJustin Clark-Casey (justincc)2011-08-311-1/+1
| * minor: seal up another instance of using the appearance list without lockingJustin Clark-Casey (justincc)2011-08-311-1/+2
| * Make SP.Attachments available as sp.GetAttachments() instead.Justin Clark-Casey (justincc)2011-08-311-13/+38
| * minor: remove already processed avatar null check in Scene.RemoveClient()Justin Clark-Casey (justincc)2011-08-302-5/+1
| * refactor: move SP.SaveChangedAttachments() fully into AttachmentsModuleJustin Clark-Casey (justincc)2011-08-302-26/+3
| * refactor: Move ScenePresence.RezAttachments() into AttachmentsModuleJustin Clark-Casey (justincc)2011-08-302-46/+2
| * add Name property to ISceneEntityJustin Clark-Casey (justincc)2011-08-301-2/+5
| * refactor: migrate DropObject handling fully into AttachmentsModule from SceneJustin Clark-Casey (justincc)2011-08-302-9/+0
| * Merge branch 'master' into bulletsimMic Bowman2011-08-301-3/+3
| |\
| | * Fix bug in persisting saved appearances for npcsJustin Clark-Casey (justincc)2011-08-301-3/+3
| * | Merge branch 'master' into bulletsimMic Bowman2011-08-299-93/+95
| |\ \ | | |/
| | * Related to #4689 - Adding missing null check for SceneObjectPartMakopoppo2011-08-272-4/+18
| | * Stop avatars returning from neighbouring regions from stalling on the border ...Justin Clark-Casey (justincc)2011-08-271-3/+22
| | * Eliminate duplicate AttachmentPoint properties by always using the one stored...Justin Clark-Casey (justincc)2011-08-271-18/+18
| | * refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...Justin Clark-Casey (justincc)2011-08-277-73/+42
| * | Merge branch 'master' into bulletsimMic Bowman2011-08-267-203/+105
| |\ \ | | |/
| | * refactor: simplify SOP.AttachedAvatar into SOG.AttachedAvatarJustin Clark-Casey (justincc)2011-08-263-10/+14
| | * refactor: move SOG.DetachToGround() to AttachmentsModule.DetachSceneObjectToG...Justin Clark-Casey (justincc)2011-08-261-40/+6
| | * refactor: move sog.DetachToInventoryPrep() into AttachmentsModule.DetachSingl...Justin Clark-Casey (justincc)2011-08-261-28/+4
| | * remove pointless IsDeleted check on SP.RezAttachments()Justin Clark-Casey (justincc)2011-08-241-3/+0
| | * refactor: simplify EntityBase.IsDeleted propertyJustin Clark-Casey (justincc)2011-08-243-10/+5
| | * add SOG helper properties IsPhantom, IsTemporary, etc. to improve code readab...Justin Clark-Casey (justincc)2011-08-241-20/+46
| | * refactor: move Scene.Inventory.attachObjectAssetStore() into AttachmentsModul...Justin Clark-Casey (justincc)2011-08-241-84/+0
| | * get rid of pointless grp null check in attachObjectAssetStore()Justin Clark-Casey (justincc)2011-08-241-73/+69
| | * minor: remove hardcoded region numbers with the region size constant and a cu...Justin Clark-Casey (justincc)2011-08-241-2/+2
| | * refactor: remove pointless AgentId argument from attachObjectAssetStore()Justin Clark-Casey (justincc)2011-08-241-1/+1
| | * Fix llAttachToAvatar()Justin Clark-Casey (justincc)2011-08-242-12/+33
| | * Remove pointless contains check in ScenePresence.RemoveAttachment()Justin Clark-Casey (justincc)2011-08-231-6/+1
| | * If an attachment fails, then start logging the exception for now, in order to...Justin Clark-Casey (justincc)2011-08-221-1/+1
| | * Add warning log message to say which attachment fails validation in order to ...Justin Clark-Casey (justincc)2011-08-221-0/+10
| * | Merge branch 'master' into bulletsimMic Bowman2011-08-1924-608/+555
| |\ \ | | |/
| | * Fix exception when using BasicPhysicsRobert Adams2011-08-191-2/+2
| | * Stop NPC's getting hypergrid like names in some circumstances.Justin Clark-Casey (justincc)2011-08-191-14/+28
| | * refactor: fold CreateSceneViewer() back into ScenePresence constructorJustin Clark-Casey (justincc)2011-08-181-6/+1