TODO 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. * STUFF THAT IS PROBABLY GONNA GET DONE
  2. - add #line background option that prevents automatic session
  3. activation.
  4. - add syntax highlighting to map data.
  5. - add maze flag for maze handling.
  6. - asciivnum void room display.
  7. - look into empty symbol setting.
  8. - easier bit checks for map data
  9. - #buffer copy {lines} with strip option.
  10. - add #line logmode {raw|html|plain} option
  11. - add class specific debug
  12. - add screen draw options to draw lines and boxes.
  13. - Work on VT2020
  14. - massive map / html map drawing.
  15. - add tunnel void utility to #map interface. (covered by #map move tho)
  16. - make #split static and fix wrapping of split line on horizontal shrink.
  17. - add dont_echo check
  18. - look into storing exit info in the grid map.
  19. - look into utf-8 text obfuscation.
  20. - look into socket code (linger?) and socket error handling
  21. - better color syntax highlighting configuration.
  22. - split up list data flag.
  23. - Add #log delete option.
  24. - See about filling COMMAND_LIST table.
  25. - See about adding SESSIONS to the list table.
  26. - disable packet patch in echo off mode / PACKET PATCH AUTO mode.
  27. - set packet patch on EOR and GA detection. #config packet patch auto ?
  28. - See if cpu usage of time events can be lowered.
  29. - Add debugger to syntax highlighter, substitution highlighing, 256 color support, and variable expansion.
  30. - allow #class save/load to memory.
  31. - document #map legend
  32. - better background in #map.
  33. - only #map autolink rooms in same area.
  34. - look at scripts/bug.tin
  35. - check term_table code
  36. - Fix #log helpfile and look into #log {remove} option for wintin++
  37. - Add #map center {x} {y} {z} option to change the center room of #map map
  38. - Look into adding gb18030 GBK translation table.
  39. - Add vtmap positioning options.
  40. - Add FILE READ <name> event
  41. - fix readmud in net.c to not move the cursor on inactive sessions.
  42. - add #con packet patch auto split mode / prompt telnet codes
  43. - add packets patched counter
  44. - https://tintin.sourceforge.io/forum/viewtopic.php?f=2&t=2624
  45. Check if telnet ECHO has proper loop protection.
  46. - Check socket code for odd behavior on mass connect
  47. - Fix arrow key up history recall overwriting the prompt (partial redesign)
  48. - https://tintin.sourceforge.io/forum/viewtopic.php?f=3&t=2614&p=10665 inherit local vars
  49. - add step count for #map list and rename distance to weight
  50. - reportable_sounds
  51. - more accurate map mouse reporting
  52. - swap %D and %X
  53. - https://tintin.sourceforge.io/forum/viewtopic.php?f=5&t=2600 map viewing mode.
  54. - #buffer events
  55. - #default smaller equal greater options
  56. - #buffer end after #split ?
  57. - https://tintin.sourceforge.io/forum/viewtopic.php?f=4&t=2597 #add #screen support
  58. - better class event and class size handling ?
  59. - #regex might increase the nesting level, causing issues with #local.
  60. - TELNET documentation.
  61. - Add JSON support to #scan
  62. - add KILLED TYPE ARG event, for example KILLED CLASS bla
  63. - add form feed \x0C
  64. - look into \x7F not backspacing.
  65. - fix \x00 showme
  66. - support strikethrough html logging.
  67. - CAPTURED INPUT event
  68. - see if #break 2 is possible, maybe #continue 2 as well.
  69. - Add options to #cursor to implement custom behaviour.
  70. - multiline gag
  71. - http://tintin.sourceforge.net/board/viewtopic.php?p=8735#8735 RECEIVED MESSAGE event?
  72. - toggle global flags with #message all on, #debug all on, etc.
  73. - Add #map roomflag block option to block deathtrap rooms.
  74. - http://tintin.sourceforge.net/board/viewtopic.php?p=9625 (map undo issue) (not a big issue)
  75. - http://tintin.sourceforge.net/board/viewtopic.php?t=2339 (map area data)
  76. - http://tintin.sourceforge.net/board/viewtopic.php?t=1707 (map locate patch)
  77. - IPv6 for chat
  78. - http://tintin.sourceforge.net/board/viewtopic.php?p=9915 (crash if #map map x y is too big)
  79. - http://tintin.sourceforge.net/board/viewtopic.php?p=9110 (map search stamp bug)
  80. - http://tintin.sourceforge.net/board/viewtopic.php?p=9109 (vt102 strip \e[2J\e[H )
  81. - http://tintin.sourceforge.net/board/viewtopic.php?p=8766#8766 (global verbose toggle?)
  82. - http://tintin.sourceforge.net/board/viewtopic.php?p=8745#8745 (verbose logging?)
  83. ? - http://tintin.sourceforge.net/board/viewtopic.php?p=8655#8655 FILE OPENED / CLOSED event?
  84. - http://tintinplusplus.github.io/
  85. - Weirdness with joe
  86. - See about adding ~/ handling for file names.
  87. - http://tintin.sourceforge.net/board/viewtopic.php?p=9934 Strange #map pathdir bug
  88. --------------------------------------------------------------------------------
  89. * ROADMAP
  90. - #screen support
  91. - tintin commander
  92. - syntax highlighter (more work to be done)
  93. - sixtel graphics
  94. - #window support
  95. - clickable link support
  96. - buttons
  97. --------------------------------------------------------------------------------
  98. * STUFF THAT MIGHT BE IMPLEMENTED
  99. - fix ctrl-r ctrl-d / ctrl-c / enter
  100. - Option to run #script in background.
  101. - Make &0 to &99 local.
  102. - Color compression (already partial support)
  103. - SGA disabling
  104. - CHARSET TELOPT support.
  105. - BINARY TELOPT support.
  106. - Split pane scrollback (event system?)
  107. - add #line gag {lines} option or #lines {lines} {gag}.
  108. - Add something like #log append $dir/logs/log.txt {%D %H:%M:%S}
  109. - compact map view mode http://tintin.sourceforge.net/board/viewtopic.php?p=9994
  110. - https://github.com/eliukblau/pixterm
  111. --------------------------------------------------------------------------------
  112. * BUGS THAT NEED FIXING
  113. - Word wrap related scroll back problems.
  114. - Crash on multiple session close
  115. - \x7B\x7D_____\x7B\x7D_ doesn't match in #regex.
  116. --------------------------------------------------------------------------------
  117. * BUGS THAT MIGHT NEED FIXING
  118. - http://tintin.sourceforge.net/board/viewtopic.php?p=7124
  119. - There's a bug with prompt repetitions with packet patch set.
  120. - garbage collection for deleted nodes.
  121. - Deal with escaping { } / ; in #script variables.
  122. - Make tintin char setting by session instead of global.
  123. - #cr doesn't reset the packet patch state
  124. + tintin.sourceforge.net/board/viewtopic.php?t=36
  125. --------------------------------------------------------------------------------
  126. * MAPPING
  127. - add option to show party members on the map
  128. - add option to add a delay to each exit for #map run
  129. - map where command that shows relative coordinates.
  130. - Room creation event
  131. - Add better table support for data fields.
  132. - auto adjust max vnum size of mapper.
  133. - global flag to only show the same area with the mapper.
  134. - map color setting for hidden exits.
  135. - Create global exits, (aka portals) like recall, that can be used
  136. with #map run.
  137. - Add something to indicate a non standard exit on the ASCII mapper.
  138. - Display hidden exits differently.
  139. - Better #map undo support using maybe timestamp, type, info.
  140. - Add conditional if checks for room traversal.
  141. - add highlight option
  142. - Add #V version info
  143. --------------------------------------------------------------------------------
  144. * MISCELANEOUS
  145. - look into Launchpad PPA
  146. - Chat server script 'log' option to show last 15 messages.
  147. * Other stuff that's not overly interesting
  148. - look into getting rid of node->data
  149. - Look into old school automatic packet patching.
  150. - Add a ARG_LEN / ARG_MAX setting.
  151. - Add a #line skip option.
  152. --------------------------------------------------------------------------------
  153. * STUFF FOR A RAINY DAY
  154. - nestable functions
  155. - Buffer safe strings.
  156. - Fix up ipv6 support in chat.
  157. - Look into packet defragmentation for chat.
  158. - Color code compression, particularly useful with vt map drawing.
  159. - Events for prompt lines.
  160. - Lua scripting
  161. - Look into using speech-dispatcher for text to speech.
  162. - MXP script http://tintin.sourceforge.net/board/viewtopic.php?t=1396
  163. - Add %U (upper) %L (lower) support.
  164. check https://www.boost.org/doc/libs/1_50_0/libs/regex/doc/html/boost_regex/syntax/basic_extended.html
  165. -------------------------------------------------------------------------------
  166. * STUFF I'M NOT SURE ABOUT
  167. - Keep last input visible with repeat enter enabled.
  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