TODO 8.8 KB

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