aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGrid.Framework.Data/SimProfileData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-84/+0
| | | | the Grid servers can be a separate solution to the region server.
* added a field in SimProfileData for a region texture asset IDmorphw2007-05-201-0/+5
|
* * Fixed MySQL Grid ManagerAdam Frisby2007-05-131-13/+13
| | | | | | | * Added preliminary support for DB UserServer (incomplete) * Added better handling of defaults to Grid Manager. * Renamed SQL/regions.sql to SQL/mysql-regions.sql.
* * Added support for user/asset server keys per-region (warning: changes ↵Adam Frisby2007-05-041-0/+6
| | | | table layout in SQL storages)
* Grid server V2.0! Now with extra crunchy SQL support.Adam Frisby2007-05-041-0/+8
| | | | | | | | 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.
* Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵Adam Frisby2007-05-041-0/+65
state yet, posted for reference and future use.