| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* Very initial MySQL work done
* Refactored some of the MySQL code - functions which are passed a reader are no longer getX() but now readX().
|
| |
|
| |
|
|
|
|
|
|
|
| |
(Grid/User modes only now, Log todo)
* Begun writing support for supporting the "Start" region login parameter.
|
|
|
|
|
|
| |
Added some more prompts and stuff to ServiceManager
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
|
|
|
| |
MSVC#2005 solutions are broken.
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
* deleted all those *.user - ignore them next time!
|
|
|
|
|
|
|
| |
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.
|
|
|