aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmen...Justin Clark-Casey (justincc)2011-08-231-15/+7
| * 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-222-6/+4
| * Add warning log message to say which attachment fails validation in order to ...Justin Clark-Casey (justincc)2011-08-221-0/+10
| * Add ISimulatorFeaturesModule so that other modules can register features in a...Justin Clark-Casey (justincc)2011-08-221-0/+43
| * Add avatar and attachments to llRegionSayBlueWall2011-08-201-1/+1
| * Add llRegionSayToBlueWall2011-08-191-0/+20
* | Merge branch 'master' into bulletsimMic Bowman2011-08-1928-616/+642
|\ \ | |/
| * 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-192-15/+64
| * refactor: fold CreateSceneViewer() back into ScenePresence constructorJustin Clark-Casey (justincc)2011-08-181-6/+1
| * refactor: Fold 3 ScenePresence() constructors into one since only one is called.Justin Clark-Casey (justincc)2011-08-181-9/+2
| * Don't try to save changed attachment states when an NPC with attachments is r...Justin Clark-Casey (justincc)2011-08-185-12/+20
| * Fix issue where loading a new appearance onto an NPC would not remove the pre...Justin Clark-Casey (justincc)2011-08-171-1/+2
| * Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple attachme...Justin Clark-Casey (justincc)2011-08-171-4/+4
| * get rid of logged warnings about lack of some modules - afaik these never occ...Justin Clark-Casey (justincc)2011-08-161-10/+0
| * relocate AttachmentTests.cs to AttachmentsModuleTests.csJustin Clark-Casey (justincc)2011-08-161-172/+0
| * Added console command "delete object outside" to delete all objects outside r...Snoopy Pfeffer2011-08-151-2/+37
| * add regression test for osNpcCreate when cloning an in-region avatarJustin Clark-Casey (justincc)2011-08-111-2/+2
| * eliminate redundant ground sitting checks since these are already done in enc...Justin Clark-Casey (justincc)2011-08-111-4/+1
| * eliminate the rotation parameter from SP.HandleMoveToTargetUpdate(). This ca...Justin Clark-Casey (justincc)2011-08-111-5/+4
| * instead of setting avatar rotation twice in SP.HandleAgentUpdate(), eliminate...Justin Clark-Casey (justincc)2011-08-111-16/+14