| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into careminster | Melanie | 2012-03-27 | 2 | -6/+20 |
|\ |
|
| * | Send the config section name up to the service classes themselves (XInventory... | Diva Canto | 2012-03-27 | 2 | -6/+20 |
* | | Merge branch 'master' into careminster | Melanie | 2012-03-20 | 2 | -1/+95 |
|\ \
| |/ |
|
| * | Fix configuration problems where XAssetDatabasePlugin was picked up accidenta... | Justin Clark-Casey (justincc) | 2012-03-19 | 2 | -1/+95 |
* | | Merge branch 'master' into careminster | Melanie | 2012-03-09 | 1 | -0/+213 |
|\ \
| |/ |
|
| * | Start by adding XAssetService as a copy of the existing AssetService. | Justin Clark-Casey (justincc) | 2012-03-02 | 1 | -0/+213 |
* | | Merge branch 'master' into careminster | Melanie | 2012-01-06 | 1 | -121/+3 |
|\ \
| |/ |
|
| * | Move asset commands from AssetService to AssetServerConnector so that we can ... | Justin Clark-Casey (justincc) | 2012-01-05 | 1 | -121/+3 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-11-06 | 1 | -1/+9 |
|\ \
| |/ |
|
| * | Damaged assets, especially appearance textures, could crash the region server... | Snoopy Pfeffer | 2011-11-06 | 1 | -1/+9 |
* | | Resolve merge commits, stage 1 | Tom | 2011-09-04 | 1 | -4/+13 |
|\ \
| |/ |
|
| * | Fix bug in persisting saved appearances for npcs | Justin Clark-Casey (justincc) | 2011-08-30 | 1 | -2/+7 |
| * | In the asset service, check that an asset exists before attempting to store it. | Justin Clark-Casey (justincc) | 2011-08-17 | 1 | -4/+6 |
* | | Merge branch 'master' into careminster-presence-refactor | root | 2011-07-09 | 1 | -3/+12 |
|\ \
| |/ |
|
| * | When loading library asset set, only store an asset if it's different from an... | Justin Clark-Casey (justincc) | 2011-07-08 | 1 | -3/+12 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-05-08 | 1 | -5/+51 |
|\ \
| |/ |
|
| * | minor: slightly shorten "show digest" printing code | Justin Clark-Casey (justincc) | 2011-05-06 | 1 | -5/+5 |
| * | on asset "show digest" command, print out the asset type name (e.g. texture) ... | Justin Clark-Casey (justincc) | 2011-05-06 | 1 | -1/+1 |
| * | Say which filename an asset has been dumped to on a successful dump | Justin Clark-Casey (justincc) | 2011-05-06 | 1 | -2/+6 |
| * | remove the NDesk.Options using since didn't end up needing it | Justin Clark-Casey (justincc) | 2011-05-06 | 1 | -1/+0 |
| * | Add "dump asset" command to the asset service for debugging purposes. | Justin Clark-Casey (justincc) | 2011-05-06 | 1 | -0/+43 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-17 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Make all the objects in a coalescence reappears after being loaded from an IA... | Justin Clark-Casey (justincc) | 2011-04-15 | 1 | -1/+9 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-02-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Typo | Diva Canto | 2011-02-12 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-12-03 | 1 | -33/+40 |
|\ \
| |/ |
|
| * | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ... | Diva Canto | 2010-11-25 | 1 | -33/+40 |
* | | Return a UUID.Zero if the asset fails to upload | Tom Grimshaw | 2010-06-28 | 1 | -1/+4 |
|/ |
|
* | * Fixed spamming the assets table with map tiles. The tile image ID is now st... | Diva Canto | 2010-05-09 | 1 | -0/+5 |
* | Implement the "delete" path for assets. Adds a new option to allow remote ass... | Melanie | 2010-05-09 | 1 | -0/+11 |
* | Add a field asset_flags and a corresponding enum to the asset database. This | Melanie | 2010-05-09 | 1 | -0/+1 |
* | * Thanks cmickeyb, for a patch that sanity checks if the response from m_Data... | John Hurliman | 2010-04-27 | 1 | -1/+4 |
* | * Adds IAssetService.GetCached() to allow asset fetching from the local cache... | John Hurliman | 2010-04-08 | 1 | -0/+5 |
* | Formatting cleanup. | Jeff Ames | 2010-02-15 | 1 | -2/+2 |
* | Fix http://opensimulator.org/mantis/view.php?id=4224 | Justin Clark-Casey (justincc) | 2010-02-12 | 1 | -3/+5 |
* | * Minimized the number of times textures are pulled off the priority queue | John Hurliman | 2009-10-14 | 1 | -6/+11 |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -2/+2 |
* | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 2009-08-19 | 1 | -5/+5 |
* | Add "show digest <id>" console commdn to the ROBUST asset handler | Melanie | 2009-08-09 | 1 | -0/+75 |
* | Fix the AssetServiceBase bug I introduced by reordering configuration load | Melanie Thielker | 2009-06-23 | 1 | -2/+2 |
* | Committing the meat of the user server interface and the bones of the service... | Melanie Thielker | 2009-06-22 | 1 | -10/+12 |
* | Moving these nice HG connectors to their homes. | diva | 2009-06-15 | 1 | -179/+0 |
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 1 | -9/+25 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 3 | -3/+3 |
* | This should make HG asset transfers work much better. It now uses HGUuidGathe... | diva | 2009-05-23 | 1 | -2/+3 |
* | Bug fix in HGAssetService. POSTs back home (standalone) should now work. | diva | 2009-05-22 | 1 | -1/+1 |
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 1 | -1/+1 |
* | Finished HG Service Store. Not fully functional because of problems with asse... | diva | 2009-05-18 | 1 | -1/+12 |
* | Move the connectors under services for reasons of application logic. Remove | Melanie Thielker | 2009-05-18 | 1 | -1/+1 |
* | Renaming [ServiceConnectors] back to [Modules]. | diva | 2009-05-17 | 1 | -4/+11 |