1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
TODO on release
---------------
Update version numbers.
git log 8f280962f019d46e0367b29246283a1e34ceb955.. --pretty=format:"%s%n%b%n----------------" > NEWS.new
That'll be up to and excluding that revision.
Clean that up, merge it into NEWS.
Tag and release.
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
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"
|