aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-231-21/+21
* Patch #9147Melanie Thielker2008-07-141-1/+1
* * Actually persist restored archives to the database - wasn't actually doing ...Justin Clarke Casey2008-07-131-4/+10
* * minor: just some null guards and name changes to make it clearer that prim ...Justin Clarke Casey2008-07-121-3/+3
* *Patch as supplied in Mantis #0001705 by melanie. Fixes: Locked prims allow *...mingchen2008-07-091-0/+3
* Mantis#1690. Thank you, Malanie for a patch that:Charles Krinke2008-07-081-0/+2
* * refactor: archiver code clean up so that it's more readable for the next fu...Justin Clarke Casey2008-07-061-1/+0
* Copyright notices and formatting cleanup.Jeff Ames2008-07-061-1/+1
* * minor: documentation in SceneObjectPart.Inventory.cs. Refactor AddInventor...Justin Clarke Casey2008-07-061-28/+45
* * minor: remove unnecessary locking from SOP.GetInventoryItem()Justin Clarke Casey2008-07-061-20/+7
* * minor: Stop spurious 'item not found' messages when placing things into a p...Justin Clarke Casey2008-07-061-9/+2
* property encapsulation for SOPSean Dague2008-07-021-3/+3
* * Syncs the current revision XML Schema(xsd) to the XML Schema of revision 5251.Teravus Ovares2008-06-291-19/+2
* Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke2008-06-281-32/+38
* * Remove responsibilty for signalling scene object change from SceneObjectPar...Justin Clarke Casey2008-06-271-1/+2
* Mantis#1439. Thank you kindly, Melanie for a patch thatCharles Krinke2008-06-041-0/+24
* Mantis#1416. Thank you very much, Melanie for a patch that:Charles Krinke2008-05-291-0/+12
* Thank you kindly, Melanie, for:Charles Krinke2008-05-231-1/+4
* * This update causes the backup process to run in a separate thread.Teravus Ovares2008-05-211-2/+5
* Formatting cleanup, minor refactoring. Fixed some comparisons of value types...Jeff Ames2008-05-181-15/+15
* * Tweaked patch mantis 1302 and committing it.Teravus Ovares2008-05-171-7/+30
* Formatting cleanup.Jeff Ames2008-05-171-11/+11
* * Committing patch from mantis 0001297: [PATCH] Fix behavior of child prim in...Teravus Ovares2008-05-161-1/+13
* * Patch from Melanie. Mantis 1294: Fix broken wearables icon display in pri...Teravus Ovares2008-05-161-1/+1
* Formatting cleanup.Jeff Ames2008-05-161-92/+92
* Committing patch from Melanie. 0001290: [PATCH] implement permissions propag...Teravus Ovares2008-05-151-30/+70
* Formatting cleanup.Jeff Ames2008-05-141-5/+5
* * Minor: Normalise prim inventory log headersJustin Clarke Casey2008-05-011-5/+5
* * Rolled back a few changes.Adam Frisby2008-05-011-76/+74
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-74/+76
* * Patch by Melanie. Implements proper objectflags on child objects. Thanks ...Teravus Ovares2008-04-301-1/+1
* * Tidy up and comments related to last inventory related commitJustin Clarke Casey2008-04-261-5/+5
* * First draft implementation of copying prim inventory items back to agent in...Justin Clarke Casey2008-04-261-7/+15
* * Check in odds and ends which remain as an attempt to get the item propertie...Justin Clarke Casey2008-04-251-10/+42
* replace hard tabs with 4 spaces to be consistant in the source.Sean Dague2008-04-241-30/+30
* * Patch for #973 - Object Rez from Inventory ignores permissions - Thanks tgl...Adam Frisby2008-04-231-0/+25
* * Applying Mantis #1020 (Animations) - Thanks Melanie.Adam Frisby2008-04-231-0/+33
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-5/+3
* * Updates LSL2CS converterTeravus Ovares2008-04-201-0/+1
* * Okay you can put down your pitchforks - this patch should fix rezzing of it...Justin Clarke Casey2008-04-071-1/+0
* * I XmlIgnored the TaskInventory Property as a temporary measure. Taking th...Teravus Ovares2008-04-071-0/+1
* From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey2008-04-041-3/+7
* * Resolve mantis 849Justin Clarke Casey2008-04-031-1/+1
* Minor: just some method commentsJustin Clarke Casey2008-04-021-2/+10
* * Fix for mantis #678Justin Clarke Casey2008-04-011-2/+11
* * Stop (which currently removes) all scripts in an object when that object is...Justin Clarke Casey2008-03-181-0/+3
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague2008-03-171-1/+1
* Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague2008-03-051-2/+2
* Minor cleanup.Jeff Ames2008-02-201-1/+1