Skip to content
Snippets Groups Projects
  1. Mar 25, 2018
    • deuce's avatar
      Fix a large number of errors involving re-using an in-use index variable as · b0f5a306
      deuce authored
      a temp variable.  Mostly impacting the setting of video flags.
      b0f5a306
    • rswindell's avatar
      putmsgptrs(): · e5018aea
      rswindell authored
      Fix-up the user/####.subs ini style (only one blank line between sections).
      Also, don't re-write the .subs file if nothing has changed.
      e5018aea
    • rswindell's avatar
      Address GCC warning: "/*" within comment · 4bd39bba
      rswindell authored
      4bd39bba
    • rswindell's avatar
      Changed user' message pointer/last-read/scan-config storage to a new file · 721c7167
      rswindell authored
      (data/user/*.subs - in familar .ini syntax)
      indexed by the sub-board internal rather than the old flat binary file using
      the troublesome "pointer index" (ptridx) as an offset. The old files
      (data/user/ptrs/*.ixb) will still be read in when the new file doesn't exist,
      for upgrading users automatically to the new method of pointer storage.
      This should resolve long-standing issues around users' new-scan pointers and
      configurations getting corrupted when the sysop inserts/remove sub-boards.
      However, if you change a sub-board's internal code, that invalidates the users'
      pointers and scan configurations - so that may need to be addrsesed via SCFG.
      The subs' ptridx values are still be used for storing QWKnet hub pointers, for
      now, but that too will soon be addressed with a new file format for those ptrs
      too.
      721c7167
  2. Mar 24, 2018
  3. Mar 23, 2018
  4. Mar 22, 2018
  5. Mar 21, 2018
Loading