|
1 | | -- switch to pcre2 |
2 | | - |
3 | | -- check if #scan file is escaping braces |
4 | | - |
5 | | -- If I set #config log_level low then it ignores #log timestamp {%Y-%m-%d-%H:%M:%S} |
6 | | - |
7 | | -- Update script's --time-style=full-iso doesn't work on Mac. |
8 | | - |
9 | | -- Investigate: EVENT_FLAG_UPDATE running as gtd->level->quiet++ in check_all_events |
10 | | - |
11 | | -- Add an example #edit script to SCRIPTS |
12 | | - |
13 | | -- #map offset 10 10 doesn't generate an error |
14 | | - |
15 | | -- strip [ ] from auto tab completion |
16 | | - |
17 | | -- #draw tile 1 1 1 1 {\x7B} |
| 1 | +- make roomdata searchable in #map |
18 | 2 |
|
19 | | -- #screen scroll 10 1 -3 -1;#showme {bla} {-2} |
| 3 | +- #split 0 0 -100 -100 should do something sensible |
20 | 4 |
|
21 | | -#draw RED ROUNDED BOX {1 1 2 2} gives a poor error message |
| 5 | +- Add blight to msdp/gmcp/mssp listing |
22 | 6 |
|
23 | | -- #var foo {{}{aaa}} creates no assignment |
24 | | - |
25 | | -- With internet down, #session reconnect events might fail |
26 | | - |
27 | | -- Write an example script that makes tintin mimic Discord, with soft enters, emoticons, etc. |
28 | | - |
29 | | -- Add an example script to display time left on tickers using #info tickers save |
| 7 | +- switch to pcre2 |
30 | 8 |
|
31 | 9 | - comprehensive memory breakdown for variables/triggers/mapper/etc |
32 | 10 |
|
33 | | -- #draw calign grid table {2} {2} {8} {42} {n;s;w;e} {n;s;w;e}; doesn't work properly. |
34 | | - |
35 | 11 | - a better trigger stack debug buffer |
36 | 12 |
|
37 | | -- Problem with restoring true color subs. |
38 | | -#sub bla {<F00AA00>bla} |
39 | | -#high blo <118> |
40 | | -#showme <158>test bli bla blo test |
41 | | - |
42 | | -- named delays don't work in gts |
43 | | - |
44 | | -- #SPLIT when you give the top bar a negative value for its size, TinTin isn’t drawing the white box around it |
45 | | - |
46 | | -- Add an option to insert multiple items to a list |
47 | | - |
48 | 13 | - allow setting output encoding for #port |
49 | 14 |
|
50 | 15 | - https://github.com/mintty/mintty/wiki/CtrlSeqs#audio-support |
51 | 16 | - mintty --configdir DIRNAME |
52 | 17 |
|
53 | | -- Fix: #ERROR: UNKNOWN TOKEN TYPE: 14 (#info tokenizer) |
54 | | - |
55 | | -- split screen scrollback setting in #screen |
56 | | - |
57 | | -- terrain based weight modifier |
58 | | -- weightless mode for #map list and #map find |
59 | | - |
60 | 18 | - Make #draw scroll grid table work properly. |
61 | 19 |
|
62 | | - |
63 | 20 | - update https://tintin.mudhalla.net/info/ansicolor/ |
64 | 21 |
|
65 | 22 | - Make sure #config compact also applies to the log file. |
66 | 23 |
|
67 | | -- Add an #event that triggers when a function/variable is not found. |
68 | | - |
69 | | -- tab completion on input history |
70 | | - |
71 | | -- look into handling VARIABLE UPDATE event better |
72 | | - |
73 | | -- catch event to handle #map global exceptions |
74 | | - |
75 | | - |
| 24 | +- catch event for #map global to handle exceptions |
76 | 25 |
|
77 | 26 | - Add routine to escape 0x00 in port.c RECEIVED DATA event. |
78 | 27 |
|
|
110 | 59 |
|
111 | 60 | - #line escape {variables;functions} |
112 | 61 |
|
113 | | -- look into a #debug flag for #class |
114 | | - |
115 | 62 | - Another nice thing would be if there was some flag to make a trigger match newlines as space. |
116 | 63 |
|
117 | | -- fix up named delays and undelay |
118 | | - |
119 | 64 | - add a #regex like command for #cursor to update the input line. |
120 | 65 |
|
121 | 66 | - custom mapping for unicode table to set width |
122 | 67 |
|
123 | 68 | - color code for dynamic color ranges |
124 | 69 |
|
125 | | -- #MACRO {\cz} {#cursor get t;#var t} does not handle { } in input. |
126 | | - |
127 | 70 | - Look into delete_index_list leaving a table with ->used set to 0 causing #list crashes |
128 | 71 |
|
129 | 72 | - #daemon attach fails under high cpu load |
|
137 | 80 | - set_line_screen debug: col = -5 (64) from draw_text(%p,%d,%p,%p,%p) |
138 | 81 | - set_line_screen stack call triggered on android |
139 | 82 |
|
140 | | - - regex101 like regex tester |
| 83 | + |
141 | 84 |
|
142 | 85 | - check: #var bla { x};#draw scroll box 1 1 3 40 $bla |
143 | 86 |
|
|
155 | 98 |
|
156 | 99 | - vertical bar drawing |
157 | 100 |
|
158 | | - - error: cursor_check_line_modified1: |
159 | | - - https://tintin.sourceforge.io/forum/viewtopic.php?f=10&t=2811 (possible |
160 | | - issue with initiating input buffer for a new session) |
161 | | - |
162 | 101 | - finish BUFFER_SIZE replacement. |
163 | 102 |
|
164 | 103 | - WSL sound, double check soundpack scripts for lag/stutter |
|
173 | 112 |
|
174 | 113 | * STUFF THAT IS PROBABLY GONNA GET DONE |
175 | 114 |
|
176 | | - - #line timeshot to auto destroy a trigger after given interval. |
177 | | - |
178 | | - - make named delays proper delays |
179 | | - |
180 | 115 | - Finish port proxy support: resizing, input, security |
181 | 116 |
|
182 | 117 | - look into transparent drawing |
|
223 | 158 |
|
224 | 159 | - Remote script loading |
225 | 160 |
|
226 | | - - add class specific debug |
227 | | - - better class event and class size handling ? |
228 | 161 |
|
229 | 162 | - more potent long-click handling including held down ticks. |
230 | 163 |
|
|
240 | 173 |
|
241 | 174 | - TELNET documentation. |
242 | 175 |
|
243 | | - - Add JSON support to #scan |
244 | | - |
245 | 176 | - see if #break 2 is possible, maybe #continue 2 as well. |
246 | 177 |
|
247 | 178 | - IPv6 for chat |
|
0 commit comments