TODO 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. - #draw tile 1 1 1 1 {\x7B}
  2. #draw RED ROUNDED BOX {1 1 2 2} gives a poor error message
  3. - With internet down, #session reconnect events might fail
  4. - Write an example script that makes tintin mimic Discord, with soft enters, emoticons, etc.
  5. - Add an example script to display time left on tickers using #info tickers save
  6. - comprehensive memory breakdown for variables/triggers/mapper/etc
  7. - a better trigger stack debug buffer
  8. - Problem with restoring true color subs.
  9. #sub bla {<F00AA00>bla}
  10. #high blo <118>
  11. #showme <158>test bli bla blo test
  12. - named delays don't work in gts
  13. - #SPLIT when you give the top bar a negative value for its size, TinTin isn’t drawing the white box around it
  14. - Add an option to insert multiple items to a list
  15. - allow setting output encoding for #port
  16. - https://github.com/mintty/mintty/wiki/CtrlSeqs#audio-support
  17. - mintty --configdir DIRNAME
  18. - Fix: #ERROR: UNKNOWN TOKEN TYPE: 14 (#info tokenizer)
  19. - split screen scrollback setting in #screen
  20. - terrain based weight modifier
  21. - weightless mode for #map list and #map find
  22. - Make #draw scroll grid table work properly.
  23. - update https://tintin.mudhalla.net/info/ansicolor/
  24. - Make sure #config compact also applies to the log file.
  25. - Add an #event that triggers when a function/variable is not found.
  26. - tab completion on input history
  27. - look into handling VARIABLE UPDATE event better
  28. - catch event to handle #map global exceptions
  29. - switch to pcre2
  30. - Add routine to escape 0x00 in port.c RECEIVED DATA event.
  31. - allow a full telnet disable in port.c
  32. - Add message when a substitution exceeds available memory.
  33. - config loglevel medium option
  34. - look into GMCP larger than buffer size
  35. - look into #button SWIPED MOUSE BUTTON ONE option
  36. - finish ? : support in #math
  37. - finish create_node()
  38. - Look into #split 1 1 1 1 on termux when hiding / showing keyboard.
  39. - look into invalid { } in MSDP / GMCP handling
  40. - MSLP jump link handling
  41. - mapper.c FAST handling
  42. - sandbox mode to disable shell integration.
  43. - update telopt_server with MSSP, MTTS and TTYPE changes
  44. - #format %.3s prints two double-width characters.
  45. - fix ctrl-r so it compiles the pcre once.
  46. - #sleep <time>, possibly allow names to cancel or force continuation
  47. - #line escape {variables;functions}
  48. - look into a #debug flag for #class
  49. - Another nice thing would be if there was some flag to make a trigger match newlines as space.
  50. - fix up named delays and undelay
  51. - add a #regex like command for #cursor to update the input line.
  52. - custom mapping for unicode table to set width
  53. - color code for dynamic color ranges
  54. - #MACRO {\cz} {#cursor get t;#var t} does not handle { } in input.
  55. - Look into delete_index_list leaving a table with ->used set to 0 causing #list crashes
  56. - #daemon attach fails under high cpu load
  57. - https://github.com/scandum/tintin/issues/161
  58. Add note to package maintainers
  59. ----------------
  60. - add shadow session support with access to all events.
  61. - set_line_screen debug: col = -5 (64) from draw_text(%p,%d,%p,%p,%p)
  62. - set_line_screen stack call triggered on android
  63. - regex101 like regex tester
  64. - check: #var bla { x};#draw scroll box 1 1 3 40 $bla
  65. - input spell checking, #cursor display ?
  66. - Get discworld / aardwolf mxp to work for @sentix
  67. - look into default input color
  68. - add ctrl-r support for scrollback
  69. - Add #event {SESSION CONNECTED} {#command} {5.1} option.
  70. - TT++ HANDBOOK for meticulous organized details.
  71. - vertical bar drawing
  72. - error: cursor_check_line_modified1:
  73. - https://tintin.sourceforge.io/forum/viewtopic.php?f=10&t=2811 (possible
  74. issue with initiating input buffer for a new session)
  75. - finish BUFFER_SIZE replacement.
  76. - WSL sound, double check soundpack scripts for lag/stutter
  77. - WSL faq: #system cmd.exe /c start notepad
  78. - update msdp scripts with #line msdp feature
  79. - #cursor get word option, maybe get the yank buffer as well.
  80. - Add a way to set env variables either 1) for the current process, and/or 2) as a parameter to #system (i.e. after fork in the child process).
  81. * STUFF THAT IS PROBABLY GONNA GET DONE
  82. - #line timeshot to auto destroy a trigger after given interval.
  83. - make named delays proper delays
  84. - Finish port proxy support: resizing, input, security
  85. - look into transparent drawing
  86. - VT2020
  87. - mouse enter/leave events on move. hoover/long-press.
  88. - $var[%*][%*] support.
  89. - better #draw font support
  90. - tab completion on directory structure.
  91. - #map area command to list room counts per area.
  92. - direction field for exits that allow longer than 1x1x1 x/y/z jumps.
  93. - global mapper flag that would imply "Hide" on all exits that change area.
  94. - multiple global exit rooms and noglobal flags.
  95. - auto align routine that inserts void rooms where needed
  96. - look into writing script to drag rooms + void with mouse
  97. - Store the map filename to differentiate between maps.
  98. - #map list {<exits>} breaks on rooms that have e mapped to eu.
  99. - finish landmarks
  100. - map sandbox mode support (flags to disable saving?)
  101. - add ghosting to fix #map flag nofollow exit cmd issues?
  102. - Request: 'stop' #map center command, so i could see how the 'user' moves, rather map moves around him?
  103. - make map spacing easier
  104. - event for failed #map move.
  105. - look into #send triggering follow map.
  106. - add {roomdata} search to #map list
  107. - change 'C' to 'S' in map file
  108. - Make actions with a priority of 0. trigger always
  109. - #draw table {1;2;3;4} {a;b;c;d}
  110. #draw scrollbar
  111. #draw graph
  112. #draw button
  113. #draw titanic
  114. - Make { match both a { and \x7B as it's an annoying issue to debug.
  115. - Add VT100 filter to make outside sources respect terminal size constraints, also needed to run bash in vsplit mode.
  116. - Remote script loading
  117. - add class specific debug
  118. - better class event and class size handling ?
  119. - more potent long-click handling including held down ticks.
  120. - look into discord api / arachnos
  121. - Add SESSIONS to the list table.
  122. - Add debugger to syntax highlighter, substitution highlighing, 256 color support, and variable expansion.
  123. - add packets patched counter
  124. - reportable_sounds
  125. - TELNET documentation.
  126. - Add JSON support to #scan
  127. - see if #break 2 is possible, maybe #continue 2 as well.
  128. - IPv6 for chat
  129. - See about adding ~/ handling for file names.
  130. --------------------------------------------------------------------------------
  131. * LOW PRIORITY
  132. - #if {1 || bla} errors out
  133. - ./configure might error on /dev/ptmx
  134. - Add a file handler.
  135. - multi-line buffer searches / captures / deletes
  136. - add color based auto unwrap routine.
  137. - add #history filter option to filter out 1 letter commands.
  138. - Look into config option to change the working directory
  139. --------------------------------------------------------------------------------
  140. * ROADMAP
  141. - dictionary +tabbing
  142. - editor
  143. - clickable link support
  144. - tintin commander
  145. - sixel graphics
  146. - windowing
  147. - blind automapping
  148. - better attach/detach
  149. - GUI mode
  150. - Braille handling
  151. - Allow converting tt++ scripts to C.
  152. - session proxies
  153. --------------------------------------------------------------------------------
  154. * STUFF THAT MIGHT BE IMPLEMENTED
  155. - ability to #read entire directories.
  156. - fix ctrl-r ctrl-d / ctrl-c / enter
  157. - Option to run #script in background.
  158. - Make &0 to &99 local.
  159. - Color compression (already partial support)
  160. - SGA disabling
  161. - BINARY TELOPT support.
  162. - add #line gag {lines} option
  163. - Add something like #log append $dir/logs/log.txt {%D %H:%M:%S}
  164. - compact map view mode http://tintin.sourceforge.net/board/viewtopic.php?p=9994
  165. - https://github.com/eliukblau/pixterm
  166. --------------------------------------------------------------------------------
  167. * BUGS THAT NEED FIXING
  168. - Word wrap related scroll back problems.
  169. - Crash on multiple session close
  170. - \x7B\x7D_____\x7B\x7D_ doesn't match in #regex.
  171. --------------------------------------------------------------------------------
  172. * BUGS THAT MIGHT NEED FIXING
  173. - http://tintin.sourceforge.net/board/viewtopic.php?p=7124
  174. - There's a bug with prompt repetitions with packet patch set.
  175. - Deal with escaping { } / ; in #script variables.
  176. - Make tintin char setting by session instead of global.
  177. - #cr doesn't reset the packet patch state
  178. + tintin.sourceforge.net/board/viewtopic.php?t=36
  179. --------------------------------------------------------------------------------
  180. * MAPPING
  181. - add option to show party members on the map
  182. - map where command that shows relative coordinates.
  183. - Add better table support for data fields.
  184. - auto adjust max vnum size of mapper.
  185. - global flag to only show the same area with the mapper.
  186. - Add something to indicate a non standard exit on the ASCII mapper.
  187. - Display hidden exits differently.
  188. - Better #map undo support using maybe timestamp, type, info.
  189. - Add conditional if checks for room traversal.
  190. - add highlight option
  191. - Add #V version info
  192. --------------------------------------------------------------------------------
  193. * STUFF FOR A RAINY DAY
  194. - Fix up IPv6 support in port/chat.
  195. - Look into packet defragmentation for chat.
  196. - Look into using speech-dispatcher for text to speech.
  197. - Add %U (upper) %L (lower) support.
  198. check https://www.boost.org/doc/libs/1_50_0/libs/regex/doc/html/boost_regex/syntax/basic_extended.html
  199. - cursor extension for vim
  200. - interactive script tutorial
  201. -------------------------------------------------------------------------------
  202. * STUFF I'M NOT SURE ABOUT
  203. - Keep last input visible with repeat enter enabled.
  204. -------------------------------------------------------------------------------
  205. * STUFF THAT WON'T BE IMPLEMENTED
  206. - Lua or any other scripting language, focus is on developing tintin scripting.
  207. -------------------------------------------------------------------------------
  208. * ISSUES
  209. - TinTin++ only allows 1 action triggering per line.
  210. - TinTin++ probably should substitute escapes in if checks.
  211. - TinTin++ is not handling #return inside #regex intuitively.