• exec/bullseye.js

    From rswindell@1:103/705 to CVS commit on Thu Oct 25 16:05:00 2018
    exec bullseye.js 1.4 1.5
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24242

    Modified Files:
    bullseye.js
    Log Message:
    Use bbs.menu() instead of console.printfile() to display the bullseye menu
    file (text/bullseye.*), so you can use terminal-custom screen files.
    Thanks, Nelgin!


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Thu Oct 25 16:45:35 2018
    exec bullseye.js 1.5 1.6
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv28322

    Modified Files:
    bullseye.js
    Log Message:
    Enhancement: if the bulletin file in the bullseye.cfg file is "name.*",
    it'll use the bbs.menu() function to display it - with automatic file type/extension selection based on current terminal. Since the bbs.menu() function looks for files in text/menu, you'll need to change the path
    e.g. from "../text/system.msg" to just "../system.*" to display text/system.*


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Thu Oct 25 19:12:50 2018
    exec bullseye.js 1.6 1.7
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv11376

    Modified Files:
    bullseye.js
    Log Message:
    Shortened the prompt to fit nicely on 40-column display.
    Also, using mnemonics() for better dumb terminal support.


    --- SBBSecho 3.06-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 Tue Jul 2 12:26:37 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/06884399ad0888fcd6046b52
    Modified Files:
    exec/bullseye.js
    Log Message:
    Refactor, make bullseye menu file (e.g. bullseye.asc) optional

    Use console.uselect() to list the bulletin files, if the menu file
    (e.g. bullseye.asc) doesn't exist. For Amessyroom.

    Don't replace the Pause (hit a key) prompt, since that messes up
    localizaton support (reverts to the text.dat Pause prompt, instead of the text.*.ini translated Pause prompt). The replace/revert text buffers should really be a stack for a full fix for this.

    Missing bulletin files are automatically excluded from the bulletin list.

    The rest is just clean-up from the conversion from Baja.

    This is still a very old/basic script, but at least it's not quite as hideous and outdated as before.

    Increment the version to 3.00.
    --- 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 Tue Jul 2 12:40:06 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b0b0dce808517fb7a65c78de
    Modified Files:
    exec/bullseye.js
    Log Message:
    Don't exclude the missing bulletin files from the list (change in last commit)

    ... since that messes up the bulletin->file numbering which is often
    hard-coded in bullseye.asc
    --- 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 Tue Jul 2 12:40:06 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/048f43204ec44f8ed695b8f3
    Modified Files:
    exec/bullseye.js
    Log Message:
    Log bulletin file view success/failure more accurately

    Also updated log output format, avoid redundancy
    --- 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 Sun Oct 13 02:26:14 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/27ac33026cf6ce9b52479e81
    Modified Files:
    exec/bullseye.js
    Log Message:
    Pass P_NOERROR to bbs.menu()

    ... to not log an error when the bullseye.asc file doesn't exist.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)