aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix permission propagation that was broken some revision back, causingMelanie Thielker2008-11-271-1/+3
* Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker2008-11-211-1/+1
* * refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey2008-11-211-14/+13
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-151-1/+1
* Add group permissions to agent inventory.Melanie Thielker2008-11-141-0/+3
* Try to make the test pass againMelanie Thielker2008-11-141-1/+1
* Reapplying a revised version of Christopher Yeoh's (IBM) patch for allowMelanie Thielker2008-11-141-7/+28
* reverting #7295, as it still fails a test case (as pointed out veryDr Scofield2008-11-141-27/+8
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield2008-11-141-8/+27
* Fix a nullref in attachment packingMelanie Thielker2008-11-111-0/+7
* Script region crossing. This has not user functionality, but lays all theMelanie Thielker2008-11-091-2/+90
* One should not commit even the smallest fox without compile. Fix build breakMelanie Thielker2008-10-061-6/+6
* More perms fixes. Reinstate the move flagMelanie Thielker2008-10-061-6/+10
* Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker2008-09-211-2/+3
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-5/+5
* Formatting cleanup.Jeff Ames2008-08-181-4/+4
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-231-4/+4
* Patch #9147Melanie Thielker2008-07-141-1/+1
* * Actually persist restored archives to the database - wasn't actually doing ...Justin Clarke Casey2008-07-131-0/+17
* Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke2008-06-281-87/+4
* * refactor: For new objects, move attach to backup to occur when adding to a ...Justin Clarke Casey2008-06-121-0/+1
* Mantis#1439. Thank you kindly, Melanie for a patch thatCharles Krinke2008-06-041-0/+15
* *Added a Few External Checks relating to scripts including the seperation of ...mingchen2008-05-281-0/+1
* * Tweaked patch mantis 1302 and committing it.Teravus Ovares2008-05-171-2/+2
* Formatting cleanup.Jeff Ames2008-05-171-5/+5
* * Patch from Melanie. Mantis 1294: Fix broken wearables icon display in pri...Teravus Ovares2008-05-161-1/+6
* Formatting cleanup.Jeff Ames2008-05-161-59/+59
* Committing patch from Melanie. 0001290: [PATCH] implement permissions propag...Teravus Ovares2008-05-151-0/+34
* * Minor: Normalise prim inventory log headersJustin Clarke Casey2008-05-011-8/+8
* * Rolled back a few changes.Adam Frisby2008-05-011-29/+30
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-30/+29
* * 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