Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-04-29 | * Spring cleaning. | Adam Frisby | 1 | -1/+1 | |
* Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned. | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+26 | |
2008-02-05 | Added copyright statements. | Jeff Ames | 1 | -0/+28 | |
2007-12-15 | Set svn:eol-style. Cleaned up set-eol-style.sh a bit. | Jeff Ames | 1 | -9/+9 | |
2007-12-14 | * ARequest changed name to AssetRequest and moved to own file. | lbsa71 | 1 | -0/+10 | |
* The AssetServerBase is now responsible for dequeueing, the server implementations merely recieves ProcessRequest( AssetRequest req ) * Catchall added around queue processing thread so thread won't abort on exceptions. |