aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-06-27 18:18:44 +0000
committerJustin Clarke Casey2008-06-27 18:18:44 +0000
commit442a938a3f7fa09f9aa00cdebcb0f1fbe9088df3 (patch)
tree8396b8ce154a270d886dbeb9325eb794012d20fc /bin
parentdr scofield's warnings safari: (diff)
downloadopensim-SC_OLD-442a938a3f7fa09f9aa00cdebcb0f1fbe9088df3.zip
opensim-SC_OLD-442a938a3f7fa09f9aa00cdebcb0f1fbe9088df3.tar.gz
opensim-SC_OLD-442a938a3f7fa09f9aa00cdebcb0f1fbe9088df3.tar.bz2
opensim-SC_OLD-442a938a3f7fa09f9aa00cdebcb0f1fbe9088df3.tar.xz
* fix a bug where I was assuming all entities would be SceneObjectGroups - of course, some are ScenePresences
* would be nice to have a separate list in InnerScene in the future since a lot of methods end up screen entities for SOGs
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 7f3faa1..c24d030 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -319,6 +319,7 @@ mesh_physical_lod = 16
319;; append to existing physics logfile, or overwrite existing logfiles? 319;; append to existing physics logfile, or overwrite existing logfiles?
320;physics_logging_append_existing_logfile = true 320;physics_logging_append_existing_logfile = true
321 321
322
322[RemoteAdmin] 323[RemoteAdmin]
323enabled = false 324enabled = false
324access_password = unknown 325access_password = unknown
@@ -333,6 +334,7 @@ prefix = /admin
333[RestRegionPlugin] 334[RestRegionPlugin]
334enabled = false 335enabled = false
335 336
337
336; Uncomment the following for IRC bridge 338; Uncomment the following for IRC bridge
337; experimental, so if it breaks... keep both parts... yada yada 339; experimental, so if it breaks... keep both parts... yada yada
338; also, not good error detection when it fails 340; also, not good error detection when it fails