• exec/load/graphic.js

    From rswindell@VERT to CVS commit on Monday, October 07, 2019 23:59:51
    exec/load graphic.js 1.81 1.82
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv5884

    Modified Files:
    graphic.js
    Log Message:
    Store the revision of the library in a 'revision' property so consumer
    scripts can check it.
    The drawfw() method now supports the 'center' value for x/ypos.
    The draw() method support for 'center' x/ypos values appeared off-by-one.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, October 16, 2019 23:47:24
    exec/load graphic.js 1.82 1.83
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv14309

    Modified Files:
    graphic.js
    Log Message:
    Use Math.ceil() - round up - for vertical 'center' position of draw() and drafx() methods. For consistency with how Minesweeper vertically centers its game board.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, July 26, 2020 18:37:17
    exec/load graphic.js 1.83 1.84
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv23739

    Modified Files:
    graphic.js
    Log Message:
    Patch provided by alterego (ALTERANT) to support BLINK in Graphic.set().



    ---
    þ 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 Saturday, March 29, 2025 15:03:34
    https://gitlab.synchro.net/main/sbbs/-/commit/f670286063ed0e85109154aa
    Modified Files:
    exec/load/graphic.js
    Log Message:
    Fix for Deuce's previous commit: USER_ICE_COLOR was assumed to be defined

    This broke showmsgavatar.js

    ---
    þ 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 Sunday, May 18, 2025 10:26:24
    https://gitlab.synchro.net/main/sbbs/-/commit/6ae433ba7740580a83a4ed66
    Modified Files:
    exec/load/graphic.js
    Log Message:
    Don't throw an exeption when ESC[u used before ESC[s

    This should fix error:
    graphic.js line 395: TypeError: y is undefined

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