Skip to content
Snippets Groups Projects
  1. Dec 01, 2024
  2. Nov 30, 2024
  3. Nov 28, 2024
  4. Nov 27, 2024
    • Eric Oulashin's avatar
      DDMsgReader & SlyVote: WHen viewing polls, for the person who posted it, show... · b3177a8b
      Eric Oulashin authored
      DDMsgReader & SlyVote: WHen viewing polls, for the person who posted it, show who voted on what (mimicking the Synchronet behavior which shows new votes when the user logs in)
      b3177a8b
    • Deucе's avatar
      Re-order entry fields. · 1b4370c9
      Deucе authored
      This makes more sense.  Also, ones that are meaningless are hidden
      now.
      1b4370c9
    • Deucе's avatar
      The final fixings for issue 172 · 548763fd
      Deucе authored
      Use 0 for "no held mosaic" to avoid confusion around printable bytes.
      Store the state of the current cell *before* updating in fix_line()
      548763fd
    • Deucе's avatar
      Fix double-height drawing · d5d7762c
      Deucе authored
      Top/bottom detection was somewhat broken.
      Interestingly, now the previous commit isn't working anymore.
      So issue 172 is not quite fixed yet.
      d5d7762c
    • Deucе's avatar
      Fix up the Prestel "Engineering Test Page" rendering · 9ab3cfcb
      Deucе authored
      This was due to two main bugs... the simple one was a type where
      the cutoff between separated and contiguous mosaics was incorrect,
      which caused the first four separated mosaics to not be displayed.
      
      The second was due to a number of bugs in the Hold Mosaic
      implementation.
      
      This fixes the first half of issue 172.
      9ab3cfcb
    • Deucе's avatar
      Fix unicode -> Prestel mapping · ffab324a
      Deucе authored
      We want ASCII to map directly, and unicode values need to be sorted
      ascending for bsearch() to work properly.
      
      Fixes Prestel keyboard input not working in GDI mode.
      ffab324a
  5. Nov 26, 2024
    • Deucе's avatar
      Handle 8-bit C1 codes in Prestel mode · df71fae5
      Deucе authored
      If the remote sends 8-bit C1 codes, handle them as though they were
      properly escaped.  Since Prestel terminals are 7-bit, these will
      never be sent by a proper Pretel system, but apparently some systems
      do weird non-standard things.
      df71fae5
    • Rob Swindell's avatar
      Create/use SysopPageNotification text.dat string · 0dc160f0
      Rob Swindell authored
      to notify sysop (user #1) that they were paged. Previously, this was
      a hard-coded string. The new string in text.dat is the same, but adds
      2 BELs (CTRL-G chars) and is now customizable.
      
      Created an sbbs_t::notify() method to make this easier to use and that
      method supports @-code expansion, so this text.dat string supports @-codes
      (which I used).
      
      This addresses the feature request in issue #828 (beep the sysop in the
      telegram/short message, when they're paged).
      0dc160f0
    • Rob Swindell's avatar
      Merge branch 'dd_msg_reader_index_newscan_skip_subboard_fix' into 'master' · f8e11591
      Rob Swindell authored
      DDMsgReader bug fix: For the indexed-mode newscan, when showing only sub-boards that have new messages, ensure the selected item index is correct when re-populating the menu so that it doesn't skip a sub-board. Reported by Amessyroom.
      
      See merge request !476
      f8e11591
    • Eric Oulashin's avatar
      DDMsgReader bug fix: For the indexed-mode newscan, when showing only... · d6fd3473
      Eric Oulashin authored and Rob Swindell's avatar Rob Swindell committed
      DDMsgReader bug fix: For the indexed-mode newscan, when showing only sub-boards that have new messages, ensure the selected item index is correct when re-populating the menu so that it doesn't skip a sub-board. Reported by Amessyroom.
      d6fd3473
  6. Nov 25, 2024
  7. Nov 24, 2024
Loading