Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the locks closer to the data, sqlite for assets now works like a champ | Sean Dague | 2007-09-11 | 1 | -31/+34 |
| | |||||
* | add DeleteAsset | Sean Dague | 2007-09-11 | 1 | -10/+14 |
| | | | | | | | this also moves commit points around a bit for debuging, though this will change back now the MW has worked out synchronization | ||||
* | added some debugging for tracing where asset code isn't working with sqlite | Sean Dague | 2007-09-10 | 1 | -1/+20 |
| | |||||
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | hooked up sdague new sqlite asset database provider to the old asset system. ↵ | MW | 2007-09-10 | 1 | -3/+19 |
| | | | | | | | | So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote. Needs more testing, so if it causes problems will have to swap back to db4o. | ||||
* | added SQLiteAssetData class first pass. This should work, | Sean Dague | 2007-09-07 | 1 | -0/+237 |
but it will current store local and temporary assets as well. Will fix that later. |