aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionLoader/Filesystem/RegionLoaderFileSystem.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-116/+0
* Added a setting to [Startup] section of config that will allow the simulator ...Kevin Houlihan & Michelle Argus2011-09-241-1/+3
* minor: make it clearer in the log where we're loading region config files and...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
* * 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-011-1/+1
* Allow some values that are set in OpenSim.ini to be set from region configMelanie Thielker2009-01-021-2/+2
* 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-261-3/+3
* 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-211-1/+2
* * Added a "regionload_regionsdir" option to OpenSim.ini which determines wher...Adam Frisby2008-04-111-0/+13
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
* *Added ability to skip any use of the console when configuring and assume def...mingchen2008-01-041-2/+2
* * Optimized usingslbsa712007-12-271-6/+2
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-1/+1
* added one more command to the console help.Jeff Ames2007-12-071-3/+1
* normalized line endingsJeff Ames2007-11-041-72/+72
* *Moved region loading into its own interface IRegionLoadermingchen2007-11-031-0/+72