TODO 8.7 KB

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