aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AssetService (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker3-14/+14
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto1-1/+1
2015-10-21Mark XAssetService obsolete and warn users.Diva Canto1-0/+2
2015-10-21Mark XAssetService obsolete and warn users.Diva Canto1-0/+2
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-04-02Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2-4/+26
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-06-28In XAssetService, on a delete asset request also delete the asset in any chai...Justin Clark-Casey (justincc)1-3/+4
2013-03-15refactor: Reuse Get() method in AssetService to eliminate some copy/paste in ...Justin Clark-Casey (justincc)1-23/+5
2013-03-15Migrate assets from chained asset service to xassetservice as they are reques...Justin Clark-Casey (justincc)1-28/+20
2013-03-15Fix bug in AssetService where requesting data only for an asset would throw a...Justin Clark-Casey (justincc)1-1/+5
2013-03-15Make it possible to chain another asset service underneath the de-duplicating...Justin Clark-Casey (justincc)2-23/+75
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
2013-02-01Update assembly version numbersBlueWall1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus3-6/+33
2012-11-14The last few AssemblyInfos. Finished!Diva Canto1-0/+33
2012-11-02Move check to allow only deletion of maptiles up to AssetServerDeleteHandler ...Justin Clark-Casey (justincc)2-31/+4
2012-09-15Add basic asset connector tests to check behaviour for normal, local and temp...Justin Clark-Casey (justincc)1-2/+2
2012-08-03minor: Comment out "Deleting asset" log messages for nowJustin Clark-Casey (justincc)2-2/+4
2012-03-27Send the config section name up to the service classes themselves (XInventory...Diva Canto2-6/+20
2012-03-19Fix configuration problems where XAssetDatabasePlugin was picked up accidenta...Justin Clark-Casey (justincc)2-1/+95
2012-03-02Start by adding XAssetService as a copy of the existing AssetService.Justin Clark-Casey (justincc)1-0/+213
2012-01-05Move asset commands from AssetService to AssetServerConnector so that we can ...Justin Clark-Casey (justincc)1-121/+3
2011-11-06Damaged assets, especially appearance textures, could crash the region server...Snoopy Pfeffer1-1/+9
2011-08-30Fix bug in persisting saved appearances for npcsJustin Clark-Casey (justincc)1-2/+7
2011-08-17In the asset service, check that an asset exists before attempting to store it.Justin Clark-Casey (justincc)1-4/+6
2011-07-08When loading library asset set, only store an asset if it's different from an...Justin Clark-Casey (justincc)1-3/+12
2011-05-06minor: slightly shorten "show digest" printing codeJustin Clark-Casey (justincc)1-5/+5
2011-05-06on asset "show digest" command, print out the asset type name (e.g. texture) ...Justin Clark-Casey (justincc)1-1/+1
2011-05-06Say which filename an asset has been dumped to on a successful dumpJustin Clark-Casey (justincc)1-2/+6
2011-05-06remove the NDesk.Options using since didn't end up needing itJustin Clark-Casey (justincc)1-1/+0
2011-05-06Add "dump asset" command to the asset service for debugging purposes.Justin Clark-Casey (justincc)1-0/+43
2011-04-15Make all the objects in a coalescence reappears after being loaded from an IA...Justin Clark-Casey (justincc)1-1/+9
2011-02-12TypoDiva Canto1-1/+1
2010-11-25WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...Diva Canto1-33/+40
2010-06-28Return a UUID.Zero if the asset fails to uploadTom Grimshaw1-1/+4
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-0/+5
2010-05-09Implement the "delete" path for assets. Adds a new option to allow remote ass...Melanie1-0/+11
2010-05-09Add a field asset_flags and a corresponding enum to the asset database. ThisMelanie1-0/+1
2010-04-27* Thanks cmickeyb, for a patch that sanity checks if the response from m_Data...John Hurliman1-1/+4
2010-04-08Backported GetTextureModule and IAssetService.GetCached()John Hurliman1-0/+5
2010-04-08* Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman1-0/+5
2010-02-15Formatting cleanup.Jeff Ames1-2/+2
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)1-3/+5
2009-10-14* Minimized the number of times textures are pulled off the priority queueJohn Hurliman1-6/+11