Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2 | -163/+0 | |
2015-09-05 | Amend to previous commit: delete the corresponding AssemblyInfo's | Diva Canto | 1 | -33/+0 | |
2015-09-05 | Moved the two region loaders into the RegionLoaderPlugin dll, therefore ↵ | Diva Canto | 1 | -147/+0 | |
eliminating 2 top-level dlls that didn't make much sense. | |||||
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -79/+52 | |
2015-04-29 | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵ | Diva Canto | 1 | -1/+1 | |
AssemblyVersion("0.8.2.*") | |||||
2014-06-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2014-04-26 | Convert region loading to new format | Melanie Thielker | 1 | -2/+2 | |
2014-04-12 | Remove the old XML format parsing. Now additional region params can just be | Melanie | 1 | -2/+2 | |
added as they are already exposed through an API when using Nini. That will remove the need to always edit RegioInfo just to add a region based setting. | |||||
2013-10-04 | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2013-02-27 | Make sure we dispose of WebResponse, StreamReader and Stream in various ↵ | Justin Clark-Casey (justincc) | 1 | -12/+29 | |
places where we were not already. | |||||
2013-02-19 | Deleted all AssemblyFileVersion directives | Diva Canto | 1 | -1/+1 | |
2013-02-05 | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force. | |||||
2013-02-01 | Revert "Update assembly version numbers" | BlueWall | 1 | -1/+1 | |
This reverts commit 141ad829f448b9138b12be7cf99c834c1f3977ec. | |||||
2013-02-01 | Update assembly version numbers | BlueWall | 1 | -1/+1 | |
2012-11-14 | A few more AssemblyInfos in a few more dlls. | Diva Canto | 1 | -0/+33 | |
2012-09-30 | Revert "Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 1 | -1/+0 | |
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef. | |||||
2012-09-30 | Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 1 | -0/+1 | |
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html | |||||
2011-09-24 | Added a setting to [Startup] section of config that will allow the simulator ↵ | Kevin Houlihan & Michelle Argus | 1 | -20/+48 | |
to start up with no regions configured. I added the boolean config setting "allow_regionless", defaulting to false. If set to true, opensim will start up ok if no region configurations are found in the specified region_info_source. It will not ask the user to create a region. | |||||
2011-03-25 | in region web loader, print out url that config is being loaded from (this ↵ | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
wasn't being done anywhere). | |||||
2010-07-17 | Replace the screenful of code i deleted. | Melanie Thielker | 1 | -0/+19 | |
2010-07-17 | Make webloading more robust by addign retries | Melanie Thielker | 1 | -26/+22 | |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-01-02 | Allow some values that are set in OpenSim.ini to be set from region config | Melanie Thielker | 1 | -5/+5 | |
XML as well. | |||||
2008-06-26 | As per the suggestion on the mailing list, added support for a OpenSim.xml ↵ | MW | 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). | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -5/+7 | |
(this took a while to run). | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+27 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 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. | |||||
2008-01-15 | * Mother of all commits: | Adam Frisby | 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. | |||||
2008-01-04 | *Added ability to skip any use of the console when configuring and assume ↵ | mingchen | 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 | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -18/+19 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -1/+1 | |
notice of doom | |||||
2007-11-04 | * Small touchup of console messages | Adam Frisby | 1 | -5/+5 | |
2007-11-04 | Deleted Regionloader .csproj files. | MW | 1 | -112/+0 | |
2007-11-04 | normalized line endings | Jeff Ames | 1 | -98/+98 | |
2007-11-03 | *Moved region loading into its own interface IRegionLoader | mingchen | 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. |