aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGrid.Framework.Data.MySQL/MySQLGridData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-193/+0
| | | | the Grid servers can be a separate solution to the region server.
* * Commented out GridManager lines until they are checked into SVNAdam Frisby2007-05-141-1/+38
| | | | | * 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.
* * Fixed MySQL Grid ManagerAdam Frisby2007-05-131-23/+48
| | | | | | | * Added preliminary support for DB UserServer (incomplete) * Added better handling of defaults to Grid Manager. * Renamed SQL/regions.sql to SQL/mysql-regions.sql.
* You can now save profiles to a database. (Zomg!)Adam Frisby2007-05-051-0/+12
|
* Grid server V2.0! Now with extra crunchy SQL support.Adam Frisby2007-05-041-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-2/+33
| | | | Declaring this complete (other than bugfixes), going to work on integrating into GridServer.
* I dub thee working. Maybe.Adam Frisby2007-05-041-1/+3
|
* Semi-functional (in theory!)Adam Frisby2007-05-041-3/+28
|
* Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵Adam Frisby2007-05-041-0/+51
state yet, posted for reference and future use.