Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-06-05 | * Finished adding licensing declarations to everything (3/3) | Adam Frisby | 36 | -141/+394 | |
2007-06-05 | * Weird didnt commit inventory before | Adam Frisby | 28 | -25/+312 | |
2007-06-05 | * Fixed OGS build | Adam Frisby | 11 | -118/+129 | |
* Converted to new console interfaces * Fixed other minor issues which somehow snuck in | |||||
2007-06-04 | Prebuild and stuff | Adam Frisby | 24 | -1906/+1914 | |
2007-06-02 | * Some commenting on asset server (needs completing) | Adam Frisby | 3 | -0/+64 | |
* Removed strip2.png - added defaultstripe.png * World map images are now generated when the terrain is tainted, not yet sent to the grid/asset server. | |||||
2007-06-02 | * GridManagementAgent is now documented | Adam Frisby | 2 | -7/+113 | |
2007-06-02 | * Documented SQLite grid interfaces | Adam Frisby | 2 | -0/+63 | |
2007-06-02 | Dont want to do that again --- MySQL interface is now fully documented. ↵ | Adam Frisby | 6 | -26/+402 | |
Added little bit more documentation to the MSSQL interface. | |||||
2007-06-01 | * MS-SQL Interface is now well documented (and probably defunct) | Adam Frisby | 2 | -26/+115 | |
2007-06-01 | * DB4o Storage provider is now well documented | Adam Frisby | 3 | -2/+237 | |
* Added try/catch over user creation (should allow multiple logins on Db4o) | |||||
2007-06-01 | * ZOMG Wtf Comments? | Adam Frisby | 8 | -39/+449 | |
* OpenGrid.Framework.Data is now well documented | |||||
2007-06-01 | * MySQL Inventory data interfaces written - can now write an inventory ↵ | Adam Frisby | 2 | -2/+73 | |
server (yay!) | |||||
2007-06-01 | * Completed read-only inventory data operations | Adam Frisby | 2 | -5/+179 | |
* Working on write support | |||||
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 | 5 | -24/+76 | |
* 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-31 | Shelling out a Inventory framework a bit more. | Adam Frisby | 1 | -0/+57 | |
2007-05-31 | The start of a beautiful thing! (eeek inventory!) | Adam Frisby | 2 | -0/+70 | |
2007-05-30 | * World map! Yay! | Adam Frisby | 1 | -2/+2 | |
* Using ASCII encoding for text not UTF8 encoding (causes the client to burp) * Cannot send uints via Nwc.XmlRpc - it asplodes and returns zero. | |||||
2007-05-30 | and log mode reconnect added. | Adam Frisby | 1 | -1/+8 | |
2007-05-30 | * Added reconnect support for MySQL Data interfaces if they time out. ↵ | Adam Frisby | 4 | -6/+85 | |
(Grid/User modes only now, Log todo) * Begun writing support for supporting the "Start" region login parameter. | |||||
2007-05-30 | Another rebuild of the build files! :O | gareth | 3 | -8/+19 | |
More XML config stuff in ServiceManager | |||||
2007-05-30 | Rebuilt the build files | gareth | 25 | -1908/+1972 | |
Added some more prompts and stuff to ServiceManager | |||||
2007-05-29 | * Rebuilt Prebuild | Adam Frisby | 17 | -616/+610 | |
* Enabled fastmode by default on world map requests (ordinary mode is just too slow) * Reset some params involving agent appearance * Tweaked simProfileBlock requests to return values which have been sighted on the wire before. | |||||
2007-05-28 | * Escaped log messages properly when logging to DB | Adam Frisby | 2 | -18/+52 | |
* 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 | DB4o is re-tah-ded. (Changed default DB provider to MySQL) | Adam Frisby | 2 | -2/+2 | |
2007-05-28 | * Upped status check to once every 3 hours (from 5 minutes) | Adam Frisby | 1 | -2/+2 | |
* Disabled GridManager for the moment (requires better security for public grids) | |||||
2007-05-28 | Please to be testing new logdata interfaces! | Adam Frisby | 3 | -3/+78 | |
2007-05-28 | Zomg wtf bbq logdata! | Adam Frisby | 5 | -29/+117 | |
2007-05-28 | * Added ILogData interface to Grid.Framework.Data - to be used for saving ↵ | Adam Frisby | 1 | -0/+20 | |
log information to database (region connections, user connections, etc) | |||||
2007-05-28 | Fixed issue [OpenSim #110] | Adam Frisby | 1 | -1/+1 | |
2007-05-27 | Moved this into releng/dist (otherwise it doesn't turn up in binary builds) | gareth | 3 | -87/+0 | |
2007-05-27 | FIXED THE TRUNK! | gareth | 12 | -562/+562 | |
2007-05-27 | * Fixed dumb mistake with terrain default loading. | Adam Frisby | 1 | -13/+20 | |
2007-05-27 | I be experimentin' | Adam Frisby | 1 | -1/+1 | |
2007-05-27 | * and fixed up an error message. | Adam Frisby | 1 | -1/+1 | |
2007-05-27 | * Added DeadRegionResponse - occurs when connecting to a downed region (was ↵ | Adam Frisby | 1 | -1/+24 | |
the mysterious "(Done)" error). | |||||
2007-05-26 | * Added addNewUserAgent() function. No idea if it breaks compilation since ↵ | Adam Frisby | 3 | -0/+16 | |
MSVC#2005 solutions are broken. | |||||
2007-05-25 | Possible my last ever OpenSim/OGS contribution (if I continue to feel like ↵ | MW | 16 | -134/+248 | |
this): Re-added a CLI "create user" command to the userserver, only currently works if using DB4o as the database provider. Added Xml config files to both the UserServer and Gridserver (UserServerConfig.xml and GridServerConfig.xml), so that the database provider can be set in it. (both currently default to DB4o , so maybe Adam will want to change it back to defaulting to MySQL) | |||||
2007-05-25 | Oops | Adam Frisby | 1 | -0/+73 | |
2007-05-25 | * Added new mysql_connection.ini file which contains configuration options ↵ | Adam Frisby | 12 | -44/+57 | |
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 | Added regionMapTexture to SQL/mysql-regions.sql for MySQL | Adam Frisby | 1 | -1/+1 | |
2007-05-25 | Bugfix: Added regionMapTexture to MySQLManager.cs insertRow function. | Adam Frisby | 1 | -2/+3 | |
2007-05-24 | (no commit message) | MW | 7 | -33/+40 | |
2007-05-24 | * re-prebuilt | lbsa71 | 19 | -184/+33 | |
* deleted all those *.user - ignore them next time! | |||||
2007-05-24 | Stage 2: GridServices build files should be fixed now, Someone will need to ↵ | MW | 24 | -247/+207 | |
test it under nant, and the releng scripts might need updating as we now have two solutions. Also the build order for the two solutions should be to compile the OpenSim Solution first and then the GridServices one, as the common projects are referenced by DLL in the Gridservices. | |||||
2007-05-24 | Renamed the new Directories. (removed the "-Source" from the end of them) | MW | 95 | -0/+8603 | |