aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGrid.Framework.Data.DB4o (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-246-476/+0
| | | | the Grid servers can be a separate solution to the region server.
* * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby2007-05-191-47/+47
| | | | | | | changed something. * Updated solution files & build files via prebuild.
* Added session IDs to the grid management agentgareth2007-05-181-47/+47
|
* More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW2007-05-172-158/+158
| | | | class a bit and added a WorldBase class (that World now inherits from)
* rebuilt build filesgareth2007-05-162-158/+158
| | | | | | Imported crappy monodevelop GTK# manager app (tis embarrassing)
* Let stuff be broken!Adam Frisby2007-05-161-2/+17
|
* Added OpenSimApplication as a base class to OpenSimMainMW2007-05-161-47/+47
|
* FIXED THE BUILD!gareth2007-05-161-47/+47
|
* updated Build/project files to include the new projects and new files.MW2007-05-151-47/+47
| | | | | Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
* * 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.
* Added skeleton master service managergareth2007-05-131-47/+47
|
* * fixed dataUri null buglbsa712007-05-081-23/+18
| | | | | * ignored some files
* * deleted bin directorieslbsa712007-05-081-47/+47
| | | | | | * ignored bin directories * regenerated nant files
* Fixed nant build filesgareth2007-05-081-0/+47
| | | | | | | Added ExportBot code (ZOMG! IMPORTED THE EXPORT BOT!) Fixed ExportBot's build
* merged in missing file from 0.1-prestableMW2007-05-071-0/+75
|
* Merged 0.1-prestable back into trunk :(gareth2007-05-073-31/+97
|
* 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
|
* Updated and run prebuild.Adam Frisby2007-05-051-39/+85
|
* You can now save profiles to a database. (Zomg!)Adam Frisby2007-05-052-2/+32
|
* Grid Framework for DB4o - supports all framework.data interfaces.Adam Frisby2007-05-054-0/+187
*** 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.