diff options
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -1,24 +1,16 @@ | |||
1 | Still to do - | 1 | Still to do - |
2 | 2 | ||
3 | Clean up the configs. | 3 | Clean 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 | ||
13 | Threat level checks. | ||
14 | . Don't throw exceptions on threat level checks and a few other script function errors. | ||
15 | |||
16 | Fix lures? Double check this still needs fixing. | 9 | Fix lures? Double check this still needs fixing. |
17 | 10 | ||
18 | save iar password check. | 11 | save 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 | |||
22 | osForceSit() add a popup asking permission. | 14 | osForceSit() 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 | ||
31 | Investigate what's up with AddScriptLPS() and AddToScriptLPS(), think that's entirely bogus and just a waste of time. | ||
32 | |||
33 | Land Options No Push got changed, it now applies to llMoveToTarget() when it shouldn't. | ||
34 | |||
35 | Menu 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 | |||
39 | Scripted TPs tend to land you on the roof of the building you are trying to get to. | 23 | Scripted TPs tend to land you on the roof of the building you are trying to get to. |
40 | 24 | ||
41 | 25 | ||
42 | |||
43 | Bugs in 0.9 | 26 | Bugs 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 | ||