aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGrid.Framework.Data.MySQL/MySQLManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Updated UserAgentData class, adding new properties, modifying existing ↵Adam Frisby2007-05-201-0/+81
| | | | | | | | ones datatypes. * Added read-only support for new userserver to MySQL Data Interface. (TODO: Add write capabilities to the Agent table.) * Added new regionMapTextureID support to MySQL Data server. (thanks MorphW!)
* * Commented out GridManager lines until they are checked into SVNAdam Frisby2007-05-141-1/+0
| | | | | * 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-47/+62
| | | | | | | * 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/+53
|
* * Added support for user/asset server keys per-region (warning: changes ↵Adam Frisby2007-05-041-0/+10
| | | | table layout in SQL storages)
* I dub thee working. Maybe.Adam Frisby2007-05-041-5/+5
|
* MySQL could now work in theory. Any testers?Adam Frisby2007-05-041-2/+26
|
* Semi-functional (in theory!)Adam Frisby2007-05-041-1/+4
|
* Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵Adam Frisby2007-05-041-0/+84
state yet, posted for reference and future use.