aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorOren Hurvitz2013-12-06 16:21:11 +0200
committerdahlia2014-01-20 00:38:42 -0800
commit3018b2c5d7c9de0e8da6d158f0848c840b7864ab (patch)
treef06f5b35360de9010e618b2cf7c6c109c0527631 /bin
parentRenamed MaterialsDemoModule to MaterialsModule (diff)
downloadopensim-SC_OLD-3018b2c5d7c9de0e8da6d158f0848c840b7864ab.zip
opensim-SC_OLD-3018b2c5d7c9de0e8da6d158f0848c840b7864ab.tar.gz
opensim-SC_OLD-3018b2c5d7c9de0e8da6d158f0848c840b7864ab.tar.bz2
opensim-SC_OLD-3018b2c5d7c9de0e8da6d158f0848c840b7864ab.tar.xz
Materials module: a) Store materials as assets; b) Finalized it (removed the "Demo" label; removed most of the logging); c) Enabled by default
Changed UuidGatherer to use 'sbyte' to identify assets instead of 'AssetType'. This lets UuidGatherer handle Materials, which are defined in a different enum from 'AssetType'.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 28c16cf..28369a3 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -691,6 +691,12 @@
691 ; enable_windlight = false 691 ; enable_windlight = false
692 692
693 693
694[Materials]
695 ;# {enable_materials} {} {Enable Materials support?} {true false} true
696 ;; This enables the use of Materials.
697 ; enable_materials = true
698
699
694[DataSnapshot] 700[DataSnapshot]
695 ;# {index_sims} {} {Enable data snapshotting (search)?} {true false} false 701 ;# {index_sims} {} {Enable data snapshotting (search)?} {true false} false
696 ;; The following set of configs pertains to search. 702 ;; The following set of configs pertains to search.