aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionLoader/Web (follow)
Commit message (Expand)AuthorAgeFilesLines
* seems to compile ( tests comented out)UbitUmarov2015-09-021-79/+52
* bad merge?UbitUmarov2015-09-011-44/+66
|\
| * Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterMelanie Thielker2014-06-211-1/+1
| |\
| | * Merge branch 'master' into careminsterMelanie2013-10-061-1/+1
| | |\
| * | | Convert region loading to new formatMelanie Thielker2014-04-261-2/+2
| |/ /
| * | Merge branch 'master' into careminsterMelanie2013-02-221-1/+1
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-02-051-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-11-151-0/+33
| |\ \ \ \
| * \ \ \ \ Merge commit '39d7945efc8daa6e5cd0f4728b499e7a624526cd' into bigmergeMelanie2011-10-111-34/+59
| |\ \ \ \ \
| * | | | | | Replace the screenful of code i deleted.Melanie Thielker2010-07-171-0/+19
| * | | | | | Make webloading more robust by addign retriesMelanie Thielker2010-07-171-26/+22
* | | | | | | Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto2015-04-291-1/+1
* | | | | | | Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
* | | | | | | Remove the old XML format parsing. Now additional region params can just beMelanie2014-04-121-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
* | | | | | Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)2013-02-271-12/+29
| |_|_|_|/ |/| | | |
* | | | | Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
| |_|_|/ |/| | |
* | | | Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-051-1/+1
| |_|/ |/| |
* | | A few more AssemblyInfos in a few more dlls.Diva Canto2012-11-141-0/+33
* | | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-301-1/+0
* | | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-301-0/+1
| |/ |/|
* | Added a setting to [Startup] section of config that will allow the simulator ...Kevin Houlihan & Michelle Argus2011-09-241-20/+48
* | in region web loader, print out url that config is being loaded from (this wa...Justin Clark-Casey (justincc)2011-03-251-2/+2
|/
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Allow some values that are set in OpenSim.ini to be set from region configMelanie Thielker2009-01-021-5/+5
* As per the suggestion on the mailing list, added support for a OpenSim.xml co...MW2008-06-261-3/+3
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-5/+7
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
* Converted logging to use log4net.Jeff Ames2008-02-051-8/+9
* * Mother of all commits:Adam Frisby2008-01-151-3/+3
* *Added ability to skip any use of the console when configuring and assume def...mingchen2008-01-041-1/+1
* * Optimized usingslbsa712007-12-271-18/+19
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-1/+1
* * Small touchup of console messagesAdam Frisby2007-11-041-5/+5
* Deleted Regionloader .csproj files. MW2007-11-041-112/+0
* normalized line endingsJeff Ames2007-11-041-98/+98
* *Moved region loading into its own interface IRegionLoadermingchen2007-11-032-0/+210