• xtrn/gooble/service.js

    From echicken@VERT to CVS commit on Tue Oct 7 22:45:32 2014
    xtrn/gooble service.js 1.1 1.2
    Update of /cvsroot/sbbs/xtrn/gooble
    In directory cvs:/tmp/cvs-serv14407

    Modified Files:
    service.js
    Log Message:
    Don't derp on an empty high scores array in the DB.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From KenDB3@VERT to echicken on Wed Oct 8 11:42:34 2014
    xtrn/gooble service.js 1.1 1.2
    Update of /cvsroot/sbbs/xtrn/gooble
    In directory cvs:/tmp/cvs-serv14407

    Modified Files:
    service.js
    Log Message:
    Don't derp on an empty high scores array in the DB.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net

    ec,
    I can launch the door, I can even check the high scores on the inter-bbs scoreboard and hit the help option, but when I hit the Play option it crashes out. I did it twice, the second time I saw the game board for a split second before it kicked back to the BBS.

    10/8 11:35:41a Node 1 Executing external: *gooble.js
    10/8 11:35:41a Node 1 new display initialized: 80x24 at 1,1
    10/8 11:35:41a Node 1 JSON client initialized (v1.27)
    10/8 11:35:58a Node 1 TypeError: Sprite.checkRight is not a function

    ~KenDB3

    ---
    þ Synchronet þ KD3net-Rhode Island's only BBS about nothing. http://bbs.kd3.us
  • From echicken@VERT to KenDB3 on Wed Oct 8 12:50:15 2014
    Re: Re: xtrn/gooble/service.js
    By: KenDB3 to echicken on Wed Oct 08 2014 11:42:34

    I can launch the door, I can even check the high scores on the inter-bbs scoreboard and hit the help option, but when I hit the Play option it crashes out. I did it twice, the second time I saw the game board for a split second before it kicked back to the BBS.

    10/8 11:35:58a Node 1 TypeError: Sprite.checkRight is not a function

    Updating your exec/load/sprite.js file ought to make it start working. (Sprite.checkRight/Left were only recently added.)

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From KenDB3@VERT to echicken on Wed Oct 8 10:21:02 2014
    Updating your exec/load/sprite.js file ought to make it start working. (Sprite.checkRight/Left were only recently added.)

    Thanks ec! My old file had a timestamp of Feb. 2013. I may have to double
    check I've got the rest of that directory up to date.

    Quick side question, when updating .js files in exec/load, do you need to run: "jsexec update.js" like you do when updating stuff in the exec directory?
    Also, I didn't find this documented anywhere, but on my setup I usually need
    to run the command like this (but I'm not sure why):
    jsexec -c /sbbs/ctrl update.js

    Thanks again!

    ~KenDB3
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From echicken@VERT to KenDB3 on Wed Oct 8 14:17:34 2014
    Re: Re: xtrn/gooble/service.js
    By: KenDB3 to echicken on Wed Oct 08 2014 10:21:02

    Quick side question, when updating .js files in exec/load, do you need to run: "jsexec update.js" like you do when updating stuff in the exec directory? Also, I didn't find this documented anywhere, but on my setup I

    It won't hurt anything, but it's not necessary to run that script every time. As far as I know, the only time that script needs to be run is during the 3.14 to 3.15 upgrade process. Its purpose is to make sure there are no dupes in 'exec' of files that, as of 3.15, have been relocated to 'exec/load/'.

    usually need to run the command like this (but I'm not sure why):
    jsexec -c /sbbs/ctrl update.js

    If you set the SBBSCTRL environment variable to the path to your 'ctrl/' directory you will no longer need to specify that path on the command line.

    I believe you're running Windows. IIRC in Windows 7 you can do this with "setx SBBSCTRL c:\sbbs\ctrl" to make it persistent.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Digital Man@VERT to KenDB3 on Wed Oct 8 17:40:05 2014
    Re: Re: xtrn/gooble/service.js
    By: KenDB3 to echicken on Wed Oct 08 2014 10:21 am

    Updating your exec/load/sprite.js file ought to make it start working. (Sprite.checkRight/Left were only recently added.)

    Thanks ec! My old file had a timestamp of Feb. 2013. I may have to double check I've got the rest of that directory up to date.

    Quick side question, when updating .js files in exec/load, do you need to run: "jsexec update.js" like you do when updating stuff in the exec directory?

    No. The update.js only currently handles the duplicate files that may result in an upgrade from v3.14 to v3.15 (if the README.TXT
    file is not followed).

    Also, I didn't find this documented anywhere, but on my setup I
    usually need to run the command like this (but I'm not sure why):
    jsexec -c /sbbs/ctrl update.js

    Not necessary.

    digital man

    Synchronet "Real Fact" #81:
    Flapuebarg unf vagreany ebg13 fhccbeg sbe fhcresvpvnyyl rapelcgvat grkg.
    Norco, CA WX: 79.7øF, 42.0% humidity, 13 mph SE wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From KenDB3@VERT to echicken on Wed Oct 8 22:27:01 2014
    If you set the SBBSCTRL environment variable to the path to your 'ctrl/' directory you will no longer need to specify that path on the command line.

    I believe you're running Windows. IIRC in Windows 7 you can do this with "setx SBBSCTRL c:\sbbs\ctrl" to make it persistent.

    Thank you so much! I had really been wondering about that. FYI, Gooble is running really well!

    ---
    þ Synchronet þ KD3net-Rhode Island's only BBS about nothing. http://bbs.kd3.us
  • From KenDB3@VERT to Digital Man on Thu Oct 9 09:14:49 2014
    No. The update.js only currently handles the duplicate files that may result in an upgrade from v3.14 to v3.15 (if the README.TXT file is not followed).

    Also, I didn't find this documented anywhere, but on my setup I
    usually need to run the command like this (but I'm not sure why): jsexec -c /sbbs/ctrl update.js

    Not necessary.

    Thanks digital man!

    ---
    þ Synchronet þ KD3net-Rhode Island's only BBS about nothing. http://bbs.kd3.us
  • From echicken@VERT to CVS commit on Tue May 12 10:27:40 2015
    xtrn/gooble service.js 1.2 1.3
    Update of /cvsroot/sbbs/xtrn/gooble
    In directory cvs:/tmp/cvs-serv21127

    Modified Files:
    service.js
    Log Message:
    Exit if user #1 doesn't exist yet.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net