diff options
author | onefang | 2019-08-23 09:48:29 +1000 |
---|---|---|
committer | onefang | 2019-08-23 09:48:29 +1000 |
commit | 35b9e38c17ce04d07ea6e926a405dc7c060b6ea3 (patch) | |
tree | 68d4fe3dee53d15b5b11f81e430d473340c10170 /coderDocs/TODO.txt | |
parent | config/ROBUST/RobustExtra.ini (diff) | |
download | opensim-SC-35b9e38c17ce04d07ea6e926a405dc7c060b6ea3.zip opensim-SC-35b9e38c17ce04d07ea6e926a405dc7c060b6ea3.tar.gz opensim-SC-35b9e38c17ce04d07ea6e926a405dc7c060b6ea3.tar.bz2 opensim-SC-35b9e38c17ce04d07ea6e926a405dc7c060b6ea3.tar.xz |
Shuffle some coder level docs to it's own directory.
Diffstat (limited to 'coderDocs/TODO.txt')
-rw-r--r-- | coderDocs/TODO.txt | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/coderDocs/TODO.txt b/coderDocs/TODO.txt new file mode 100644 index 0000000..2d53a2f --- /dev/null +++ b/coderDocs/TODO.txt | |||
@@ -0,0 +1,68 @@ | |||
1 | Still to do - | ||
2 | |||
3 | Clean up the configs. | ||
4 | Why do we have Include-Common, Include-modules, Include-osslEnable, Include-Architecture, Include-Storage, Include-*Cache ?????? | ||
5 | It only looks for "Include-". | ||
6 | Maybe move bin/assets and bin/inventory out of tree as well? | ||
7 | |||
8 | save iar password check. | ||
9 | Check against the users password, and all the gods passwords. | ||
10 | |||
11 | osForceSit() add a popup asking permission. | ||
12 | And with the os*animation, ossetspeed, ... | ||
13 | |||
14 | |||
15 | There was a showstopper, forgot what it is. lol | ||
16 | |||
17 | |||
18 | |||
19 | Paths - | ||
20 | ------- | ||
21 | |||
22 | cd /opt/opensim-0.9.0.1_MG/current/bin | ||
23 | mono Robust.exe -inidirectory=/opt/opensim-0.9.0.1_MG/config/ROBUST | ||
24 | mono OpenSim.exe -inidirectory=/opt/opensim-0.9.0.1_MG/config/sim05 | ||
25 | |||
26 | /usr/bin/mono /opt/opensim/current/bin/Robust.exe -logconfig=/opt/opensim/config/ROBUST/Robust.exe.config -inifile=/opt/opensim/config/ROBUST/Robust.ini | ||
27 | |||
28 | |||
29 | # When each .ini file is read, it's includes get added to the end of the list of .ini files to read | ||
30 | # -inimaster is read first, the defaults | ||
31 | # -inifile is read next, defaults to OpenSim.ini | ||
32 | # -inidirectory files are read next, in some random order | ||
33 | # include files are read last | ||
34 | # This is the problem, coz files included from earlier get to overide later files. | ||
35 | # Which is really against all that is holy. | ||
36 | |||
37 | /usr/bin/mono /opt/opensim/current/bin/OpenSim.exe -logconfig=/opt/opensim/config/sim07/OpenSim.exe.config -inifile=/opt/opensim/config/OpenSim.ini -inidirectory=/opt/opensim/config/sim07 | ||
38 | |||
39 | |||
40 | Name | ||
41 | ---- | ||
42 | |||
43 | UnifiedKidsGrids | ||
44 | SledjChisel, the version where we chisel away at OpenSim until it's all gone and is now SledjHamr. B-) | ||
45 | SledjChisl? | ||
46 | |||
47 | |||
48 | |||
49 | Old TODO | ||
50 | -------- | ||
51 | |||
52 | FIX BUGS - | ||
53 | |||
54 | Zarro boogs! | ||
55 | |||
56 | |||
57 | NEW FEATURES - | ||
58 | |||
59 | In [Startup] there is this - | ||
60 | ; To run a script every few minutes, set the script filename here | ||
61 | ; timer_Script = "filename" | ||
62 | Could do things with that perhaps. | ||
63 | |||
64 | |||
65 | In [Startup] there is this - | ||
66 | ; Simulator Stats URI | ||
67 | ; Enable JSON simulator data by setting a URI name (case sensitive) | ||
68 | ; Stats_URI = "jsonSimStats" | ||