Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 6 | -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 Frisby | 1 | -47/+47 | |
changed something. * Updated solution files & build files via prebuild. | |||||
2007-05-18 | Added session IDs to the grid management agent | gareth | 1 | -47/+47 | |
2007-05-17 | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵ | MW | 2 | -158/+158 | |
class a bit and added a WorldBase class (that World now inherits from) | |||||
2007-05-16 | rebuilt build files | gareth | 2 | -158/+158 | |
Imported crappy monodevelop GTK# manager app (tis embarrassing) | |||||
2007-05-16 | Let stuff be broken! | Adam Frisby | 1 | -2/+17 | |
2007-05-16 | Added OpenSimApplication as a base class to OpenSimMain | MW | 1 | -47/+47 | |
2007-05-16 | FIXED THE BUILD! | gareth | 1 | -47/+47 | |
2007-05-15 | updated Build/project files to include the new projects and new files. | MW | 1 | -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 SVN | Adam Frisby | 1 | -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-13 | Added skeleton master service manager | gareth | 1 | -47/+47 | |
2007-05-08 | * fixed dataUri null bug | lbsa71 | 1 | -23/+18 | |
* ignored some files | |||||
2007-05-08 | * deleted bin directories | lbsa71 | 1 | -47/+47 | |
* ignored bin directories * regenerated nant files | |||||
2007-05-08 | Fixed nant build files | gareth | 1 | -0/+47 | |
Added ExportBot code (ZOMG! IMPORTED THE EXPORT BOT!) Fixed ExportBot's build | |||||
2007-05-07 | merged in missing file from 0.1-prestable | MW | 1 | -0/+75 | |
2007-05-07 | Merged 0.1-prestable back into trunk :( | gareth | 3 | -31/+97 | |
2007-05-06 | Fixed collision error with threaded access. | Adam Frisby | 1 | -6/+9 | |
2007-05-05 | Fixed bug with adding sims to DB4o based grid interface | Adam Frisby | 1 | -1/+8 | |
2007-05-05 | Updated and run prebuild. | Adam Frisby | 1 | -39/+85 | |
2007-05-05 | You can now save profiles to a database. (Zomg!) | Adam Frisby | 2 | -2/+32 | |
2007-05-05 | Grid Framework for DB4o - supports all framework.data interfaces. | Adam Frisby | 4 | -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. |