aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AssetBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-5/+14
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-7/+6
2011-09-23Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)1-0/+1
2011-07-04Add basic flotsam asset cache test for retrieved cached asset.Justin Clark-Casey (justincc)1-0/+1
2011-05-19HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto1-0/+6
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-4/+4
2010-05-09Add a field asset_flags and a corresponding enum to the asset database. ThisMelanie1-0/+22
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-4/+7
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-16/+8
2010-02-20* Added a sanity check for missing asset data in LLClientViewJohn Hurliman1-2/+15
2009-11-06Reintroduce AssetBase's old behavior. A Parameterless constructor is requiredMelanie1-0/+10
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-7/+35
2009-08-12minor:commentsTeravus Ovares (Dan Olivares)1-1/+28
2009-06-03Make AssetMetadata [Serializable] to help in binary cachingMelanie Thielker1-0/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-22Cleaning up a few HG things. HG Posts may now work in grids, but if the home ...diva1-3/+17
2009-05-15* Resolve bug where save oar would never complete if any assets were missingJustin Clarke Casey1-0/+5
2009-04-09* Added some more experimental code; nothing wired in so far.lbsa711-3/+28
2009-04-08* butterfingerslbsa711-6/+6
2009-04-08* Introduced some experimental code with regards to asset data substitutionlbsa711-0/+22
2009-03-13Mark AssetBase.Metadata with [XmlIgnore]Mike Mazur1-9/+5
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-53/+91
2009-02-12* optimized usings.lbsa711-2/+0
2009-02-09* Apply http://opensimulator.org/mantis/view.php?id=3080Justin Clarke Casey1-0/+9
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-22/+73
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-5/+5
2008-07-04mini-warnings-safari, plus cleanup of IUserServices method naming.Dr Scofield1-1/+0
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey1-9/+0
2008-06-23* minor: Remove crusty old unused agent inventory classesJustin Clarke Casey1-0/+3
2008-06-23* Remove all use of asset.InvType, as outlined in mailing list discussionJustin Clarke Casey1-1/+1
2008-04-29* Spring cleaning.Adam Frisby1-14/+23
2008-04-04make AssetBase use Properties instead of fields. This probably Sean Dague1-8/+53
2008-03-18Formatting cleanup.Jeff Ames1-27/+27
2008-01-15* Mother of all commits:Adam Frisby1-2/+2
2007-12-27* Optimized usingslbsa711-1/+1
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-31set svn:eol-styleJeff Ames1-54/+54
2007-10-30* Optimized usingslbsa711-2/+1
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-56/+56
2007-10-26Very early first implementation of grid based assets.Tleiades Hax1-0/+2
2007-10-19* Total refactoring of Asset Server for massive winlbsa711-0/+6
2007-09-10added some debugging for tracing where asset code isn't working with sqliteSean Dague1-6/+5
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ...MW1-1/+2
2007-09-05Added "Local" and "Temporary" Fields to the AssetBase class.MW1-0/+2
2007-07-16changed to native line ending encodingSean Dague1-46/+46
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-3/+0