aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGrid.Framework.Data.MySQL (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-16Updating nant/solution files.Adam Frisby2-23/+19
2007-05-16Let stuff be broken!Adam Frisby2-15/+91
2007-05-16Added OpenSimApplication as a base class to OpenSimMainMW1-46/+46
2007-05-16FIXED THE BUILD!gareth1-46/+46
2007-05-15updated Build/project files to include the new projects and new files.MW1-46/+46
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
2007-05-14* Commented out GridManager lines until they are checked into SVNAdam Frisby2-2/+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-13Added skeleton master service managergareth1-46/+46
2007-05-13* Fixed MySQL Grid ManagerAdam Frisby2-70/+110
* 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-08* deleted bin directorieslbsa711-46/+46
* ignored bin directories * regenerated nant files
2007-05-08Fixed nant build filesgareth1-0/+46
Added ExportBot code (ZOMG! IMPORTED THE EXPORT BOT!) Fixed ExportBot's build
2007-05-05You can now save profiles to a database. (Zomg!)Adam Frisby2-0/+65
2007-05-05Run prebuild to generate working project files.Adam Frisby1-38/+84
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-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 Frisby2-6/+8
2007-05-04MySQL could now work in theory. Any testers?Adam Frisby1-2/+26
2007-05-04Semi-functional (in theory!)Adam Frisby2-4/+32
2007-05-04Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵Adam Frisby4-0/+232
state yet, posted for reference and future use.