aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO.txt
diff options
context:
space:
mode:
authoronefang2019-07-23 23:11:33 +1000
committeronefang2019-07-23 23:11:33 +1000
commit1df88f44f53470514b76012acb7e74bbdf83aca3 (patch)
tree8c349149fb84fa83455307b741e0c7b1843fd5c6 /TODO.txt
parentAdd a test script for the unit tests. (diff)
downloadopensim-SC_OLD-1df88f44f53470514b76012acb7e74bbdf83aca3.zip
opensim-SC_OLD-1df88f44f53470514b76012acb7e74bbdf83aca3.tar.gz
opensim-SC_OLD-1df88f44f53470514b76012acb7e74bbdf83aca3.tar.bz2
opensim-SC_OLD-1df88f44f53470514b76012acb7e74bbdf83aca3.tar.xz
TODO--
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/TODO.txt b/TODO.txt
index d257671..8e71978 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,24 +1,16 @@
1Still to do - 1Still to do -
2 2
3Clean up the configs. 3Clean up the configs.
4 Add [Region] .ini block, for including actual region definition in the normal .ini stack.
5. Or just not support .ini region files like I did in 0.8.
6 Korgi is using Region.ini files, so would be easier for him to use [Region].
7 Make robust support includes. 4 Make robust support includes.
8 [AuthorizationService] set the default for allowForeigners, so Korgi doesn't have to DisallowForeigners every new sim.
9 Why do we have Include-Common, Include-modules, Include-osslEnable, Include-Architecture, Include-Storage, Include-*Cache ?????? 5 Why do we have Include-Common, Include-modules, Include-osslEnable, Include-Architecture, Include-Storage, Include-*Cache ??????
10 It only looks for "Include-". 6 It only looks for "Include-".
11 Maybe move bin/assets and bin/inventory out of tree as well? 7 Maybe move bin/assets and bin/inventory out of tree as well?
12 8
13Threat level checks.
14. Don't throw exceptions on threat level checks and a few other script function errors.
15
16Fix lures? Double check this still needs fixing. 9Fix lures? Double check this still needs fixing.
17 10
18save iar password check. 11save iar password check.
19 Check against the users password, and all the gods passwords. 12 Check against the users password, and all the gods passwords.
20 13
21
22osForceSit() add a popup asking permission. 14osForceSit() add a popup asking permission.
23 And with the os*animation, ossetspeed, ... 15 And with the os*animation, ossetspeed, ...
24 16
@@ -28,18 +20,9 @@ osForceSit() add a popup asking permission.
28 AddHGDefaultGroup_Misfitz_Grid = "Infinite Grid support" 20 AddHGDefaultGroup_Misfitz_Grid = "Infinite Grid support"
29 21
30 22
31Investigate what's up with AddScriptLPS() and AddToScriptLPS(), think that's entirely bogus and just a waste of time.
32
33Land Options No Push got changed, it now applies to llMoveToTarget() when it shouldn't.
34
35Menu item length limit?
36 It's what is stopping my NPC tools from working well.
37 Though I could just update them to use 1chatter.
38
39Scripted TPs tend to land you on the roof of the building you are trying to get to. 23Scripted TPs tend to land you on the roof of the building you are trying to get to.
40 24
41 25
42
43Bugs in 0.9 26Bugs in 0.9
44 The gotRLV() error I tracked to a difference in how list items are compared if they are different types. That'll be a pain. 27 The gotRLV() error I tracked to a difference in how list items are compared if they are different types. That'll be a pain.
45 28