Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-10-14 | * Minimized the number of times textures are pulled off the priority queue | John Hurliman | 1 | -6/+11 | |
* OnQueueEmpty is still called async, but will not be called for a given category if the previous callback for that category is still running. This is the most balanced behavior I could find, and seems to work well * Added support for the old [ClientStack.LindenUDP] settings (including setting the receive buffer size) and added the new token bucket and global throttle settings * Added the AssetLoaderEnabled config variable to optionally disable loading assets from XML every startup. This gives a dramatic improvement in startup times for those who don't need the functionality every startup | |||||
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2009-08-19 | * Switching IAssetData to follow the new naming schema, removing the ↵ | Kunnis | 1 | -5/+5 | |
separate insert and update methods. | |||||
2009-08-09 | Add "show digest <id>" console commdn to the ROBUST asset handler | Melanie | 1 | -0/+75 | |
R.O.B.U.S.T.# show digest b8d3965a-ad78-bf43-699b-bff8eca6c975 Name: Terrain Dirt Description: Type: 0 Content-type: image/jp2 0000: FF-4F-FF-51-00-2F-00-00-00-00-00-80-00-00-00-80 | |||||
2009-06-23 | Fix the AssetServiceBase bug I introduced by reordering configuration load | Melanie Thielker | 1 | -2/+2 | |
order. Thanks, Grumly57, for pointing it out. The point of the original change was to let the more specific setting override the less specific one, actually, I disabled the use of the less specific one. | |||||
2009-06-22 | Committing the meat of the user server interface and the bones of the ↵ | Melanie Thielker | 1 | -10/+12 | |
service implementation | |||||
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 | |
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 3 | -3/+3 | |
LICENSE.txt. | |||||
2009-05-23 | This should make HG asset transfers work much better. It now uses ↵ | diva | 1 | -2/+3 | |
HGUuidGatherer, which is a subclass of UuidGatherer. Hence, on-line HG asset transfers use exactly the same UUID collection code as save oar/xml. If it doesn't work, it's Justin's fault :D | |||||
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 | |
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that? | |||||
2009-05-18 | Finished HG Service Store. Not fully functional because of problems with ↵ | diva | 1 | -1/+12 | |
asset.ID insisting on being a UUID string. | |||||
2009-05-18 | Move the connectors under services for reasons of application logic. Remove | Melanie Thielker | 1 | -1/+1 | |
the user server skeleton in preparation for introducing a generic server | |||||
2009-05-17 | Renaming [ServiceConnectors] back to [Modules]. | diva | 1 | -4/+11 | |
2009-05-17 | HG asset transfers starting to work -- GETs only for now. | diva | 2 | -13/+68 | |
2009-05-15 | * Resolve bug where save oar would never complete if any assets were missing | Justin Clarke Casey | 1 | -0/+4 | |
2009-05-15 | Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵ | diva | 1 | -1/+1 | |
-- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now | |||||
2009-05-11 | Plumb the HG asset broker. More naming changes to clarify things. Lots more | Melanie Thielker | 2 | -0/+109 | |
config options. | |||||
2009-05-10 | Connect up the new asset cache and introduce an asynchronous call path | Melanie Thielker | 1 | -0/+14 | |
for asset retrieval (full asset only) to ease migration to the new system | |||||
2009-05-09 | FInish basic asset server functionality on the new asset server | Melanie Thielker | 1 | -3/+17 | |
2009-05-08 | The new asset server now actually serves existing assets | Melanie Thielker | 1 | -1/+7 | |
2009-05-08 | More additions to the nextgen reference UGAIM | Melanie Thielker | 2 | -0/+170 | |