• exec/load/sbbsdefs.js

    From Rob Swindell@VERT 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 numbers

    The first argument to system.matchuserdata() in v3.20 is the user.tab field number, not the user.dat byte-offset that was used in versions of SBBS prior
    to v3.20.

    These values are synchronized with userfields.h, but I keept the U_ prefix
    here (instead of USER_) to maintain compatibility with existing JS scripts.

    This is a fix for issue #501 - thanks for the report Eric!

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (in GitKraken)@VERT 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.h

    It's SCAN_CONT (for continuous). <sigh>

    Leave SCAN_CONST alias for backwards-compatibility, but deprecated.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT 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())

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sun Mar 3 14:28:59 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/c7747b9be61ecd7e47056023
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Add SYS_MOUSE_HOT definition

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net