Skip to content
Snippets Groups Projects
  1. May 11, 2021
  2. May 10, 2021
  3. May 08, 2021
  4. May 07, 2021
    • Rob Swindell's avatar
      Change CRLF before batch flag prompt to a conditional new-line. · a9214ac4
      Rob Swindell authored
      If a sysop wants a *blank* line before the batch flag prompt, they can put that (or a conditional blank line, even better) in their text.dat (BatchFlagPrompt). For now, I'm thinking no blank line before the prompt is better use of the screen.
      a9214ac4
    • Deucе's avatar
      More improvements... · 19f0c215
      Deucе authored
      Consistently use map_rip_color()
      Optimize flood fill to not clobber the stack
      Fix small full ellipses to match RIPTerm 1.54
      19f0c215
  5. May 06, 2021
  6. May 05, 2021
  7. May 04, 2021
  8. May 03, 2021
  9. May 02, 2021
  10. May 01, 2021
  11. Apr 30, 2021
    • Deucе's avatar
      Implement disabled text for RIP. · b9d43a4c
      Deucе authored
      We still need to pass ANSI through to the parser though because
      Synchronet goes apeshit if it doesn't get a response to a location
      request... it tries twice and eats any data it receives that isn't
      a valid position report, which obviously breaks menus.
      
      It's also very weird that on Booch's BBS at least it's sent during
      the main menu display rather than just on answering.  Not sure why
      this is, but it means we can't implement the RIP requirement of
      "ignoring all non-RIPscrip bytes" with a zero window without digging
      deep into Synchronet guts.
      b9d43a4c
    • Deucе's avatar
      Remove debug, optimize · 2c23c1a3
      Deucе authored
      Generate conversion tables rather than do float math twice for each
      virtual pixel.
      2c23c1a3
    • Deucе's avatar
      Start of minimal RIPv2 support. · 730c3242
      Deucе authored
      Just the easy stuff (scaling, extended colours, border toggle, filled
      rectangle)
      730c3242
  12. Apr 29, 2021
Loading