Skip to content
Snippets Groups Projects
  1. Mar 25, 2024
    • Deucе's avatar
      Temporarily disable the js configure cache. · b0748d62
      Deucе authored
      The last commit changed the environment, so we need to regenerate
      the config cache.
      b0748d62
    • Deucе's avatar
      Initial work on cross-building sbbs with mingw · 39a7ff2f
      Deucе authored
      The big remaining issue is defining *_EXPORTS where needed, which
      looks rough from a quick glance.
      39a7ff2f
    • Deucе's avatar
      Use cc, not gcc for --build detection · aa4372b0
      Deucе authored
      aa4372b0
    • Rob Swindell's avatar
      Simplify the node config menu, eliminating Toggles/Advanced Options menus · da9627ea
      Rob Swindell authored
      There's only one toggle left (Leave node file open) and not very many advanced
      options.
      
      Unfortuantely, can't easily do the cool left-right cycle through nodes since
      each node file has to be saved/loaded, but still, easier to visualize any
      differences between node configs with all the settings on one menu.
      da9627ea
    • Rob Swindell's avatar
      Move "spinning cursor at pause prompt" from node to system config · bb492723
      Rob Swindell authored
      From SCFG->Nodes ... Toggle Options to SCFG->System->Toggle Options
      
      And from a bit flag in node_misc to its own bool member of scfg_t.
      bb492723
    • Rob Swindell's avatar
      Remove the "7-bit only" node option · 9081af2a
      Rob Swindell authored
      The way this option worked was, if enabled (and it was off by default), bit 7
      of all character input *before* successful logon would be stripped and bit 7
      from all character input of terminals configured as US-ASCII (only) would be
      stripped after logon.
      
      Instead, always strip bit 7 (the 8th bit) of each input character from US-ASCII
      (only) terminals. Other detected/configured terminals (CP437, UTF-8, PETSCII)
      won't have bit 7 stripped (ever) since that's likely not a necessary or nice
      thing to do. There's now no different handling of pre/post logon in this
      regard.
      
      If there's a need to strip parity bits from character input from client
      terminals that support CP437, UTF-8, or PETSCII, then we'll re-add this feature
      in but it shouldn't be a per-node setting in that case.
      9081af2a
    • Rob Swindell's avatar
      be523ad9
  2. Mar 24, 2024
  3. Mar 23, 2024
Loading