aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Storage/OpenSim.DataStore.DB4o (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-18Formatting cleanup.Jeff Ames2-52/+50
2008-03-04Added copyright heaaders. Minor cleanup.Jeff Ames1-2/+2
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.
2008-02-05Added copyright statements.Jeff Ames1-2/+30
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 Dague2-145/+145
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 Frisby2-0/+106
* Importing begginings of DB4oDataStore