aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Storage/OpenSim.DataStore.DB4o/DB4oDataStore.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames1-9/+4
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-08-20The regionUUID is now being passed to the datastore calls.MW1-3/+3
2007-08-09Start of replacing the old SceneObject/Primitive classes with the new versions.MW1-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.
2007-07-30mass update of files to have native line endingsSean Dague1-110/+110
2007-07-29Commit 1/2Adam Frisby1-2/+8
* DB4o no longer crashes the sim on Startup * DB4o now crashes the sim on shutdown. * Variety of console verbosity fixes.
2007-07-29* Assorted minor fixes (DB4o now properly commits saves on shutdown)Adam Frisby1-1/+2
2007-07-29* Highly experimental: Added DB4o DataStore support. Untested.Adam Frisby1-7/+39
2007-07-16* Updating internal LSL handler/compiler with Tedd's r1.Adam Frisby1-66/+71
* Importing begginings of DB4oDataStore
2007-07-16changed to native line ending encodingSean Dague1-65/+66
2007-07-15* PROTIP: It helps to know what your doing when playing with reflection.Adam Frisby1-1/+1
2007-07-15* Terrain now uses the new StorageManager.Adam Frisby1-2/+2
2007-07-15* Adding example "NullStorage" DataStore engine.Adam Frisby1-0/+65