aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices.sln (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Finished adding licensing declarations to everything (3/3)Adam Frisby2007-06-051-61/+71
|
* * Fixed OGS buildAdam Frisby2007-06-051-66/+63
| | | | | | * Converted to new console interfaces * Fixed other minor issues which somehow snuck in
* Prebuild and stuffAdam Frisby2007-06-041-94/+94
|
* Rebuilt the build filesgareth2007-05-301-85/+94
| | | | | | Added some more prompts and stuff to ServiceManager
* * Rebuilt PrebuildAdam Frisby2007-05-291-1/+1
| | | | | | | * 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.
* Possible my last ever OpenSim/OGS contribution (if I continue to feel like ↵MW2007-05-251-67/+58
| | | | | | | | 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)
* * re-prebuiltlbsa712007-05-241-58/+67
| | | | | * deleted all those *.user - ignore them next time!
* Stage 2: GridServices build files should be fixed now, Someone will need to ↵MW2007-05-241-0/+85
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.