aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Patch by Melanie. Implements proper objectflags on child objects. Thanks ...Teravus Ovares2008-04-301-1/+1
* * First draft implementation of copying prim inventory items back to agent in...Justin Clarke Casey2008-04-261-0/+7
* * Check in odds and ends which remain as an attempt to get the item propertie...Justin Clarke Casey2008-04-251-0/+5
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-5/+3
* * Updates LSL2CS converterTeravus Ovares2008-04-201-0/+2
* Refactor InventoryItemBase to do the following:Sean Dague2008-04-071-8/+8
* * Set Svn Properties eol-style: |337Teravus Ovares2008-03-311-1/+1
* Fixed some comparisons of LLUUIDs to null.Jeff Ames2008-03-191-2/+2
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-32/+32
* * Added the ability to start and stop all scripts in the simulator using the ...Teravus Ovares2008-02-061-3/+7
* * Added Active Scripts to report the number of scripts running to Sim Stats Teravus Ovares2008-02-061-0/+11
* Converted logging to use log4net.Jeff Ames2008-02-051-32/+34
* * Make object persistence more granular by separating prim and prim inventory...Justin Clarke Casey2008-01-211-22/+1
* On reflection, HasGroupChanged is more appropriateJustin Clarke Casey2008-01-181-3/+3
* Change SOP.HasChanged to HasPrimChanged in preparation for further changesJustin Clarke Casey2008-01-181-3/+3
* * Store task inventory when an object is taken into agent inventoryJustin Clarke Casey2008-01-161-9/+9
* Fix some warnings under mono.Jeff Ames2008-01-111-1/+1
* * Do database implementation for prim inventory items in mysqlJustin Clarke Casey2008-01-111-0/+7
* Switch prim items type representation to use int rather than strings.Justin Clarke Casey2008-01-111-2/+2
* Prim inventory script saving phase 2.Justin Clarke Casey2008-01-091-3/+95
* Minor prim inventory method refactoringJustin Clarke Casey2008-01-071-35/+20
* Trigger persistence of the scripts in a prim's inventory when that inventory ...Justin Clarke Casey2008-01-071-2/+28
* Refactor Scene.Inventory.RezScript to use newer script starting codeJustin Clarke Casey2008-01-071-4/+26
* Persistent prim inventory phase 5. Restart scripts contained in persisted pr...Justin Clarke Casey2008-01-071-2/+13
* Factor out inventory code in SceneObjectGroup into seperate class. Justin Clarke Casey2008-01-061-0/+136