Skip to content
Snippets Groups Projects
  1. Mar 04, 2021
    • Rob Swindell's avatar
      Make main and transfer menus easier to edit with PabloDraw · 48400739
      Rob Swindell authored
      Renamed from *.asc to *.msg
      Replaced mouse hot-spot @-codes with the color-coded hotspots
      Removed trailling newline in head.* to avoid line-wrap in PabloDraw
      on @ include line
      The Sysop Menu line still wraps (in PD) - no easy solution for that
      just yet.
      
      For nickshanks1 in IRC.
      48400739
  2. Jan 27, 2021
    • Rob Swindell's avatar
      Use pipe separator for @-code formatting arguments instead of dash · 265cc53c
      Rob Swindell authored
      As reported by Gamgee (PALANT), the MAILW:0 and MAIL:1 lines didn't display
      correctly (weren't justified) because of the combination of colons and dash.
      Using MAILW#0-L and MAILW#1-L (replacing colons with hash, ugh) would have
      also fixed the issue, but the pipe is the newly preferred method of @-code
      format arguments, so just do that through-out the file, leaving the colons.
      Help save the colons!
      265cc53c
  3. Dec 23, 2020
    • Rob Swindell's avatar
      Use STATS.LTODAY instead of SERVED @-code for the "Calls" stat shown · 07829eeb
      Rob Swindell authored
      As was observed by David Westphalen on Facebook:
      
      The call numbers are messed up on the main menu. Says "Calls 8702 of 1615".
      Is there a way to fix this? Shouldn't it say "Calls 1615 of 8702"?
      
      The numbers were just from different statistics. They should have more
      correlation to each other now.
      07829eeb
  4. Dec 20, 2020
  5. Nov 21, 2020
  6. Sep 17, 2020
    • Rob Swindell's avatar
      Better sysop availability (for chat) visibility/toggleability · 6b993a0b
      Rob Swindell authored
      - JS system.operator_available property (read/writeable)
      - SYSAVAIL @-code which expands to LiSysopAvailable or LiSysopNotAvailable
        (use the new SYSAVAIL @-code in the chat menu to show availabilty to chat)
      - ;avail sysop command (in str_cmds.js) to toggle sysop availability
      - Changed LiSysopIs text.dat string to be a format string (include %s) and
        the trailing \r\n, so that it can be used in str_cmds.js or anywhere else
        to report sysop availability to chat, or can be set to blank string to
        display nothing (this would not work previously).
      6b993a0b
  7. Sep 16, 2020
  8. Sep 12, 2020
  9. Sep 08, 2020
  10. Sep 07, 2020
  11. Aug 16, 2020
  12. Aug 01, 2020
  13. May 26, 2020
  14. May 14, 2020
  15. May 13, 2020
  16. May 09, 2020
  17. May 08, 2020
  18. Apr 27, 2020
  19. Apr 04, 2020
  20. Apr 01, 2020
  21. Mar 25, 2020
    • rswindell's avatar
      Added missing commands: NEXEC and EXEC ?<mod> · 88b2806a
      rswindell authored
      I put these in the "Viewing" group rather than reformat the entire menu.
      Probably more are missing, but running out of room to fit on an 80x24 screen
      anyway.
      Edited with PabloDraw, so using the new CLEAR @-code and includes a ^AZ
      terminator.
      88b2806a
  22. Mar 08, 2020
  23. Mar 02, 2020
  24. Aug 31, 2019
  25. Aug 27, 2019
  26. Aug 02, 2019
  27. May 09, 2019
  28. Feb 01, 2019
  29. Jan 16, 2019
  30. Jan 02, 2019
  31. Jan 01, 2019
  32. Dec 30, 2018
  33. Oct 25, 2018
    • rswindell's avatar
      Renamed answer.asc -> answer.msg · 1dfbc1f3
      rswindell authored
      Removed the hokey animation (not well supported in all terminals).
      Using new @-codes WORDWRAP, CONDMENU, COLS, ROWS, and TERM.
      If the display/menu file text/banner.* exists, it'll display that as well
      (before the text) - using the new CONDMENU @-code.
      1dfbc1f3
Loading