aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Storage/OpenSim.DataStore.DB4o (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-03-182-52/+50
|
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-041-2/+2
|
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* Converted logging to use log4net.Jeff Ames2008-02-051-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.
* Added copyright statements.Jeff Ames2008-02-051-2/+30
|
* * 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