aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices.sln (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Wiping trunk in prep for SugiliteAdam Frisby2007-07-111-91/+0
|
* * "create user" command now works with the MySQL Data Storage Engine on the ↵Adam Frisby2007-06-241-71/+61
| | | | userserver.
* * Changed some more sort order issueslbsa712007-06-131-72/+82
| | | | | * Updated vs2005 files as well
* Commiting solutions - may compile now?Adam Frisby2007-06-091-71/+61
|
* *Added Estate Tools for terrain texturing, terrain texturing heights per ↵mingchen2007-06-081-62/+72
| | | | | | | corner, water height, region flags, etc basic settings *Parcel now sends ParcelProperties when the owner changes information as soon as the information is changed
* *Added EstateSettings.cs and moved many relevant variables from ↵mingchen2007-06-071-72/+62
| | | | | | | | RegionInfoBase to EstateSettings class and added an EstateSettings objection to RegionInfoBase *Added a few missed copyright headers *Fixed a filename typo
* * 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.