• xtrn/lord2/l2lib.js

    From Deuc¨@VERT to Git commit to main/sbbs/master on Tuesday, March 09, 2021 15:27:03
    https://gitlab.synchro.net/main/sbbs/-/commit/168f54f37b898b12d62a24c0
    Modified Files:
    xtrn/lord2/l2lib.js
    Log Message:
    getkey() can return undefined.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Friday, March 26, 2021 14:11:43
    https://gitlab.synchro.net/main/sbbs/-/commit/d0a094b28b34c9a3acd69f73
    Modified Files:
    xtrn/lord2/l2lib.js
    Log Message:
    Initialize v variables to zero when creating a new world record.

    This should never actually be done though since the map would be
    completely empty.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Friday, March 26, 2021 14:39:05
    https://gitlab.synchro.net/main/sbbs/-/commit/646107d2a5403e8db17707e7
    Modified Files:
    xtrn/lord2/l2lib.js
    Log Message:
    Fix a (harmless) user creation error

    When a players map is set, it automatically triggers a player record
    write. When a new player is being created, the map is set before
    the player is added via @addchar.

    This attempted to write record number undefined in the player file,
    which threw an exception. Since exceptions are being caught, logged,
    and ignored, this did not cause a problem, but did log an error when
    it wasn't necessary.

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