diff options
author | Justin Clarke Casey | 2009-03-27 17:17:12 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-27 17:17:12 +0000 |
commit | 3d21b2480e95a7704bdb1101f97153c6cc671d06 (patch) | |
tree | f3c5bb586c18bda1eaefec908f577c7a8ee6f22b | |
parent | * Temporarily disable ScenePresenceTests.T021_TestCrossToNewRegion() as this ... (diff) | |
download | opensim-SC_OLD-3d21b2480e95a7704bdb1101f97153c6cc671d06.zip opensim-SC_OLD-3d21b2480e95a7704bdb1101f97153c6cc671d06.tar.gz opensim-SC_OLD-3d21b2480e95a7704bdb1101f97153c6cc671d06.tar.bz2 opensim-SC_OLD-3d21b2480e95a7704bdb1101f97153c6cc671d06.tar.xz |
* Apply http://opensimulator.org/mantis/view.php?id=3347
* This puts in example [Wind] settings into OpenSim.ini.example to match the patch which introduced those settings from last week
* Thanks maimedleech
-rw-r--r-- | CONTRIBUTORS.txt | 2 | ||||
-rw-r--r-- | bin/OpenSim.ini.example | 25 |
2 files changed, 18 insertions, 9 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index ffa9a50..deb5969 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt | |||
@@ -47,6 +47,7 @@ Patches | |||
47 | * CharlieO | 47 | * CharlieO |
48 | * ChrisDown | 48 | * ChrisDown |
49 | * Chris Yeoh | 49 | * Chris Yeoh |
50 | * coyled | ||
50 | * Daedius | 51 | * Daedius |
51 | * DoranZemlja | 52 | * DoranZemlja |
52 | * daTwitch | 53 | * daTwitch |
@@ -69,6 +70,7 @@ Patches | |||
69 | * krtaylor (IBM) | 70 | * krtaylor (IBM) |
70 | * lulurun | 71 | * lulurun |
71 | * M.Igarashi | 72 | * M.Igarashi |
73 | * maimedleech | ||
72 | * Mic Bowman | 74 | * Mic Bowman |
73 | * mikkopa/_someone - RealXtend | 75 | * mikkopa/_someone - RealXtend |
74 | * Mircea Kitsune | 76 | * Mircea Kitsune |
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 39fee58..e4fcc9c 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -687,6 +687,22 @@ InterregionComms = "RESTComms" | |||
687 | ;update_interval = 100 | 687 | ;update_interval = 100 |
688 | 688 | ||
689 | 689 | ||
690 | [Wind] | ||
691 | ; Enables the wind module. Default is true | ||
692 | enabled = true | ||
693 | ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0 | ||
694 | strength = 1.0 | ||
695 | |||
696 | |||
697 | [Trees] | ||
698 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | ||
699 | ; default is false | ||
700 | active_trees = false | ||
701 | |||
702 | ; Density of tree population | ||
703 | tree_density = 1000.0 | ||
704 | |||
705 | |||
690 | [ScriptEngine.DotNetEngine] | 706 | [ScriptEngine.DotNetEngine] |
691 | Enabled = true | 707 | Enabled = true |
692 | 708 | ||
@@ -1096,15 +1112,6 @@ InterregionComms = "RESTComms" | |||
1096 | broker = "http://broker.place.com/{1}" | 1112 | broker = "http://broker.place.com/{1}" |
1097 | 1113 | ||
1098 | 1114 | ||
1099 | [Trees] | ||
1100 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | ||
1101 | ; default is false | ||
1102 | active_trees = false | ||
1103 | |||
1104 | ; Density of tree population | ||
1105 | tree_density = 1000.0 | ||
1106 | |||
1107 | |||
1108 | [RegionReady] | 1115 | [RegionReady] |
1109 | ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled | 1116 | ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled |
1110 | ; default is false | 1117 | ; default is false |