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