aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGrid.Framework.Data.MySQL/MySQLManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-269/+0
the Grid servers can be a separate solution to the region server.
2007-05-20* Updated UserAgentData class, adding new properties, modifying existing ↵Adam Frisby1-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!)
2007-05-14* Commented out GridManager lines until they are checked into SVNAdam Frisby1-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.
2007-05-13* Fixed MySQL Grid ManagerAdam Frisby1-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.
2007-05-05You can now save profiles to a database. (Zomg!)Adam Frisby1-0/+53
2007-05-04* Added support for user/asset server keys per-region (warning: changes ↵Adam Frisby1-0/+10
table layout in SQL storages)
2007-05-04I dub thee working. Maybe.Adam Frisby1-5/+5
2007-05-04MySQL could now work in theory. Any testers?Adam Frisby1-2/+26
2007-05-04Semi-functional (in theory!)Adam Frisby1-1/+4
2007-05-04Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵Adam Frisby1-0/+84
state yet, posted for reference and future use.