aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGrid.Framework.Data.DB4o/DB4oGridData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-83/+0
| | | | the Grid servers can be a separate solution to the region server.
* * Commented out GridManager lines until they are checked into SVNAdam Frisby2007-05-141-0/+5
| | | | | * Added new GetProfilesInRange(x,y,x,y) data function to return sim profiles between certain coordinates (for use with World Map information, etc). Implemented in GridServer.Data.Mysql - stub functions placed in other data providers.
* Merged 0.1-prestable back into trunk :(gareth2007-05-071-11/+11
|
* Fixed collision error with threaded access.Adam Frisby2007-05-061-6/+9
|
* Fixed bug with adding sims to DB4o based grid interfaceAdam Frisby2007-05-051-1/+8
|
* You can now save profiles to a database. (Zomg!)Adam Frisby2007-05-051-0/+5
|
* Grid Framework for DB4o - supports all framework.data interfaces.Adam Frisby2007-05-051-0/+63
*** Important Note *** Framework.Data interfaces are not yet complete (they are strictly read-only right now), because of this, write support is not yet implemented.