aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices/OpenGrid.Framework.Data.MySQL/MySQLGridData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-258/+0
2007-06-26*Added support for reservations in OpenGridServices (mysql only for now)mingchen1-0/+27
*SQL file coming soon (as soon as I can figure out how to get the
2007-06-08Re-imported OpenGridServices from trunkMW1-0/+258
2007-06-08Deleted OpenGridServices folder as the easiest way to reimport the latest ↵MW1-201/+0
version from trunk
2007-06-05* Finished adding licensing declarations to everything (3/3)Adam Frisby1-4/+5
2007-06-05* Weird didnt commit inventory beforeAdam Frisby1-1/+1
2007-06-02Dont want to do that again --- MySQL interface is now fully documented. ↵Adam Frisby1-1/+54
Added little bit more documentation to the MSSQL interface.
2007-05-31* Yet more inventory shellingAdam Frisby1-3/+3
* Very initial MySQL work done * Refactored some of the MySQL code - functions which are passed a reader are no longer getX() but now readX().
2007-05-30* Added reconnect support for MySQL Data interfaces if they time out. ↵Adam Frisby1-0/+3
(Grid/User modes only now, Log todo) * Begun writing support for supporting the "Start" region login parameter.
2007-05-25* Added new mysql_connection.ini file which contains configuration options ↵Adam Frisby1-1/+9
for the database connection used by OGS. * Added IniFile class (code imported from public example) to Framework.Data - may be worth moving to Util. * Ran prebuild, updated solution files.
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+0
the Grid servers can be a separate solution to the region server.
2007-05-14* Commented out GridManager lines until they are checked into SVNAdam Frisby1-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.
2007-05-13* Fixed MySQL Grid ManagerAdam Frisby1-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.
2007-05-05You can now save profiles to a database. (Zomg!)Adam Frisby1-0/+12
2007-05-04Grid server V2.0! Now with extra crunchy SQL support.Adam Frisby1-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.
2007-05-04Added Close() function to sanely terminate the grid data interfaces. ↵Adam Frisby1-2/+33
Declaring this complete (other than bugfixes), going to work on integrating into GridServer.
2007-05-04I dub thee working. Maybe.Adam Frisby1-1/+3
2007-05-04Semi-functional (in theory!)Adam Frisby1-3/+28
2007-05-04Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵Adam Frisby1-0/+51
state yet, posted for reference and future use.