aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionLoader (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-02-222-2/+2
|\
| * Deleted all AssemblyFileVersion directivesDiva Canto2013-02-192-2/+2
* | Merge branch 'master' into careminsterMelanie2013-02-052-2/+2
|\ \ | |/
| * Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-052-2/+2
* | Merge branch 'master' into careminsterMelanie2012-11-152-0/+66
|\ \ | |/
| * A few more AssemblyInfos in a few more dlls.Diva Canto2012-11-142-0/+66
| * 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
* | Merge commit '39d7945efc8daa6e5cd0f4728b499e7a624526cd' into bigmergeMelanie2011-10-112-35/+62
|\ \ | |/
| * Added a setting to [Startup] section of config that will allow the simulator ...Kevin Houlihan & Michelle Argus2011-09-242-21/+51
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-03-271-4/+20
|\ \ | |/
| * minor: make it clearer in the log where we're loading region config files and...Justin Clark-Casey (justincc)2011-03-251-2/+2
| * in region web loader, print out url that config is being loaded from (this wa...Justin Clark-Casey (justincc)2011-03-251-2/+2
| * Log the xml/ini regions config files that opensim loads from, and the regions...Justin Clark-Casey (justincc)2011-03-251-4/+20
* | 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
|/
* * Typo in previous commit.Adam Frisby2009-09-061-1/+1
* * Debugging why region loading is occurring so slowly on a setup with 64 regi...Adam Frisby2009-09-061-0/+1
* From this version onwards, all new region files created automatically willMelanie Thielker2009-06-251-2/+2
* Allow the reading of ini files instead of xml files when reading regionMelanie Thielker2009-06-251-6/+23
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-012-2/+2
* Allow some values that are set in OpenSim.ini to be set from region configMelanie Thielker2009-01-022-7/+7
* Mantis #2133Melanie Thielker2008-09-061-3/+3
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-3/+3
* fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2008-09-021-1/+1
* - fixes a bug in RemoteAdminPlugin where CreateRegion would not payDr Scofield2008-08-221-3/+3
* As per the suggestion on the mailing list, added support for a OpenSim.xml co...MW2008-06-262-6/+6
* From: Dr Scofield <hud@zurich.ibm.com>Sean Dague2008-04-211-1/+1
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-212-6/+9
* * Added a "regionload_regionsdir" option to OpenSim.ini which determines wher...Adam Frisby2008-04-111-0/+13
* Formatting cleanup.Jeff Ames2008-03-182-54/+54
* 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-042-3/+3
* * Optimized usingslbsa712007-12-272-24/+21
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-102-2/+2
* added one more command to the console help.Jeff Ames2007-12-071-3/+1
* * Small touchup of console messagesAdam Frisby2007-11-041-5/+5
* Deleted Regionloader .csproj files. MW2007-11-042-224/+0
* normalized line endingsJeff Ames2007-11-042-170/+170
* *Moved region loading into its own interface IRegionLoadermingchen2007-11-034-0/+394