aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-176/+0
the Grid servers can be a separate solution to the region server.
2007-05-12EXTERM-INATED. (Add warnings produced by WriteLine change have been updated ↵Adam Frisby1-6/+6
to include Log Priority)
2007-04-27Major ass commitAdam Frisby1-0/+5
Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function.
2007-04-25Small clean up of files and directoriesMW1-1/+1
2007-04-11Attempt to rearrange some of the directoriesMW1-0/+0
2007-04-11* One change in SQLiteLocalStorageAdam Frisby1-1/+1
* Committing half-started Berkeley BDB bindings, however not adding to solution or prebuild (will/should not compile yet)
2007-04-11Well, it *appears* to compile. Initial SQLite Local Storage module (supports ↵Adam Frisby1-0/+171
saving, deletion and update of prims, but does not yet load them.)