aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/coderDocs/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'coderDocs/TODO.txt')
-rw-r--r--coderDocs/TODO.txt70
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 @@
1TODO on release
2---------------
3Update version numbers.
4git log 8f280962f019d46e0367b29246283a1e34ceb955.. --pretty=format:"%s%n%b%n----------------" > NEWS.new
5 That'll be up to and excluding that revision.
6Clean that up, merge it into NEWS.
7Tag and release.
8
9
10Still to do -
11-------------
12
13Clean 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
18save iar password check.
19 Check against the users password, and all the gods passwords.
20
21osForceSit() 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
29Paths -
30-------
31
32cd /opt/opensim-0.9.0.1_MG/current/bin
33mono Robust.exe -inidirectory=/opt/opensim-0.9.0.1_MG/config/ROBUST
34mono 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
51Old TODO
52--------
53
54FIX BUGS -
55
56Zarro boogs!
57
58
59NEW FEATURES -
60
61In [Startup] there is this -
62 ; To run a script every few minutes, set the script filename here
63 ; timer_Script = "filename"
64Could do things with that perhaps.
65
66
67In [Startup] there is this -
68 ; Simulator Stats URI
69 ; Enable JSON simulator data by setting a URI name (case sensitive)
70 ; Stats_URI = "jsonSimStats"