• xtrn/lord/lord.js

    From Rob Swindell@1:103/705 to Git commit to sbbs/master on Sun Sep 6 18:44:57 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/aeeda5a5f18cfb6c05227ee8
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    On a fresh install, this 'Removing unknown fmutex' error always happensThe file is state.bin.lock.Just ignore it (let Deuce debug the reason why).
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Thu Nov 19 20:31:41 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/149471e540c58e07f32841f9
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Fix failure to run RESET via jsexec ('bbs' not defined).
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Thu Nov 19 20:58:11 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/9945f0d795ec88706fbbc86e
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Go back to the rev 1.37 behavior (don't confirm RESET when run via JSexec)... but do it do it correctly. This allows for automated game-reset, e.g.via cron job or timed event.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deuce@1:103/705 to Git commit to sbbs/master on Thu Nov 19 23:25:47 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/99c4b635310a520a86cddf1f
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Change name *and* real_name to 'X' when deleting a users.Deleted users would be "properly" loaded as 'X' which would meanthey wouldn't show up in rankings and couldn't be attacked.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deuce@1:103/705 to Git commit to sbbs/master on Thu Nov 19 23:39:55 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/7154af933c3f85debeed4283
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Generate scores.lrd whenever a player exits.Not sure how I missed this bit.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Fri Nov 20 00:44:17 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/43e87cd034f70d1af8c8f9ea
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Generate scores.lrd when gracefully quitting with 'Q' too.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Fri Mar 26 23:17:27 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/584efab36154bc5aa7dc0a88
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Don't enable ctrl keys with dorkit here either.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Mon Feb 14 11:06:54 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/2d3b973332f48c0736985d4d
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Address !JavaScript lord.js line 5835: TypeError: op is nullI think this means one of your nodeon.* files are corrupt and just deletingthat file would likely cure the situation as well.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Eugene So@1:103/705 to Git commit to main/sbbs/master on Tue Mar 15 11:00:03 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/02a51bd346d93cfb16ac253a
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    LORD: Fix online duel eventFixed broken code when taunting opponentFixed broken code when aborting after waiting a long time for opponentto respond.
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Tue Mar 15 11:00:03 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/beea8dc6aa4bcf2cbe9e1c9c
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Merge branch 'eugeneso/lord_online_duel_fix' into 'master'LORD: Fix online duel eventSee merge request main/sbbs!162
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Eugene So@1:103/705 to Git commit to main/sbbs/master on Tue Mar 15 11:00:30 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/907d73cd8450322246f12b88
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    LORD: Fix daily bank transfer count not being reset properly
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Tue Mar 15 11:00:30 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/1dfb8c00cbd2b901747dad96
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Merge branch 'eugeneso/lord_bankxfer_fix' into 'master'LORD: Fix daily bank transfer count not being reset properlySee merge request main/sbbs!163
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Tue Apr 19 09:25:51 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/c478d2bbc9fcd93984e851e6
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Fix STR gain after defeating a trainer.You get str_gained, not str. :(
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Tue Apr 19 09:32:51 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/dfe589e306decbfffe48d7a4
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Bump the versionThe extra strength bug fix needs a new version number.
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Dec 25 14:53:14 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/e3fbf5146d2bbe131189c9f0
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    A bit more input queue cleaning to help the splash screen display
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Dec 25 15:31:06 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/830eb95777236d4d2f50bf6f
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    A few minor RIP improvements.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Dec 25 15:47:21 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/9ff5c8b6a24b0c9663e5d472
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Some more minor improvements on RIP detection/cache updates
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Dec 25 18:50:29 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/5a64cc498deb6b70231ccbf3
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Fix up forest fights for RIP a bit.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Dec 26 00:27:47 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/e9aa2a800762ccc5a7412620
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Don't not.
    --- 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 Mon May 13 18:11:51 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/22f52e3f261a66610ef088b9
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Fix apparent typo (vds array has length property, not length5)

    Fix issue #754
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed May 15 20:33:35 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/aad708518b96d4cbcea4773d
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    reLoad() does not return the record.

    Fixes error reported by Rowyn Sand (Ravne) with accepting a marriage
    proposal (issue #757)
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Tue Dec 31 01:46:20 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/18ef9ed283f03e45b7997b6a
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Actually use the SyncTERM cache list command.

    This verifies the MD5 sums of the files, not the file date, so is
    better all around, and is much faster than using the RIP file
    statistics stuff.
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Tue Mar 25 07:30:58 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/e5927b5a300e6672fe7e1174
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Fix issue #766

    Don't save player if player is undefined.

    Presumably someone is sitting at the intitial menu until they run
    out of time on the BBS. The error was completely harmless.
    --- SBBSecho 3.24-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)