aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-15refactor: split out some rez code into a separate CreateItemForObject() methodJustin Clark-Casey (justincc)1-143/+159
2011-04-15get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)1-1/+1
2011-04-14simplify TestRezObject()Justin Clark-Casey (justincc)1-17/+1
2011-04-14Make scene object parts created by the test utils unit sized.Justin Clark-Casey (justincc)1-3/+1
2011-04-14simplify coalesced object tests by using existing scene object set up utilsJustin Clark-Casey (justincc)1-34/+6
2011-04-13Use common coalesced serialization code for both tests and the InventoryAcces...Justin Clark-Casey (justincc)1-54/+13
2011-04-13Adjust the quanterions used in the rez coalsced object tests to get sensible ...Justin Clark-Casey (justincc)1-4/+12
2011-04-13refactor: move code to obtain the coalescence size and object offsets into Co...Justin Clark-Casey (justincc)1-1/+1
2011-04-13Fix bug where rezzing coalesced objects would give all objects the same name ...Justin Clark-Casey (justincc)2-7/+11
2011-04-13Add coalesced scene objects class and serializer. This is currently only use...Justin Clark-Casey (justincc)2-5/+93
2011-04-13factor out some test code into the SetUp()Justin Clark-Casey (justincc)1-14/+15
2011-04-13Add a regression test for rezzing a single object into a scene from user inve...Justin Clark-Casey (justincc)1-0/+133
2011-04-12refactor: simplify bRayEndIsIntersection boolean set from RayEndIsIntersectio...Justin Clark-Casey (justincc)1-14/+1
2011-04-12Fix (add) ability to rez objects by dragging them out of another prim's inven...Justin Clark-Casey (justincc)1-0/+4
2011-04-03Implement rezzing coalesced objectsMelanie1-11/+0
2011-04-03Implement rezzing coalesced objectsMelanie1-105/+172
2011-04-03Implement taking of coalesced objects.Melanie1-196/+263
2011-04-01A stab at making CHANGED_OWNER workMelanie1-17/+7
2011-02-27Fix a few little thingsMelanie1-0/+3
2011-02-22Forces the owner of a rezzed object to be the "rezzer" of theMic Bowman1-0/+2
2011-02-04Added a config var to HGInventoryAccessModule called OutboundPermission that ...Diva Canto1-2/+6
2011-01-12Dont' trust the viewer! Fix a permission slam error caused by trustingMelanie1-0/+6
2011-01-12Fix direct item give permissionsMelanie1-10/+16
2010-11-29Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto1-3/+7
2010-11-26Creator information preserved upon HG transfers.Diva Canto2-8/+87
2010-11-25WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...Diva Canto1-0/+20
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto1-0/+1
2010-11-16Change the way attachments are persisted. Editing a worn attachment will nowMelanie1-5/+13
2010-10-08Fix an infinite recursionMelanie1-1/+4
2010-10-06Plumb the path for multiple object deletesMelanie1-5/+26
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-6/+2
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)1-1/+1
2010-09-03minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2010-08-31Adjust the "Magic numbers" we use because we can't reference the actualMelanie Thielker1-1/+1
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)1-2/+4
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)2-3/+3
2010-08-13refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)1-2/+2
2010-07-13Revamp the permissions propagation. This MAY mess up. Please test.Melanie1-18/+36
2010-07-13Add CreateSelected flag onto objects rezzed from inventoryMelanie Thielker1-0/+1
2010-07-10Make taken items go back to the folder they came fromMelanie Thielker1-0/+14
2010-07-05Fixes additional bug reported in mantis #4841.Diva Canto1-2/+3
2010-07-04Got rid of all hyperassets references. Also fixed accessing textures in user'...Diva Canto2-5/+10
2010-07-04Started to clean up the mess with HyperAssets in LLClientView. Fixed HG acces...Diva Canto3-0/+67
2010-06-29Remove the override from DeletToInventory in HGInventoryAccessModule. This ma...Diva Canto1-1/+2
2010-06-29Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG xinventor...Diva Canto1-1/+1
2010-06-29Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken ...Diva Canto1-11/+2
2010-06-08* Changed CreatorIDs consistently to varchar(128)Diva Canto1-0/+4
2010-06-01Continuing refactor. Refactor DeRezObject to deal with multiple objectsMelanie Thielker2-2/+29
2010-05-24minor: expand upon comments about not scheduling two full updates for attachm...Justin Clark-Casey (justincc)1-2/+3