Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 2008-01-05 | 1 | -0/+7 |
| | | | | | Some debug info for startup added to find bugs. ++ | ||||
* | *Added ability to skip any use of the console when configuring and assume ↵ | mingchen | 2008-01-04 | 1 | -4/+6 |
| | | | | default value. This is useful when the server is running by itself and a new region request is added without sufficient information | ||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -48/+87 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | * Fixed a whole bunch of console messages. | Adam Frisby | 2007-12-04 | 1 | -3/+3 |
| | |||||
* | minor cleanup of some dodgy bits | Jeff Ames | 2007-11-17 | 1 | -1/+1 |
| | |||||
* | catch exceptions when loading malformed xml files | Jeff Ames | 2007-11-17 | 1 | -7/+10 |
| | |||||
* | *Master Avatar can be specified by a previous UUID in either grid mode or ↵ | mingchen | 2007-11-03 | 1 | -15/+40 |
| | | | | standalone mode by specifying a master_avatar_uuid attribute in the place of master_avatar_xxxx_name and master_avatar_password.You will not be asked for the name and password if a valid UUID is specified. | ||||
* | *Moved region loading into its own interface IRegionLoader | mingchen | 2007-11-03 | 1 | -71/+60 |
| | | | | | *Added ability to load regioninfo remotely from a webserver from a single file. See share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt for more info and an example file. | ||||
* | * Moved OpenSim/Framework/General to OpenSim/Framework for great justice. | lbsa71 | 2007-10-31 | 1 | -0/+440 |