Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed wrong configuration variable names. | Diva Canto | 2010-12-11 | 1 | -3/+1 | |
| | ||||||
* | Remove old Freeswitch configurations | Melanie | 2010-12-07 | 1 | -33/+0 | |
| | ||||||
* | Fix config items. Less used / expert items go in OpenSimDefaults.ini | Melanie | 2010-11-03 | 1 | -0/+3 | |
| | | | | The default shown is always the hardcoded default | |||||
* | Set async_packet_handling = true by default | Justin Clark-Casey (justincc) | 2010-10-30 | 1 | -1/+2 | |
| | | | | | | Setting this to true avoids a 500ms or so client freeze when the LLUDP server thread is taken up with processing a UseCircuitCode packet synchronously. Extensive testing on Wright Plaza appeared to show no bad effects and this seems to reduce login lag considerably. Of course, a lot of login lag is still coming from other sources. | |||||
* | Configuration of persistent baked textures and save/send delays. | Master ScienceSim | 2010-10-28 | 1 | -0/+14 | |
| | ||||||
* | initial support for meshies physics. Must set ini option ↵ | dahlia | 2010-10-18 | 1 | -0/+6 | |
| | | | | UseMeshiesPhysicsMesh = true to enable. See file OpenSimDefaults.ini for example. | |||||
* | Remove carriage returns from OpenSimDefaults.ini. Correct one typo. Change | Melanie | 2010-10-13 | 1 | -9/+8 | |
| | | | | | .ini.example ";;" format to normal ini format, since the defaults file is not parsed that way. | |||||
* | move CacheSculptMaps ini flag to OpenSimDefaults.ini | dahlia | 2010-10-07 | 1 | -1/+9 | |
| | | | | comment it and change defailt to true to reflect code | |||||
* | Another typo fix | Melanie | 2010-09-26 | 1 | -1/+1 | |
| | ||||||
* | adding configurable j2kDecodeCache path | BlueWall | 2010-09-26 | 1 | -6/+0 | |
| | | | | | | | | allowing the decoded sculpt map cache path to be defined in the configuration files. Use DecodedSculpMapPath in the [Startup] section to set the path. The default is still ./bin/j2kDecodeCache | |||||
* | Some cleanup to OpenSimDefaults.ini | BlueWall | 2010-09-26 | 1 | -0/+9 | |
| | | | | Fixing a couple of errors | |||||
* | Changes to preceding patch to make it conform to inifile formats. BLANK LINE | Melanie | 2010-09-26 | 1 | -1/+1 | |
| | | | | | before each comment/option group, and DOUBLE SEMICOLONS before pure text comments in OpenSim.ini.exemaple | |||||
* | Add configurable path to script engine assemblies | BlueWall | 2010-09-26 | 1 | -1/+4 | |
| | | | | | | | | | Adding ability to place script engine assemblies outside the codebase directories. Uses new [XEngine] option: ScriptEnginesPath = "path_to_assemblies" Signed-off-by: Melanie <melanie@t-data.com> | |||||
* | Add the modules include line back that i dropped by mistake | Melanie | 2010-09-15 | 1 | -0/+3 | |
| | ||||||
* | Mark up OpenSim.ini.example for use with an automatic configuration tool. | Melanie | 2010-09-15 | 1 | -36/+3 | |
| | | | | | Remove seldom changed options from OpenSim.ini.example. Remove non-overridable settings like [Architecture] from OpenSimDefaults.ini | |||||
* | Revert "Move OpenSimDefaults,ini into config-include in order to put it with ↵ | Justin Clark-Casey (justincc) | 2010-09-14 | 1 | -0/+1299 | |
| | | | | | | | | all the other default files" This reverts commit c3259e9c26f198b5fe0e7ed6c29c17c27c60ecb1. Reverted by agreement. | |||||
* | Move OpenSimDefaults,ini into config-include in order to put it with all the ↵ | Justin Clark-Casey (justincc) | 2010-09-14 | 1 | -1299/+0 | |
| | | | | other default files | |||||
* | Renamed OpenSimDefaults.ini.example to OpenSimDefaults.ini | John Hurliman | 2010-09-13 | 1 | -0/+1299 | |