Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-11 | * Wiping trunk in prep for Sugilite | Adam Frisby | 1 | -665/+0 | |
2007-06-26 | *Added support for reservations in OpenGridServices (mysql only for now) | mingchen | 1 | -0/+28 | |
*SQL file coming soon (as soon as I can figure out how to get the | |||||
2007-06-24 | * "create user" command now works with the MySQL Data Storage Engine on the ↵ | Adam Frisby | 1 | -0/+84 | |
userserver. | |||||
2007-06-08 | Re-imported OpenGridServices from trunk | MW | 1 | -0/+581 | |
2007-06-08 | Deleted OpenGridServices folder as the easiest way to reimport the latest ↵ | MW | 1 | -270/+0 | |
version from trunk | |||||
2007-06-05 | * Finished adding licensing declarations to everything (3/3) | Adam Frisby | 1 | -4/+5 | |
2007-06-05 | * Weird didnt commit inventory before | Adam Frisby | 1 | -1/+1 | |
2007-06-02 | Dont want to do that again --- MySQL interface is now fully documented. ↵ | Adam Frisby | 1 | -25/+100 | |
Added little bit more documentation to the MSSQL interface. | |||||
2007-06-01 | * MySQL Inventory data interfaces written - can now write an inventory ↵ | Adam Frisby | 1 | -0/+65 | |
server (yay!) | |||||
2007-05-31 | * Completed reading of inventory in Manager. (still needs to be hooked up ↵ | Adam Frisby | 1 | -6/+42 | |
via interfaces, but easy to do.) | |||||
2007-05-31 | * Added some comments | Adam Frisby | 1 | -1/+6 | |
* Renamed a function which was incredibly badly misnamed. | |||||
2007-05-31 | * Yet more inventory shelling | Adam Frisby | 1 | -3/+29 | |
* Very initial MySQL work done * Refactored some of the MySQL code - functions which are passed a reader are no longer getX() but now readX(). | |||||
2007-05-30 | * Added reconnect support for MySQL Data interfaces if they time out. ↵ | Adam Frisby | 1 | -4/+64 | |
(Grid/User modes only now, Log todo) * Begun writing support for supporting the "Start" region login parameter. | |||||
2007-05-28 | * Escaped log messages properly when logging to DB | Adam Frisby | 1 | -2/+12 | |
* World map textures are now checked against DBNull before returning * MySQL now informs when it gets a connection * "Fastmode" support added to world map queries (MySQL-only), disabled by default. | |||||
2007-05-28 | Zomg wtf bbq logdata! | Adam Frisby | 1 | -0/+33 | |
2007-05-25 | * Added new mysql_connection.ini file which contains configuration options ↵ | Adam Frisby | 1 | -2/+2 | |
for the database connection used by OGS. * Added IniFile class (code imported from public example) to Framework.Data - may be worth moving to Util. * Ran prebuild, updated solution files. | |||||
2007-05-25 | Set default MySQL port to the standard. | Adam Frisby | 1 | -1/+1 | |
2007-05-25 | Bugfix: Added regionMapTexture to MySQLManager.cs insertRow function. | Adam Frisby | 1 | -2/+3 | |
2007-05-24 | Renamed the new Directories. (removed the "-Source" from the end of them) | MW | 1 | -0/+0 | |
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 1 | -0/+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 Frisby | 1 | -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 SVN | Adam Frisby | 1 | -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 Manager | Adam Frisby | 1 | -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-05 | You can now save profiles to a database. (Zomg!) | Adam Frisby | 1 | -0/+53 | |
2007-05-04 | * Added support for user/asset server keys per-region (warning: changes ↵ | Adam Frisby | 1 | -0/+10 | |
table layout in SQL storages) | |||||
2007-05-04 | I dub thee working. Maybe. | Adam Frisby | 1 | -5/+5 | |
2007-05-04 | MySQL could now work in theory. Any testers? | Adam Frisby | 1 | -2/+26 | |
2007-05-04 | Semi-functional (in theory!) | Adam Frisby | 1 | -1/+4 | |
2007-05-04 | Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵ | Adam Frisby | 1 | -0/+84 | |
state yet, posted for reference and future use. |