From 35b9e38c17ce04d07ea6e926a405dc7c060b6ea3 Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 23 Aug 2019 09:48:29 +1000 Subject: Shuffle some coder level docs to it's own directory. --- coderDocs/TODO.txt | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 coderDocs/TODO.txt (limited to 'coderDocs/TODO.txt') 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 @@ +Still to do - + +Clean up the configs. + Why do we have Include-Common, Include-modules, Include-osslEnable, Include-Architecture, Include-Storage, Include-*Cache ?????? + It only looks for "Include-". + Maybe move bin/assets and bin/inventory out of tree as well? + +save iar password check. + Check against the users password, and all the gods passwords. + +osForceSit() add a popup asking permission. + And with the os*animation, ossetspeed, ... + + + There was a showstopper, forgot what it is. lol + + + +Paths - +------- + +cd /opt/opensim-0.9.0.1_MG/current/bin +mono Robust.exe -inidirectory=/opt/opensim-0.9.0.1_MG/config/ROBUST +mono OpenSim.exe -inidirectory=/opt/opensim-0.9.0.1_MG/config/sim05 + +/usr/bin/mono /opt/opensim/current/bin/Robust.exe -logconfig=/opt/opensim/config/ROBUST/Robust.exe.config -inifile=/opt/opensim/config/ROBUST/Robust.ini + + + # When each .ini file is read, it's includes get added to the end of the list of .ini files to read + # -inimaster is read first, the defaults + # -inifile is read next, defaults to OpenSim.ini + # -inidirectory files are read next, in some random order + # include files are read last + # This is the problem, coz files included from earlier get to overide later files. + # Which is really against all that is holy. + +/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 + + +Name +---- + +UnifiedKidsGrids +SledjChisel, the version where we chisel away at OpenSim until it's all gone and is now SledjHamr. B-) + SledjChisl? + + + +Old TODO +-------- + +FIX BUGS - + +Zarro boogs! + + +NEW FEATURES - + +In [Startup] there is this - + ; To run a script every few minutes, set the script filename here + ; timer_Script = "filename" +Could do things with that perhaps. + + +In [Startup] there is this - + ; Simulator Stats URI + ; Enable JSON simulator data by setting a URI name (case sensitive) + ; Stats_URI = "jsonSimStats" -- cgit v1.1