Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding an explicit close() and dispose() in the hope that it might help with ↵ | Brian McBee | 2007-12-08 | 1 | -0/+3 |
| | | | | assetserver issues. | ||||
* | Attempt to handle MYSQL error fetching assets | Brian McBee | 2007-11-26 | 1 | -10/+17 |
| | |||||
* | Need to clean up resources when creating/updating assets | Tleiades Hax | 2007-11-01 | 1 | -0/+1 |
| | |||||
* | (no commit message) | Tleiades Hax | 2007-11-01 | 1 | -10/+14 |
| | |||||
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -20/+23 |
| | | | | | | * Shortened type references * Removed redundant 'this' qualifier | ||||
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 2007-10-29 | 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. | ||||
* | Very early first implementation of grid based assets. | Tleiades Hax | 2007-10-26 | 1 | -14/+16 |
| | | | | | Run this on a major grid, and weep | ||||
* | get rid of all the ^M line endings | Sean Dague | 2007-10-19 | 1 | -159/+159 |
| | |||||
* | * Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵ | lbsa71 | 2007-10-15 | 1 | -0/+28 |
| | | | | messages. Thanks Chillken! | ||||
* | OpenSimMain now respects the asset_plugin paramter, and storing of assets ↵ | Tleiades Hax | 2007-10-13 | 1 | -2/+21 |
| | | | | will *not* throw an exception | ||||
* | Added capbility to use MySQL as the database backend in stand alone mode for ↵ | Tleiades Hax | 2007-10-13 | 1 | -21/+2 |
| | | | | | | | assets and inventory. Added asset_plugin key to "StandAlone" section of OpenSim.ini | ||||
* | (no commit message) | Tleiades Hax | 2007-10-13 | 1 | -2/+21 |
| | |||||
* | Asset server implementation. Again one of these "plumbing" releases, where ↵ | Tleiades Hax | 2007-10-13 | 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. |