aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGrid.Framework.Data.DB4o (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW6-476/+0
the Grid servers can be a separate solution to the region server.
2007-05-19* TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby1-47/+47
changed something. * Updated solution files & build files via prebuild.
2007-05-18Added session IDs to the grid management agentgareth1-47/+47
2007-05-17More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW2-158/+158
class a bit and added a WorldBase class (that World now inherits from)
2007-05-16rebuilt build filesgareth2-158/+158
Imported crappy monodevelop GTK# manager app (tis embarrassing)
2007-05-16Let stuff be broken!Adam Frisby1-2/+17
2007-05-16Added OpenSimApplication as a base class to OpenSimMainMW1-47/+47
2007-05-16FIXED THE BUILD!gareth1-47/+47
2007-05-15updated Build/project files to include the new projects and new files.MW1-47/+47
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
2007-05-14* Commented out GridManager lines until they are checked into SVNAdam Frisby1-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.
2007-05-13Added skeleton master service managergareth1-47/+47
2007-05-08* fixed dataUri null buglbsa711-23/+18
* ignored some files
2007-05-08* deleted bin directorieslbsa711-47/+47
* ignored bin directories * regenerated nant files
2007-05-08Fixed nant build filesgareth1-0/+47
Added ExportBot code (ZOMG! IMPORTED THE EXPORT BOT!) Fixed ExportBot's build
2007-05-07merged in missing file from 0.1-prestableMW1-0/+75
2007-05-07Merged 0.1-prestable back into trunk :(gareth3-31/+97
2007-05-06Fixed collision error with threaded access.Adam Frisby1-6/+9
2007-05-05Fixed bug with adding sims to DB4o based grid interfaceAdam Frisby1-1/+8
2007-05-05Updated and run prebuild.Adam Frisby1-39/+85
2007-05-05You can now save profiles to a database. (Zomg!)Adam Frisby2-2/+32
2007-05-05Grid Framework for DB4o - supports all framework.data interfaces.Adam Frisby4-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.