Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-04-02 | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 1 | -0/+1 | |
were implicitly included before). Everything builds again. Now off to testing. | |||||
2008-04-02 | attempt to fix up all refernces to new directory structure | Sean Dague | 1 | -1/+1 | |
2008-04-02 | whole lot more moving | Sean Dague | 1 | -0/+0 | |
2008-03-28 | * Introduced common abstract AssetDataBase implementing IAssetProvider | lbsa71 | 1 | -9/+9 | |
* changed the semantics of SQLiteBase to SQLiteUtils * Added abstract placeholder files for the other db providers | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-02-10 | Clean up logging calls using String.Format explicitly | Jeff Ames | 1 | -7/+7 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -8/+10 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2008-02-04 | * Synchronize asset storage operations to mysql as well as reads | Justin Clarke Casey | 1 | -31/+35 | |
* This may help with asset server mysql problems, since both the previous osgrid failures occurred when both a read and write were attempted in the same second | |||||
2008-02-04 | A smidgen more error info for the asset server | Justin Clarke Casey | 1 | -4/+5 | |
2008-01-30 | * Print out exception information when a mysql asset fetch fails | Justin Clarke Casey | 1 | -16/+29 | |
* Attempt reconnection on fetch and create exceptions. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -7/+7 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-08 | Adding an explicit close() and dispose() in the hope that it might help with ↵ | Brian McBee | 1 | -0/+3 | |
assetserver issues. | |||||
2007-11-26 | Attempt to handle MYSQL error fetching assets | Brian McBee | 1 | -10/+17 | |
2007-11-01 | Need to clean up resources when creating/updating assets | Tleiades Hax | 1 | -0/+1 | |
2007-11-01 | (no commit message) | Tleiades Hax | 1 | -10/+14 | |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -20/+23 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 1 | -1/+1 | |
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway. | |||||
2007-10-26 | Very early first implementation of grid based assets. | Tleiades Hax | 1 | -14/+16 | |
Run this on a major grid, and weep | |||||
2007-10-19 | get rid of all the ^M line endings | Sean Dague | 1 | -159/+159 | |
2007-10-15 | * Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵ | lbsa71 | 1 | -0/+28 | |
messages. Thanks Chillken! | |||||
2007-10-13 | OpenSimMain now respects the asset_plugin paramter, and storing of assets ↵ | Tleiades Hax | 1 | -2/+21 | |
will *not* throw an exception | |||||
2007-10-13 | Added capbility to use MySQL as the database backend in stand alone mode for ↵ | Tleiades Hax | 1 | -21/+2 | |
assets and inventory. Added asset_plugin key to "StandAlone" section of OpenSim.ini | |||||
2007-10-13 | (no commit message) | Tleiades Hax | 1 | -2/+21 | |
2007-10-13 | Asset server implementation. Again one of these "plumbing" releases, where ↵ | Tleiades Hax | 1 | -0/+112 | |
no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from. |