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