• xtrn/lord2/l2lib.js

    From Deucе@VERT to Git commit to main/sbbs/master on Fri Mar 26 14:11:43 2021
    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 Fri Mar 26 14:39:05 2021
    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
  • From Deucе@VERT to Git commit to main/sbbs/master on Sun Mar 23 12:34:51 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/ffd6ce7f850ab3ac195dee01
    Modified Files:
    xtrn/lord2/l2lib.js
    Log Message:
    When the player is not created, number should be zero

    Should make issue #392 go away, but the underlying CNW bug which
    will cause the player that runs maint to see all NPCs remains.

    For CNW, maintenance should absolutely be ran as a timed event,
    with a real name that never gets an account. Luckily, if there's
    no dropfile, real name defaults to SYSOP, which should meet that
    criteria.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sun Mar 23 23:40:20 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/52ce7ffea43c492a0d9d17dc
    Modified Files:
    xtrn/lord2/l2lib.js
    Log Message:
    Add some random parenthesis

    This is highly unlikely to solve whatever is happening on DMs system

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