TODO 8.3 KB

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