aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionLoader (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-14A few more AssemblyInfos in a few more dlls.Diva Canto2-0/+66
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-1/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-0/+1
2011-09-24Added a setting to [Startup] section of config that will allow the simulator ...Kevin Houlihan & Michelle Argus2-21/+51
2011-03-25minor: make it clearer in the log where we're loading region config files and...Justin Clark-Casey (justincc)1-2/+2
2011-03-25in region web loader, print out url that config is being loaded from (this wa...Justin Clark-Casey (justincc)1-2/+2
2011-03-25Log the xml/ini regions config files that opensim loads from, and the regions...Justin Clark-Casey (justincc)1-4/+20
2009-09-06* Typo in previous commit.Adam Frisby1-1/+1
2009-09-06* Debugging why region loading is occurring so slowly on a setup with 64 regi...Adam Frisby1-0/+1
2009-06-25From this version onwards, all new region files created automatically willMelanie Thielker1-2/+2
2009-06-25Allow the reading of ini files instead of xml files when reading regionMelanie Thielker1-6/+23
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2-2/+2
2009-01-02Allow some values that are set in OpenSim.ini to be set from region configMelanie Thielker2-7/+7
2008-09-06Mantis #2133Melanie Thielker1-3/+3
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-3/+3
2008-09-02fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield1-1/+1
2008-08-22- fixes a bug in RemoteAdminPlugin where CreateRegion would not payDr Scofield1-3/+3
2008-06-26As per the suggestion on the mailing list, added support for a OpenSim.xml co...MW2-6/+6
2008-04-21From: Dr Scofield <hud@zurich.ibm.com>Sean Dague1-1/+1
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby2-6/+9
2008-04-11* Added a "regionload_regionsdir" option to OpenSim.ini which determines wher...Adam Frisby1-0/+13
2008-03-18Formatting cleanup.Jeff Ames2-54/+54
2008-02-05Converted logging to use log4net.Jeff Ames1-8/+9
2008-01-15* Mother of all commits:Adam Frisby1-3/+3
2008-01-04*Added ability to skip any use of the console when configuring and assume def...mingchen2-3/+3
2007-12-27* Optimized usingslbsa712-24/+21
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2-2/+2
2007-12-07added one more command to the console help.Jeff Ames1-3/+1
2007-11-04* Small touchup of console messagesAdam Frisby1-5/+5
2007-11-04Deleted Regionloader .csproj files. MW2-224/+0
2007-11-04normalized line endingsJeff Ames2-170/+170
2007-11-03*Moved region loading into its own interface IRegionLoadermingchen4-0/+394