aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/TaskInventoryItem.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-0/+11
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-1/+1
* Make "show object part" command correctly display script status.Justin Clark-Casey (justincc)2012-10-311-11/+8
* Add preservation of running state of scripts when drag-copying.Melanie2012-07-011-0/+12
* Fire the scripting changed event with CHANGED_OWNER when an object that has c...Justin Clark-Casey (justincc)2012-05-051-3/+13
* Improve reliability of script state saving by covering various savingMelanie2012-02-021-0/+11
* Use the more extensive Utils.AssetTypeToString()/InventoryTypeToString() conv...Justin Clark-Casey (justincc)2011-11-251-57/+0
* Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-211-0/+56
* If a scene object part UUID is changed (only possible when not in a scene), t...Justin Clark-Casey (justincc)2010-09-071-5/+5
* Defer sending of CHANGED_OWNER to make it work on rezzed objects andMelanie2010-05-031-0/+11
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-221-0/+11
* Reverting r9224. We don't have scripts in the SL sense (with binary and state).Homer Horwitz2009-04-191-1/+1
* Change invType of scripts from "lsl_text" to "script". Fixes Mantis #3482.Homer Horwitz2009-04-191-1/+1
* Committing the LCO database layer. Native MySQL, no ADO. New reconnectMelanie Thielker2008-11-261-0/+1
* * Added IClientIM to IClientCore interfacesAdam Frisby2008-11-081-6/+0
* Set a default creation date on inventory and task inventory itemsMelanie Thielker2008-10-211-0/+5
* one class per file please.Sean Dague2008-10-011-100/+0
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-25/+25
* Formatting cleanup.Jeff Ames2008-08-181-2/+2
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-231-5/+5
* turn fields -> properties in TaskInventoryItemSean Dague2008-07-231-25/+214
* dr scofield's warning safari:Dr Scofield2008-06-271-1/+1
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-2/+2
* cleanup: uncommenting null-op else tree in TaskInventoryItem.csDr Scofield2008-06-021-6/+6
* * minor: comment out old debugging messages in task inventory item restoratio...Justin Clarke Casey2008-05-311-5/+5
* Formatting cleanup.Jeff Ames2008-05-161-6/+6
* * Spring cleaning.Adam Frisby2008-04-291-106/+119
* replace hard tabs with 4 spaces to be consistant in the source.Sean Dague2008-04-241-8/+8
* * Applying Mantis #1021 (llStartAnimation/llStopAnimation) - Thanks Melanie!Adam Frisby2008-04-231-0/+2
* * Applying Mantis #1020 (Animations) - Thanks Melanie.Adam Frisby2008-04-231-11/+31
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-3/+4
* * Minor: log message correctionJustin Clarke Casey2008-04-071-1/+1
* * Okay you can put down your pitchforks - this patch should fix rezzing of it...Justin Clarke Casey2008-04-071-27/+17
* * Removing debugging goo for mantis 854 since the fix is reported to work.Justin Clarke Casey2008-04-041-3/+5
* * Attempted resolution for mantis 854Justin Clarke Casey2008-04-031-0/+4
* * Add some temporary task inventory item inflation debug messages to investig...Justin Clarke Casey2008-04-021-0/+10
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* * Fix mantis 345 - it is now possible to duplicate prims directly in the regi...Justin Clarke Casey2008-01-161-15/+46
* * Store task inventory when an object is taken into agent inventoryJustin Clarke Casey2008-01-161-19/+96
* * Mother of all commits:Adam Frisby2008-01-151-20/+21
* Switch prim items type representation to use int rather than strings.Justin Clarke Casey2008-01-111-2/+2
* Factor out TaskInventoryItemJustin Clarke Casey2008-01-061-0/+101