Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the screenful of code i deleted. | Melanie Thielker | 2010-07-17 | 1 | -0/+19 |
| | |||||
* | Make webloading more robust by addign retries | Melanie Thielker | 2010-07-17 | 1 | -26/+22 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Allow some values that are set in OpenSim.ini to be set from region config | Melanie Thielker | 2009-01-02 | 1 | -5/+5 |
| | | | | | | XML as well. | ||||
* | As per the suggestion on the mailing list, added support for a OpenSim.xml ↵ | MW | 2008-06-26 | 1 | -3/+3 |
| | | | | | | | config file, instead of a ini file. INI files still work the same as they did before, just now if a ini file isn't found, it looks for a OpenSim.xml file (of course in xml format) and if found uses that. Includes a OpenSim.Example.xml for reference (the default settings saved as a xml file). | ||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -5/+7 |
| | | | | (this took a while to run). | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+27 |
| | |||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -8/+9 |
| | | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | ||||
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -3/+3 |
| | | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | ||||
* | *Added ability to skip any use of the console when configuring and assume ↵ | mingchen | 2008-01-04 | 1 | -1/+1 |
| | | | | 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 | -18/+19 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 1 | -1/+1 |
| | | | | notice of doom | ||||
* | * Small touchup of console messages | Adam Frisby | 2007-11-04 | 1 | -5/+5 |
| | |||||
* | Deleted Regionloader .csproj files. | MW | 2007-11-04 | 1 | -112/+0 |
| | |||||
* | normalized line endings | Jeff Ames | 2007-11-04 | 1 | -98/+98 |
| | |||||
* | *Moved region loading into its own interface IRegionLoader | mingchen | 2007-11-03 | 2 | -0/+210 |
*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. |