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