aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/coderDocs
diff options
context:
space:
mode:
authoronefang2019-09-11 16:36:50 +1000
committeronefang2019-09-11 16:36:50 +1000
commit50cd1ffd32f69228e566f2b0b89f86ea0d9fe489 (patch)
tree52f2ab0c04f1a5d7d6ac5dc872981b4b156447e7 /coderDocs
parentRenamed branch to SledjChisl. (diff)
parentBump to release flavour, build 0. (diff)
downloadopensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.zip
opensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.tar.gz
opensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.tar.bz2
opensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.tar.xz
Merge branch 'SledjChisl'
Diffstat (limited to '')
-rw-r--r--coderDocs/BUILDING.md (renamed from BUILDING.md)7
-rw-r--r--coderDocs/README14
-rw-r--r--coderDocs/TESTING.txt (renamed from TESTING.txt)0
-rw-r--r--coderDocs/TODO.txt70
-rw-r--r--coderDocs/doxygen.conf (renamed from doc/doxygen.conf)0
5 files changed, 86 insertions, 5 deletions
diff --git a/BUILDING.md b/coderDocs/BUILDING.md
index d5770f3..233fa08 100644
--- a/BUILDING.md
+++ b/coderDocs/BUILDING.md
@@ -4,7 +4,7 @@ Steps:
4 * runprebuild.bat 4 * runprebuild.bat
5 * Load OpenSim.sln into Visual Studio .NET and build the solution. 5 * Load OpenSim.sln into Visual Studio .NET and build the solution.
6 * chdir bin 6 * chdir bin
7 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in config/config-include 7 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in ../../config/config-include
8 * run OpenSim.exe 8 * run OpenSim.exe
9 9
10# Building on Linux 10# Building on Linux
@@ -21,7 +21,7 @@ From the distribution type:
21 * ./runprebuild.sh 21 * ./runprebuild.sh
22 * nant (or !* xbuild) 22 * nant (or !* xbuild)
23 * cd bin 23 * cd bin
24 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in config/config-include 24 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in ../../config/config-include
25 * run mono OpenSim.exe 25 * run mono OpenSim.exe
26 !* xbuild option switches 26 !* xbuild option switches
27 !* clean: xbuild /target:clean 27 !* clean: xbuild /target:clean
@@ -44,6 +44,3 @@ Helpful resources:
44 44
45 * xbuild /p:TargetFrameworkVersion="v4.5" 45 * xbuild /p:TargetFrameworkVersion="v4.5"
46 46
47For the shutdown hang, see -
48 http://opensimulator.org/mantis/view.php?id=7743
49 "Now for my purposes, I have replaced all instances of Environment.Exit, in ServicesServerBase.cs and BaseOpenSimServer.cs with System.Diagnostics.Process.GetCurrentProcess().Kill();"
diff --git a/coderDocs/README b/coderDocs/README
new file mode 100644
index 0000000..6e94d1e
--- /dev/null
+++ b/coderDocs/README
@@ -0,0 +1,14 @@
1README
2
3This directory does not currently contain any OpenSimulator user level
4documentation. Such documentation can be found at http://opensimulator.org
5instead.
6
7Rather, this directory can contain source-code documentation as generated
8via the doxygen package, and some other coder level documentation.
9
10To do this, execute -
11
12doxygen doxygen.conf
13
14on the command line.
diff --git a/TESTING.txt b/coderDocs/TESTING.txt
index da9dd60..da9dd60 100644
--- a/TESTING.txt
+++ b/coderDocs/TESTING.txt
diff --git a/coderDocs/TODO.txt b/coderDocs/TODO.txt
new file mode 100644
index 0000000..e3288d5
--- /dev/null
+++ b/coderDocs/TODO.txt
@@ -0,0 +1,70 @@
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"
diff --git a/doc/doxygen.conf b/coderDocs/doxygen.conf
index 148de9c..148de9c 100644
--- a/doc/doxygen.conf
+++ b/coderDocs/doxygen.conf