aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/LoadRegions/RegionLoaderFileSystem.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-28Add [Region] .ini block.onefang1-5/+15
For including actual region definition in the normal .ini stack. Same as the usual Region.ini format, except we add a RegionName parameter.
2019-05-19Don't read .ini region files, use .xml instead.onefang1-7/+10
Coz OpenSim can get confused, and I have a better idea.
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-16/+9
2016-11-07More caches directory fixes, including moving console history there.David Walter Seikel1-1/+1
2016-11-05More config path fixes.David Walter Seikel1-19/+26
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-1/+2
2011-09-24Added a setting to [Startup] section of config that will allow the simulator ↵Kevin Houlihan & Michelle Argus1-1/+3
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-25minor: make it clearer in the log where we're loading region config files ↵Justin Clark-Casey (justincc)1-2/+2
and not the regions themselves
2011-03-25Log the xml/ini regions config files that opensim loads from, and the ↵Justin Clark-Casey (justincc)1-4/+20
regions that it loaded from them This will show up with the lines [REGION LOADER FILE SYSTEM]: Loading config files from ./Regions, etc.
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 ↵Adam Frisby1-0/+1
regions in a Regions.ini (took 38 minutes on my test box)
2009-06-25From this version onwards, all new region files created automatically willMelanie Thielker1-2/+2
be created as new style INI files. This doesn't yet affect create region, but it does affect first starts of OpenSim.exe Because master avatars are slated to be replaced by estate owners, this now allows regions to be created without any master avatar data.
2009-06-25Allow the reading of ini files instead of xml files when reading regionMelanie Thielker1-6/+23
definitions from the file system
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-01-02Allow some values that are set in OpenSim.ini to be set from region configMelanie Thielker1-2/+2
XML as well.
2008-09-06Mantis #2133Melanie Thielker1-3/+3
Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-3/+3
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-09-02fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield1-1/+1
cleanup: warnings, readability
2008-08-22- fixes a bug in RemoteAdminPlugin where CreateRegion would not payDr Scofield1-3/+3
attention to regionload_regionsdir from OpenSim.ini - fixes a type on RegionLoaderFileSystem
2008-06-26As per the suggestion on the mailing list, added support for a OpenSim.xml ↵MW1-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-21From: Dr Scofield <hud@zurich.ibm.com>Sean Dague1-1/+1
the attached patch set is centered around RemoteAdminPlugin and focuses mainly on making it more robust (i.e. more parameter checking and better error reporting) but also we've re-implemented the LoadTerrain stuff that got disabled during the terrain code reworking: * missing PostInitialize() calls on region modules that were loaded for regions created via RemoteAdmin's CreateRegion XmlRpc call * re-implements RemoteAdmin's LoadTerrain XmlRpc call (probably lost during the TerrainModule rework) * adds lots more parameter checking and error reporting to RemoteAdmin * adds a read-only property to RegionApplicationBase so that we can access the CommsManager * adds Exceptions to TerrainModule so that we get better error case feedback (and can report more meaningful errors in turn) * adds a CheckForTerrainUpdate() call to TerrainModule.LoadFromFile() to make terrain changes effective * adds TryGetCurrentScene(LLUUID) to SceneManager so that we can retrieve Scenes not only by name but also by LLUUID cheers, dr scofield
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-1/+2
(this took a while to run).
2008-04-11* Added a "regionload_regionsdir" option to OpenSim.ini which determines ↵Adam Frisby1-0/+13
where Region.XML files are stored. If not set, it will default to the usual location.
2008-03-18Formatting cleanup.Jeff Ames1-27/+27
2008-01-04*Added ability to skip any use of the console when configuring and assume ↵mingchen1-2/+2
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 usingslbsa711-6/+2
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-1/+1
notice of doom
2007-12-07added one more command to the console help.Jeff Ames1-3/+1
2007-11-04normalized line endingsJeff Ames1-72/+72
2007-11-03*Moved region loading into its own interface IRegionLoadermingchen1-58/+72
*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.
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-30* Optimized usingslbsa711-1/+1
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-1/+1
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-07-16changed to native line ending encodingSean Dague1-58/+58
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-3/+1
* added some licensing info