aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Storage/OpenSim.DataStore.DB4o (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+28
|
* The regionUUID is now being passed to the datastore calls.MW2007-08-201-3/+3
|
* Start of replacing the old SceneObject/Primitive classes with the new versions.MW2007-08-091-8/+8
| | | | | | PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.) Also this revision may not work on mono, but that will be fixed soon.
* mass update of files to have native line endingsSean Dague2007-07-302-145/+145
|
* Commit 1/2Adam Frisby2007-07-291-2/+8
| | | | | | | * DB4o no longer crashes the sim on Startup * DB4o now crashes the sim on shutdown. * Variety of console verbosity fixes.
* * Assorted minor fixes (DB4o now properly commits saves on shutdown)Adam Frisby2007-07-291-1/+2
|
* * Highly experimental: Added DB4o DataStore support. Untested.Adam Frisby2007-07-291-7/+39
|
* * Updating internal LSL handler/compiler with Tedd's r1.Adam Frisby2007-07-162-0/+106
* Importing begginings of DB4oDataStore