aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-29Mantis#1416. Thank you very much, Melanie for a patch that:Charles Krinke1-0/+12
2008-05-23Thank you kindly, Melanie, for:Charles Krinke1-1/+4
2008-05-21* This update causes the backup process to run in a separate thread.Teravus Ovares1-2/+5
2008-05-18Formatting cleanup, minor refactoring. Fixed some comparisons of value types...Jeff Ames1-15/+15
2008-05-17* Tweaked patch mantis 1302 and committing it.Teravus Ovares1-7/+30
2008-05-17Formatting cleanup.Jeff Ames1-11/+11
2008-05-16* Committing patch from mantis 0001297: [PATCH] Fix behavior of child prim in...Teravus Ovares1-1/+13
2008-05-16* Patch from Melanie. Mantis 1294: Fix broken wearables icon display in pri...Teravus Ovares1-1/+1
2008-05-16Formatting cleanup.Jeff Ames1-92/+92
2008-05-15Committing patch from Melanie. 0001290: [PATCH] implement permissions propag...Teravus Ovares1-30/+70
2008-05-14Formatting cleanup.Jeff Ames1-5/+5
2008-05-01* Minor: Normalise prim inventory log headersJustin Clarke Casey1-5/+5
2008-05-01* Rolled back a few changes.Adam Frisby1-76/+74
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-74/+76
2008-04-30* Patch by Melanie. Implements proper objectflags on child objects. Thanks ...Teravus Ovares1-1/+1
2008-04-26* Tidy up and comments related to last inventory related commitJustin Clarke Casey1-5/+5
2008-04-26* First draft implementation of copying prim inventory items back to agent in...Justin Clarke Casey1-7/+15
2008-04-25* Check in odds and ends which remain as an attempt to get the item propertie...Justin Clarke Casey1-10/+42
2008-04-24replace hard tabs with 4 spaces to be consistant in the source.Sean Dague1-30/+30
2008-04-23* Patch for #973 - Object Rez from Inventory ignores permissions - Thanks tgl...Adam Frisby1-0/+25
2008-04-23* Applying Mantis #1020 (Animations) - Thanks Melanie.Adam Frisby1-0/+33
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-5/+3
2008-04-20* Updates LSL2CS converterTeravus Ovares1-0/+1
2008-04-07* Okay you can put down your pitchforks - this patch should fix rezzing of it...Justin Clarke Casey1-1/+0
2008-04-07* I XmlIgnored the TaskInventory Property as a temporary measure. Taking th...Teravus Ovares1-0/+1
2008-04-04From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey1-3/+7
2008-04-03* Resolve mantis 849Justin Clarke Casey1-1/+1
2008-04-02Minor: just some method commentsJustin Clarke Casey1-2/+10
2008-04-01* Fix for mantis #678Justin Clarke Casey1-2/+11
2008-03-18* Stop (which currently removes) all scripts in an object when that object is...Justin Clarke Casey1-0/+3
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-17From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague1-1/+1
2008-03-05Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague1-2/+2
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-20* Report 'asset not found' situations back to UserTextureDownloadServiceJustin Clarke Casey1-2/+2
2008-02-20* re-enabled AssetNotFound codelbsa711-77/+80
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-39/+30
2008-02-07* didn't save :P so, this is the other half to my last commitTeravus Ovares1-1/+20
2008-02-07* Added the Scripted objectflag if there is a script running in a prim. Remov...Teravus Ovares1-1/+14
2008-02-06* Fixed script count incrementer. Was decrementing but only incrementing wh...Teravus Ovares1-2/+2
2008-02-06* Put the script run limiter on the SceneObjectPart as otherwise you can drop...Teravus Ovares1-13/+15
2008-02-06* Added Active Scripts to report the number of scripts running to Sim Stats Teravus Ovares1-0/+22
2008-02-05Converted logging to use log4net.Jeff Ames1-30/+32
2008-01-21* Scripts edited within a prim will now be persisted correctlyJustin Clarke Casey1-1/+4
2008-01-21Method renameJustin Clarke Casey1-3/+5
2008-01-21* Make object persistence more granular by separating prim and prim inventory...Justin Clarke Casey1-1/+25
2008-01-17* Added and implemented the LSL changed event.Teravus Ovares1-1/+5
2008-01-16* Fix mantis 345 - it is now possible to duplicate prims directly in the regi...Justin Clarke Casey1-90/+119
2008-01-16* Store task inventory when an object is taken into agent inventoryJustin Clarke Casey1-37/+53
2008-01-15* Mother of all commits:Adam Frisby1-2/+2