TODO 9.3 KB

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