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. · f55c5b8d
      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.
      f55c5b8d
    • Deucе's avatar
      More improvements... · 3a58d560
      Deucе authored
      Consistently use map_rip_color()
      Optimize flood fill to not clobber the stack
      Fix small full ellipses to match RIPTerm 1.54
      3a58d560
  5. May 06, 2021
  6. May 05, 2021
  7. May 04, 2021
  8. May 03, 2021
  9. May 02, 2021
    • Deucе's avatar
      Optimize color_value() and fix RIP reset · b1599100
      Deucе authored
      color_value() is in the hot drawing path, so should be as fast
      as possible... remove all the bit shifting and have the palette
      just be colour values.
      
      For RIP, the reset wasn't resetting the global coordinates, so a
      scaled image would cause everything to be scaled down later.
      b1599100
    • Deucе's avatar
      Add save/resotore mouse fields commands. · 2170d51e
      Deucе authored
      Used extensively on Black Flag BBS.
      2170d51e
    • Rob Swindell's avatar
      Add a 'readd_always' option to the update() method · 3a5eecce
      Rob Swindell authored
      This will cause archive file contents to be re-captured/added
      3a5eecce
    • Rob Swindell's avatar
      JSDOC updates · 642af989
      Rob Swindell authored
      Finally document the file-meta-object properties now that things are solidifying.
      642af989
    • Rob Swindell's avatar
      Store contents (list) of archive files in filebase (in the "msg tail") · 875a92d8
      Rob Swindell authored
      This will allow fast/easy display of archive contents without actually reading the archive files.
      
      Introduces some new functions:
      - list_archive_contents()
      - smb_adddfile_withlist()
      
      A new SMB convenience variable ("tail", aliased as "content" for a file).
      A new file detail level ("file_detail_content", exposed in JS as FileBase.DETAIL.CONTENTS) which adds a "content" array property to file metadata objects for JS FileBase.get().
      
      Files already added to the new filebases won't have this archive content automatically - I'm looking into that now (likely a new or updated JS script to run).
      875a92d8
  10. May 01, 2021
  11. Apr 30, 2021
    • Deucе's avatar
      Implement disabled text for RIP. · 24f9a5cd
      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.
      24f9a5cd
    • Deucе's avatar
      Remove debug, optimize · c27103d6
      Deucе authored
      Generate conversion tables rather than do float math twice for each
      virtual pixel.
      c27103d6
    • Deucе's avatar
      Start of minimal RIPv2 support. · c81eba89
      Deucе authored
      Just the easy stuff (scaling, extended colours, border toggle, filled
      rectangle)
      c81eba89
  12. Apr 28, 2021
    • Rob Swindell's avatar
      Add a separate "area tag" string configured per sub-board · 5134f09d
      Rob Swindell authored
      According to  Lupine Furmen (FURFOL):
      It says in the help that the field is used for both the Newsgroup name AND the
      Fido Echo-tag.
      
      These really should be 2 different fields.
      
      Now, the echo/area tag is usually configured in the area file (areas.bbs) and so does not need to match *any* string configured in SCFG. But since an area file *can* be generated from SCFG (Export Areas option) and its possible to use SBBSecho withOUT an area file at all, then it's possible someone would like to have their FidoNet-style area tags configured different from any other strings related to a sub-board (e.g. newsgroup name) - why? I'm not clear, but there it is: another string that  a sysop can set (or not).
      
      Since I'd recently added an area tag field per directory for use by hatchit.js, this does create some logical symmetry. And there were enough free bytes per-sub in the msgs.cnf, so why not.
      5134f09d
  13. Apr 27, 2021
Loading