TODO 8.2 KB

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