Skip to content
Snippets Groups Projects
  1. Nov 03, 2024
  2. Nov 02, 2024
  3. Nov 01, 2024
  4. Oct 31, 2024
  5. Oct 30, 2024
  6. Oct 28, 2024
  7. Oct 26, 2024
  8. Oct 19, 2024
  9. Oct 18, 2024
    • Rob Swindell's avatar
      Use ansiterm_lib.js for constructing ANSI mouse reporting set/clear sequences · f9c9f292
      Rob Swindell authored
      Code beautification, no functional change other than we're not clearing mouse
      mode 1016 since I don't have a definiton for that mode yet.
      f9c9f292
    • Deucе's avatar
      Be more aggressive about setting mouse modes. · 9546e85a
      Deucе authored
      When starting, turn off all mouse modes, then turn on the ones we
      need instead of relying on the console object to do anything in
      particular.
      
      On exit, explicitly turn off the two modes we had enabled before
      changing the console setting.
      
      Maybe this will fix the SyncTERM bug 153
      9546e85a
    • Deucе's avatar
      Ensure graphics are cached successfully. · a9189017
      Deucе authored
      It appears that cache operations in SyncTERM on Windows does not
      currently work with subdirectories for some reason (likely
      backslashes).  Ensure that after sending a file to be cached, it
      correctly appears in the cache, and fall back to not using graphics.
      
      This will fix the blank board issue in minesweeper with a Windows
      SyncTERM and fallback to text mode.
      
      Once SyncTERM is fixed, it should work in graphics mode too.
      a9189017
  10. Oct 05, 2024
  11. Oct 03, 2024
    • Deucе's avatar
      Play with selection-follows-mouse a bit. · 38cd6883
      Deucе authored
      Can't seem to get it reliable using the SBBS mouse parsing... doing
      it all myself for now until I decide if it's neat enough.  I'll
      need to try it from a remote location to see how the latenct impacts
      playability.
      38cd6883
  12. Oct 01, 2024
    • Deucе's avatar
      More graphical fixes... · b066eb05
      Deucе authored
      Force mouse support in graphics mode even if user disabled
      it for the BBS.  It would be nice if mouse support in the menus
      was a separate option than "terminal doesn't support mouse",
      and we know the terminal supports the mouse when we detect
      graphics mode.
      
      Move top/margin/width calculations into separate functions.
      For level 1, center the playboard.
      
      Fix an apparent off-by-one drawing the title bar.
      b066eb05
    • Deucе's avatar
      Initial support for SyncTERM PPM/PBM graphics. · 51108b22
      Deucе authored
      Hidden behind the graphics option for now since there's still
      issues... the board is offset in the window, the level 1 board is
      framed wrong (since the graphics are always 2 cols), and it doesn't
      check the graphical resolution, so if you're in a weird mode, it
      can break.
      
      Also, the graphics are uninspired at best... just hacked them up
      in Gimp.
      51108b22
    • m j's avatar
      update more ansi (links, names, some column widths, etc) · 643cbf9f
      m j authored
      increase player name width in uberblox lobby
      643cbf9f
  13. Sep 30, 2024
  14. Sep 24, 2024
  15. Sep 22, 2024
  16. Sep 17, 2024
  17. Sep 16, 2024
  18. Sep 14, 2024
  19. Sep 04, 2024
  20. Aug 28, 2024
  21. Aug 17, 2024
  22. Aug 13, 2024
  23. Aug 10, 2024
  24. Aug 05, 2024
  25. Jul 23, 2024
  26. Jul 22, 2024
Loading