aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices/OpenGrid.Framework.Data/GridData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-05* Weird didnt commit inventory beforeAdam Frisby1-1/+1
2007-06-01* ZOMG Wtf Comments?Adam Frisby1-0/+26
* OpenGrid.Framework.Data is now well documented
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-0/+10
* 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-05You can now save profiles to a database. (Zomg!)Adam Frisby1-0/+15
2007-05-04* Added support for user/asset server keys per-region (warning: changes ↵Adam Frisby1-0/+41
table layout in SQL storages)
2007-05-04Grid server V2.0! Now with extra crunchy SQL support.Adam Frisby1-0/+2
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-0/+1
Declaring this complete (other than bugfixes), going to work on integrating into GridServer.
2007-05-04Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵Adam Frisby1-0/+14
state yet, posted for reference and future use.