aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGrid.Framework.Data (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FIXED THE BUILD!gareth2007-05-161-46/+46
|
* updated Build/project files to include the new projects and new files.MW2007-05-151-46/+46
| | | | | 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/+10
| | | | | * 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-46/+46
|
* * Fixed MySQL Grid ManagerAdam Frisby2007-05-132-13/+15
| | | | | | | * Added preliminary support for DB UserServer (incomplete) * Added better handling of defaults to Grid Manager. * Renamed SQL/regions.sql to SQL/mysql-regions.sql.
* * fixed dataUri null buglbsa712007-05-081-21/+16
| | | | | * ignored some files
* * deleted bin directorieslbsa712007-05-081-46/+46
| | | | | | * ignored bin directories * regenerated nant files
* Fixed nant build filesgareth2007-05-081-0/+46
| | | | | | | Added ExportBot code (ZOMG! IMPORTED THE EXPORT BOT!) Fixed ExportBot's build
* merged in missing file from 0.1-prestableMW2007-05-071-0/+24
|
* Merged 0.1-prestable back into trunk :(gareth2007-05-072-27/+50
|
* You can now save profiles to a database. (Zomg!)Adam Frisby2007-05-051-0/+15
|
* Run prebuild to generate working project files.Adam Frisby2007-05-051-34/+82
|
* * Added support for user/asset server keys per-region (warning: changes ↵Adam Frisby2007-05-042-0/+47
| | | | table layout in SQL storages)
* Grid server V2.0! Now with extra crunchy SQL support.Adam Frisby2007-05-042-0/+10
| | | | | | | | Status: * Prebuild will be broken, someone needs to update prebuild.xml with the new dependencies. * The sim status check function does not yet function. * Sims must be manually added to the database - automatic insertion isnt supported yet.
* Added Close() function to sanely terminate the grid data interfaces. ↵Adam Frisby2007-05-041-0/+1
| | | | Declaring this complete (other than bugfixes), going to work on integrating into GridServer.
* Semi-functional (in theory!)Adam Frisby2007-05-041-0/+1
|
* Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵Adam Frisby2007-05-045-0/+199
state yet, posted for reference and future use.