aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated asset_database options in OpenSim.ini.exampleJeff Ames2007-12-191-2/+5
|
* fixed OpenSim.ini.example to include a inventory_server_url = ↵MW2007-12-141-0/+2
| | | | http://127.0.0.1:8004 entry, seems that is the cause of a lot of people's inventory problems.
* From Michael Osias (IBM)Sean Dague2007-12-131-0/+3
| | | | | | | | | | | | | This patch makes some enhancements to the llRemoteData functions. The module is now a shared module, and allows remote data channels to be created among multiple regions in the same sim. The port is controlled from the remoteDataPort property under the [Network] section in OpenSim.ini. If this setting is not present or = 0, the module is disabled and no port is opened. llRemoteData commands have not effect when module is disabled.
* added timer_Script to OpenSim.ini.exampleJeff Ames2007-12-071-0/+3
|
* * added ttensy but important piece of knowledge to MySQL provider in ↵lbsa712007-11-191-0/+1
| | | | OpenSim.ini.example
* * Added example MySQL connectionstring to OpenSim.ini.examplelbsa712007-11-191-2/+2
|
* added dummy POS physics pluginJeff Ames2007-11-161-0/+1
|
* *** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM ↵lbsa712007-11-151-5/+5
| | | | | | | | | | | OpenSim.ini.example ** * Now moved region storage from region to application, so we have one storage per application, instead of one per region. * Changed so that the region store providers use connectionstrings, not filenames * Removed various unfit fields and properties (call me Darwin)
* * Added MySQLDataStore (adapted from MonoSqlitelbsa712007-11-151-4/+11
| | | | | | * Made startup a little bit more forgiving on dll load * Minor renamings and musings
* * Sets ZeroMesher as default. (If you want to cut and hollow, you'll need ↵Teravus Ovares2007-11-121-3/+9
| | | | | | | to uncomment the Meshmerizer in OpenSim.ini) * Fixes a geometry issue in ODE when using ZeroMesher
* * Applied Gerhard's Meshing patch (Thanks! Gerhard)Teravus Ovares2007-11-121-0/+10
| | | | | | | | * Addition of Gerhard's ZeroMesher. * Addition of meshing OpenSim.ini parameter * Some modifications to the Meshmerizer * Meshmerizer set to default meshing plugin because ZeroMesher needs a memory locking fix. We'll switch it back after the memory locking issue is resolved.
* set svn:eol-styleJeff Ames2007-11-111-64/+64
|
* * adds flag in OpenSim.ini for disabling physical prim. Look at ↵Teravus Ovares2007-11-111-63/+64
| | | | OpenSim.ini.example in the bin folder for an example.
* make Sun progression configurable for the Sim from OpenSim.iniSean Dague2007-11-091-0/+9
|
* * Added prototypical AvatarFactory module interface to load avatar parameterslbsa712007-10-261-1/+1
| | | | | | | * Added dump_assets_to_file option to enable asset dumping for debug * normalized some namespaces * InventoryFolder renamed to InventoryFolderImpl to
* move out the config files to .example files so that theySean Dague2007-10-251-0/+54
don't clobber people's configs all the time, and that we don't get new changes pulled in randomly from people's configs