• exec/load/sbbsdefs.js

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sun Jan 22 14:42:16 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/81d86b89e24bc1f65fd3065d
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Update U_* variables (pseudo consts) to use v3.20 user.tab field numbersThe first argument to system.matchuserdata() in v3.20 is the user.tab fieldnumber, not the user.dat byte-offset that was used in versions of SBBS priorto v3.20.These values are synchronized with userfields.h, but I keept the U_ prefixhere (instead of USER_) to maintain compatibility with existing JS scripts.This is a fix for issue #501 - thanks for the report Eric!
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (in GitKraken)@1:103/705 to Git commit to main/sbbs/master on Fri Mar 10 19:59:26 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/4573dfb8d8e0831a9175fb57
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Fix 30+ year old typo copy/pasted from sbbsdefs.hIt's SCAN_CONT (for continuous). <sigh>Leave SCAN_CONST alias for backwards-compatibility, but deprecated.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Tue Feb 6 12:39:20 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/3a04eb999767c699512f4c31
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Add K_CP437 definition (for use with inkey())
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sun Mar 3 14:28:58 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/c7747b9be61ecd7e47056023
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Add SYS_MOUSE_HOT definition
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)