diff options
Diffstat (limited to 'coderDocs/TODO.txt')
-rw-r--r-- | coderDocs/TODO.txt | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/coderDocs/TODO.txt b/coderDocs/TODO.txt deleted file mode 100644 index e3288d5..0000000 --- a/coderDocs/TODO.txt +++ /dev/null | |||
@@ -1,70 +0,0 @@ | |||
1 | TODO on release | ||
2 | --------------- | ||
3 | Update version numbers. | ||
4 | git log 8f280962f019d46e0367b29246283a1e34ceb955.. --pretty=format:"%s%n%b%n----------------" > NEWS.new | ||
5 | That'll be up to and excluding that revision. | ||
6 | Clean that up, merge it into NEWS. | ||
7 | Tag and release. | ||
8 | |||
9 | |||
10 | Still to do - | ||
11 | ------------- | ||
12 | |||
13 | Clean up the configs. | ||
14 | Why do we have Include-Common, Include-modules, Include-osslEnable, Include-Architecture, Include-Storage, Include-*Cache ?????? | ||
15 | It only looks for "Include-". | ||
16 | Maybe move bin/assets and bin/inventory out of tree as well? | ||
17 | |||
18 | save iar password check. | ||
19 | Check against the users password, and all the gods passwords. | ||
20 | |||
21 | osForceSit() add a popup asking permission. | ||
22 | And with the os*animation, ossetspeed, ... | ||
23 | |||
24 | |||
25 | There was a showstopper, forgot what it is. lol | ||
26 | |||
27 | |||
28 | |||
29 | Paths - | ||
30 | ------- | ||
31 | |||
32 | cd /opt/opensim-0.9.0.1_MG/current/bin | ||
33 | mono Robust.exe -inidirectory=/opt/opensim-0.9.0.1_MG/config/ROBUST | ||
34 | mono OpenSim.exe -inidirectory=/opt/opensim-0.9.0.1_MG/config/sim05 | ||
35 | |||
36 | /usr/bin/mono /opt/opensim/current/bin/Robust.exe -logconfig=/opt/opensim/config/ROBUST/Robust.exe.config -inifile=/opt/opensim/config/ROBUST/Robust.ini | ||
37 | |||
38 | |||
39 | # When each .ini file is read, it's includes get added to the end of the list of .ini files to read | ||
40 | # -inimaster is read first, the defaults | ||
41 | # -inifile is read next, defaults to OpenSim.ini | ||
42 | # -inidirectory files are read next, in some random order | ||
43 | # include files are read last | ||
44 | # This is the problem, coz files included from earlier get to overide later files. | ||
45 | # Which is really against all that is holy. | ||
46 | |||
47 | /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 | ||
48 | |||
49 | |||
50 | |||
51 | Old TODO | ||
52 | -------- | ||
53 | |||
54 | FIX BUGS - | ||
55 | |||
56 | Zarro boogs! | ||
57 | |||
58 | |||
59 | NEW FEATURES - | ||
60 | |||
61 | In [Startup] there is this - | ||
62 | ; To run a script every few minutes, set the script filename here | ||
63 | ; timer_Script = "filename" | ||
64 | Could do things with that perhaps. | ||
65 | |||
66 | |||
67 | In [Startup] there is this - | ||
68 | ; Simulator Stats URI | ||
69 | ; Enable JSON simulator data by setting a URI name (case sensitive) | ||
70 | ; Stats_URI = "jsonSimStats" | ||