index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Services
/
AssetService
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-06-28
In XAssetService, on a delete asset request also delete the asset in any chai...
Justin Clark-Casey (justincc)
1
-3
/
+4
2013-03-15
refactor: Reuse Get() method in AssetService to eliminate some copy/paste in ...
Justin Clark-Casey (justincc)
1
-23
/
+5
2013-03-15
Migrate assets from chained asset service to xassetservice as they are reques...
Justin Clark-Casey (justincc)
1
-28
/
+20
2013-03-15
Fix bug in AssetService where requesting data only for an asset would throw a...
Justin Clark-Casey (justincc)
1
-1
/
+5
2013-03-15
Make it possible to chain another asset service underneath the de-duplicating...
Justin Clark-Casey (justincc)
2
-23
/
+75
2013-02-19
Deleted all AssemblyFileVersion directives
Diva Canto
1
-1
/
+1
2013-02-05
Bump version and assembly version numbers from 0.7.5 to 0.7.6
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-02-01
Revert "Update assembly version numbers"
BlueWall
1
-1
/
+1
2013-02-01
Update assembly version numbers
BlueWall
1
-1
/
+1
2012-11-14
The last few AssemblyInfos. Finished!
Diva Canto
1
-0
/
+33
2012-11-02
Move check to allow only deletion of maptiles up to AssetServerDeleteHandler ...
Justin Clark-Casey (justincc)
2
-31
/
+4
2012-09-15
Add basic asset connector tests to check behaviour for normal, local and temp...
Justin Clark-Casey (justincc)
1
-2
/
+2
2012-08-03
minor: Comment out "Deleting asset" log messages for now
Justin Clark-Casey (justincc)
2
-2
/
+4
2012-03-27
Send the config section name up to the service classes themselves (XInventory...
Diva Canto
2
-6
/
+20
2012-03-19
Fix configuration problems where XAssetDatabasePlugin was picked up accidenta...
Justin Clark-Casey (justincc)
2
-1
/
+95
2012-03-02
Start by adding XAssetService as a copy of the existing AssetService.
Justin Clark-Casey (justincc)
1
-0
/
+213
2012-01-05
Move asset commands from AssetService to AssetServerConnector so that we can ...
Justin Clark-Casey (justincc)
1
-121
/
+3
2011-11-06
Damaged assets, especially appearance textures, could crash the region server...
Snoopy Pfeffer
1
-1
/
+9
2011-08-30
Fix bug in persisting saved appearances for npcs
Justin Clark-Casey (justincc)
1
-2
/
+7
2011-08-17
In the asset service, check that an asset exists before attempting to store it.
Justin Clark-Casey (justincc)
1
-4
/
+6
2011-07-08
When loading library asset set, only store an asset if it's different from an...
Justin Clark-Casey (justincc)
1
-3
/
+12
2011-05-06
minor: slightly shorten "show digest" printing code
Justin Clark-Casey (justincc)
1
-5
/
+5
2011-05-06
on asset "show digest" command, print out the asset type name (e.g. texture) ...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-05-06
Say which filename an asset has been dumped to on a successful dump
Justin Clark-Casey (justincc)
1
-2
/
+6
2011-05-06
remove the NDesk.Options using since didn't end up needing it
Justin Clark-Casey (justincc)
1
-1
/
+0
2011-05-06
Add "dump asset" command to the asset service for debugging purposes.
Justin Clark-Casey (justincc)
1
-0
/
+43
2011-04-15
Make all the objects in a coalescence reappears after being loaded from an IA...
Justin Clark-Casey (justincc)
1
-1
/
+9
2011-02-12
Typo
Diva Canto
1
-1
/
+1
2010-11-25
WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...
Diva Canto
1
-33
/
+40
2010-05-09
* Fixed spamming the assets table with map tiles. The tile image ID is now st...
Diva Canto
1
-0
/
+5
2010-05-09
Implement the "delete" path for assets. Adds a new option to allow remote ass...
Melanie
1
-0
/
+11
2010-05-09
Add a field asset_flags and a corresponding enum to the asset database. This
Melanie
1
-0
/
+1
2010-04-27
* Thanks cmickeyb, for a patch that sanity checks if the response from m_Data...
John Hurliman
1
-1
/
+4
2010-04-08
* Adds IAssetService.GetCached() to allow asset fetching from the local cache...
John Hurliman
1
-0
/
+5
2010-02-15
Formatting cleanup.
Jeff Ames
1
-2
/
+2
2010-02-12
Fix http://opensimulator.org/mantis/view.php?id=4224
Justin Clark-Casey (justincc)
1
-3
/
+5
2009-10-14
* Minimized the number of times textures are pulled off the priority queue
John Hurliman
1
-6
/
+11
2009-10-01
Formatting cleanup.
Jeff Ames
1
-2
/
+2
2009-08-19
* Switching IAssetData to follow the new naming schema, removing the separate...
Kunnis
1
-5
/
+5
2009-08-09
Add "show digest <id>" console commdn to the ROBUST asset handler
Melanie
1
-0
/
+75
2009-06-23
Fix the AssetServiceBase bug I introduced by reordering configuration load
Melanie Thielker
1
-2
/
+2
2009-06-22
Committing the meat of the user server interface and the bones of the service...
Melanie Thielker
1
-10
/
+12
2009-06-15
Moving these nice HG connectors to their homes.
diva
1
-179
/
+0
2009-06-10
Heart surgery no.2: the inventory service hooks.
diva
1
-9
/
+25
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
3
-3
/
+3
2009-05-23
This should make HG asset transfers work much better. It now uses HGUuidGathe...
diva
1
-2
/
+3
2009-05-22
Bug fix in HGAssetService. POSTs back home (standalone) should now work.
diva
1
-1
/
+1
2009-05-22
cleaning out warnings.
Dr Scofield
1
-1
/
+1
2009-05-18
Finished HG Service Store. Not fully functional because of problems with asse...
diva
1
-1
/
+12
2009-05-18
Move the connectors under services for reasons of application logic. Remove
Melanie Thielker
1
-1
/
+1
[next]