diff options
author | David Walter Seikel | 2016-11-08 15:50:18 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-08 15:50:18 +1000 |
commit | 54ed17dae68060ef083ff98448b47eaec2cf2c4b (patch) | |
tree | bb98ee10603cf7b36278ace5369f77723cc00c1b /TODO.txt | |
parent | Lots of hacking up the scripts to work with the new setup, and more. (diff) | |
download | opensim-SC_OLD-54ed17dae68060ef083ff98448b47eaec2cf2c4b.zip opensim-SC_OLD-54ed17dae68060ef083ff98448b47eaec2cf2c4b.tar.gz opensim-SC_OLD-54ed17dae68060ef083ff98448b47eaec2cf2c4b.tar.bz2 opensim-SC_OLD-54ed17dae68060ef083ff98448b47eaec2cf2c4b.tar.xz |
New README and TODO I forgot to commit before.
Diffstat (limited to '')
-rw-r--r-- | TODO.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..6f236f3 --- /dev/null +++ b/TODO.txt | |||
@@ -0,0 +1,18 @@ | |||
1 | FIX BUGS - | ||
2 | |||
3 | Zarro boogs! | ||
4 | |||
5 | |||
6 | NEW FEATURES - | ||
7 | |||
8 | In [Startup] there is this - | ||
9 | ; To run a script every few minutes, set the script filename here | ||
10 | ; timer_Script = "filename" | ||
11 | Could do things with that perhaps. | ||
12 | |||
13 | |||
14 | In [Startup] there is this - | ||
15 | ; Simulator Stats URI | ||
16 | ; Enable JSON simulator data by setting a URI name (case sensitive) | ||
17 | ; Stats_URI = "jsonSimStats" | ||
18 | |||