aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Differences.txt
diff options
context:
space:
mode:
authoronefang2019-08-23 09:48:48 +1000
committeronefang2019-08-23 09:48:48 +1000
commit8c8b7cc8a4513f33fdf89016d6bb1e2ebb58ed11 (patch)
treec6876536a68eaf1f06d12e54eac13579bcc7fdfc /Differences.txt
parentShuffle some coder level docs to it's own directory. (diff)
downloadopensim-SC_OLD-8c8b7cc8a4513f33fdf89016d6bb1e2ebb58ed11.zip
opensim-SC_OLD-8c8b7cc8a4513f33fdf89016d6bb1e2ebb58ed11.tar.gz
opensim-SC_OLD-8c8b7cc8a4513f33fdf89016d6bb1e2ebb58ed11.tar.bz2
opensim-SC_OLD-8c8b7cc8a4513f33fdf89016d6bb1e2ebb58ed11.tar.xz
Update the differences.
Diffstat (limited to 'Differences.txt')
-rw-r--r--Differences.txt21
1 files changed, 14 insertions, 7 deletions
diff --git a/Differences.txt b/Differences.txt
index d054881..9ae94d0 100644
--- a/Differences.txt
+++ b/Differences.txt
@@ -7,7 +7,7 @@ be added in the future. Only Debian, Devuan, and Ubuntu have been
7tested. Devuan ASCII is currently the best supported, as that's what I 7tested. Devuan ASCII is currently the best supported, as that's what I
8use. 8use.
9 9
10OpenSim-SC is generally optimised for IG and MG grids. 10OpenSim-SC is generally optimised for CG, IG, and MG grids.
11 11
12 12
13Directory layout. 13Directory layout.
@@ -23,7 +23,7 @@ updates a bit easier.
23Config files. 23Config files.
24------------- 24-------------
25 25
26The various config files have been optimised for IG and MG grids. 26The various config files have been optimised for CG, IG, and MG grids.
27 27
28bin/OpenSim.ini has been cut down drastically, with all the defaults now 28bin/OpenSim.ini has been cut down drastically, with all the defaults now
29in bin/OpenSimDefaults.ini. 29in bin/OpenSimDefaults.ini.
@@ -32,7 +32,8 @@ For ROBUST, bin/Robust.ini is the configuration file.
32 32
33All actual configuration should be done in the external config/ 33All actual configuration should be done in the external config/
34directory. Common things in config/config.ini, and sim specific things 34directory. Common things in config/config.ini, and sim specific things
35in their respective sim directories. 35in their respective sim directories. ROBUST specific things should go in
36config/ROBUST/RobustExtra.ini
36 37
37bin/config-include/ has some example config.ini files, suitable for the 38bin/config-include/ has some example config.ini files, suitable for the
38IG and MG grids, as well as a local grid. 39IG and MG grids, as well as a local grid.
@@ -65,7 +66,7 @@ Script engine.
65-------------- 66--------------
66 67
67There are three major changes to the script engine. The general result 68There are three major changes to the script engine. The general result
68of these are much faster scripts. 69of these are faster scripts.
69 70
70Lots of script functions include an arbitrary delay, which was done by LL 71Lots of script functions include an arbitrary delay, which was done by LL
71many many years ago to reduce load on their servers I guess. These have 72many many years ago to reduce load on their servers I guess. These have
@@ -86,9 +87,15 @@ Economy.
86-------- 87--------
87 88
88The fake economy module has been faked even further, now your current 89The fake economy module has been faked even further, now your current
89balance displayed is the version number of the sim you are in. Obviously 90balance displayed is the OpenSim_SC version number of the sim you are in.
90this is not a real economy, spending any of it doesn't deduct from your 91Obviously this is not a real economy, spending any of it doesn't deduct
91balance. You can still install a real economy module. 92from your balance. You can still install a real economy module.
93
94Web pages.
95----------
96
97Using the built in OpenSim web server, the standard web pages now exist
98and are served at the ROBUST public port. This includes statistics.
92 99
93 100
94Misc. 101Misc.