aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/coderDocs/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'coderDocs/TODO.txt')
-rw-r--r--coderDocs/TODO.txt68
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 @@
1Still to do -
2
3Clean 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
8save iar password check.
9 Check against the users password, and all the gods passwords.
10
11osForceSit() 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
19Paths -
20-------
21
22cd /opt/opensim-0.9.0.1_MG/current/bin
23mono Robust.exe -inidirectory=/opt/opensim-0.9.0.1_MG/config/ROBUST
24mono 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
40Name
41----
42
43UnifiedKidsGrids
44SledjChisel, the version where we chisel away at OpenSim until it's all gone and is now SledjHamr. B-)
45 SledjChisl?
46
47
48
49Old TODO
50--------
51
52FIX BUGS -
53
54Zarro boogs!
55
56
57NEW FEATURES -
58
59In [Startup] there is this -
60 ; To run a script every few minutes, set the script filename here
61 ; timer_Script = "filename"
62Could do things with that perhaps.
63
64
65In [Startup] there is this -
66 ; Simulator Stats URI
67 ; Enable JSON simulator data by setting a URI name (case sensitive)
68 ; Stats_URI = "jsonSimStats"