TODO 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. * BUGS
  2. * STUFF THAT IS PROBABLY GONNA GET DONE
  3. - provide the coordinate of the X on the vtmap.
  4. - screen move, negative arg handling.
  5. - case insensitive tabbing (partial start with rewrite)
  6. - finish landmarks
  7. - map sandbox mode support (flags to disable saving?)
  8. - add ghosting to fix #map flag nofollow exit cmd issues?
  9. - #map legend support for unicode graphics.
  10. - add step count for #map list and rename distance to weight
  11. - multi-line room symbols
  12. - pancake mode to display rooms at all levels and annotations
  13. - there might be a terrain density bug
  14. - #math idea: 4 === 2+2 === 8-4
  15. - #math true/false handling?
  16. - highlight file being read with verbose
  17. - #draw table {1;2;3;4} {a;b;c;d}
  18. #draw graph
  19. #draw rain
  20. #draw button
  21. #draw titanic
  22. - %b %B mode. (compress + base mode)
  23. - proper vt100 skip detection for improper color codes.
  24. - I'll look and see if I can make { match both a { and \x7B as it's an annoying issue to debug.
  25. - Add VT100 filter to make outside sources respect terminal size constraints, also needed to run bash in vsplit mode.
  26. - Remote script loading
  27. - Work on VT2020 protocol (mouse click)
  28. - make #path load bi-directional.
  29. - class bla assign {stuff} feature?
  30. - add class specific debug
  31. - allow #class save/load to memory.
  32. - better class event and class size handling ?
  33. - more potent long-click handling including held down ticks.
  34. - look into discord api / arachnos
  35. - add maze flag for maze handling.
  36. - make #split static and fix wrapping of split line on horizontal shrink.
  37. - look into utf-8 text obfuscation.
  38. - better color syntax highlighting configuration.
  39. - split up list data flag.
  40. - Add #log delete option.
  41. - Fix #log helpfile and look into #log {remove} option for wintin++
  42. - See about filling COMMAND_LIST table.
  43. - See about adding SESSIONS to the list table.
  44. - disable packet patch in echo off mode / PACKET PATCH AUTO mode.
  45. - set packet patch on EOR and GA detection. #config packet patch auto ?
  46. - Add debugger to syntax highlighter, substitution highlighing, 256 color support, and variable expansion.
  47. - look at scripts/bug.tin
  48. - Add FILE READ <name> event
  49. - #buffer events
  50. - add KILLED TYPE ARG event, for example KILLED CLASS bla
  51. - CAPTURED INPUT event
  52. - http://tintin.sourceforge.net/board/viewtopic.php?p=8735#8735 RECEIVED MESSAGE event?
  53. ? - http://tintin.sourceforge.net/board/viewtopic.php?p=8655#8655 FILE OPENED / CLOSED event?
  54. - fix readmud in net.c to not move the cursor on inactive sessions.
  55. - add #con packet patch auto split mode / prompt telnet codes
  56. - add packets patched counter
  57. - https://tintin.sourceforge.io/forum/viewtopic.php?f=2&t=2624
  58. Check if telnet ECHO has proper loop protection.
  59. - Check socket code for odd behavior on mass connect
  60. - Fix arrow key up history recall overwriting the prompt (partial redesign)
  61. Auto prompt fixing on overwrite.
  62. - reportable_sounds
  63. - #default smaller equal greater options
  64. - #buffer end after #split ?
  65. - https://tintin.sourceforge.io/forum/viewtopic.php?f=4&t=2597 #add #screen support
  66. - TELNET documentation.
  67. - Add JSON support to #scan
  68. - add form feed \x0C
  69. - look into \x7F not backspacing.
  70. - fix \x00 showme
  71. - support strikethrough html logging.
  72. - see if #break 2 is possible, maybe #continue 2 as well.
  73. - Add options to #cursor to implement custom behaviour.
  74. - multiline gag
  75. - toggle global flags with #message all on, #debug all on, etc.
  76. - http://tintin.sourceforge.net/board/viewtopic.php?p=9625 (map undo issue) (not a big issue)
  77. - http://tintin.sourceforge.net/board/viewtopic.php?t=2339 (map area data)
  78. - IPv6 for chat
  79. - http://tintin.sourceforge.net/board/viewtopic.php?p=9109 (vt102 strip \e[2J\e[H )
  80. - http://tintin.sourceforge.net/board/viewtopic.php?p=8766#8766 (global verbose toggle?)
  81. - http://tintin.sourceforge.net/board/viewtopic.php?p=8745#8745 (verbose logging?)
  82. - See about adding ~/ handling for file names.
  83. --------------------------------------------------------------------------------
  84. * ROADMAP
  85. - dictionary +
  86. - editor
  87. - clickable link support
  88. - tintin commander
  89. - sixel graphics
  90. - windowing
  91. - blind automapping
  92. - better attach/detach
  93. - GUI mode
  94. - Braille handling
  95. --------------------------------------------------------------------------------
  96. * STUFF THAT MIGHT BE IMPLEMENTED
  97. - ability to #read entire directories.
  98. - fix ctrl-r ctrl-d / ctrl-c / enter
  99. - Option to run #script in background.
  100. - Make &0 to &99 local.
  101. - Color compression (already partial support)
  102. - SGA disabling
  103. - CHARSET TELOPT support.
  104. - BINARY TELOPT support.
  105. - Split pane scrollback (event system?)
  106. - add #line gag {lines} option or #lines {lines} {gag}.
  107. - Add something like #log append $dir/logs/log.txt {%D %H:%M:%S}
  108. - compact map view mode http://tintin.sourceforge.net/board/viewtopic.php?p=9994
  109. - https://github.com/eliukblau/pixterm
  110. --------------------------------------------------------------------------------
  111. * BUGS THAT NEED FIXING
  112. - Word wrap related scroll back problems.
  113. - Crash on multiple session close
  114. - \x7B\x7D_____\x7B\x7D_ doesn't match in #regex.
  115. --------------------------------------------------------------------------------
  116. * BUGS THAT MIGHT NEED FIXING
  117. - http://tintin.sourceforge.net/board/viewtopic.php?p=7124
  118. - There's a bug with prompt repetitions with packet patch set.
  119. - garbage collection for deleted nodes.
  120. - Deal with escaping { } / ; in #script variables.
  121. - Make tintin char setting by session instead of global.
  122. - #cr doesn't reset the packet patch state
  123. + tintin.sourceforge.net/board/viewtopic.php?t=36
  124. --------------------------------------------------------------------------------
  125. * MAPPING
  126. - add option to show party members on the map
  127. - add option to add a delay to each exit for #map run
  128. - map where command that shows relative coordinates.
  129. - Room creation event
  130. - Add better table support for data fields.
  131. - auto adjust max vnum size of mapper.
  132. - global flag to only show the same area with the mapper.
  133. - map color setting for hidden exits.
  134. - Create global exits, (aka portals) like recall, that can be used
  135. with #map run.
  136. - Add something to indicate a non standard exit on the ASCII mapper.
  137. - Display hidden exits differently.
  138. - Better #map undo support using maybe timestamp, type, info.
  139. - Add conditional if checks for room traversal.
  140. - add highlight option
  141. - Add #V version info
  142. --------------------------------------------------------------------------------
  143. * MISCELANEOUS
  144. - look into Launchpad PPA
  145. - Chat server script 'log' option to show last 15 messages.
  146. * Other stuff that's not overly interesting
  147. - look into getting rid of node->data
  148. - Look into old school automatic packet patching.
  149. - Add a ARG_LEN / ARG_MAX setting.
  150. - Add a #line skip option.
  151. --------------------------------------------------------------------------------
  152. * STUFF FOR A RAINY DAY
  153. - nestable functions
  154. - Buffer safe strings.
  155. - Fix up ipv6 support in chat.
  156. - Look into packet defragmentation for chat.
  157. - Color code compression, particularly useful with vt map drawing.
  158. - Events for prompt lines.
  159. - Lua scripting
  160. - Look into using speech-dispatcher for text to speech.
  161. - MXP script http://tintin.sourceforge.net/board/viewtopic.php?t=1396
  162. - Add %U (upper) %L (lower) support.
  163. check https://www.boost.org/doc/libs/1_50_0/libs/regex/doc/html/boost_regex/syntax/basic_extended.html
  164. -------------------------------------------------------------------------------
  165. * STUFF I'M NOT SURE ABOUT
  166. - Keep last input visible with repeat enter enabled.
  167. - would be nice to have "#map list" show the variable being filtered on, instead of defaulting to roomname ie, I'm currently writing a script to save "#map list {roomnote} {{\w+}}" into a variable, then map get roomnote for each item in the list and display it...would be nice if when listing for a roomnote, it showed the roomnote
  168. -------------------------------------------------------------------------------
  169. * NEW STUFF
  170. - xterm mouse
  171. - path improvements
  172. - remote session
  173. - map sharing
  174. - cursor extension for vim
  175. - interactive script tutorial