aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add extra log information when attachments fail validationJustin Clark-Casey (justincc)2011-09-101-1/+9
* Delay loading scripts until the scene has finished loadingOren Hurvitz2011-09-092-2/+27
* Save the default terrain texture UUIDs for a new region instead of leaving th...Justin Clark-Casey (justincc)2011-09-091-1/+36
* Lock m_pendingObjects when calling GetPendingObjectsCount().Justin Clark-Casey (justincc)2011-09-061-1/+2
* Comment out SceneViewer.Reset() and stop calling from Close() since this is u...Justin Clark-Casey (justincc)2011-09-061-16/+17
* Comment out unused ISceneViewer.Reset() to reduce code complexityJustin Clark-Casey (justincc)2011-09-061-1/+1
* In SceneViewer, introduce an IsEnabled flag and perform Close() under an m_pe...Justin Clark-Casey (justincc)2011-09-062-19/+51
* Get rid of the confusing version of IAttachmentsModule.RezSingleAttachmentFro...Justin Clark-Casey (justincc)2011-09-061-14/+0
* 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-033-7/+57
* 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-313-15/+25
* 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-312-15/+43
* 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-304-26/+20
* refactor: Move ScenePresence.RezAttachments() into AttachmentsModuleJustin Clark-Casey (justincc)2011-08-304-46/+64
* 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-303-13/+4
* Merge branch 'master' into bulletsimMic Bowman2011-08-302-3/+20
|\
| * Fix bug in persisting saved appearances for npcsJustin Clark-Casey (justincc)2011-08-302-3/+20
* | 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-2610-225/+180
|\ \ | |/
| * 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: simplify DetachSingleAttachmentToGround() by retrieving the scene o...Justin Clark-Casey (justincc)2011-08-261-2/+2
| * 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