• src/sbbs3/js_conio.c

    From deuce@VERT to CVS commit on Saturday, September 26, 2015 02:09:04
    src/sbbs3 js_conio.c 1.27 1.28
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv30518

    Modified Files:
    js_conio.c
    Log Message:
    Add documentation and support for more init mode strings.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Friday, November 24, 2017 15:05:56
    src/sbbs3 js_conio.c 1.28 1.29
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    js_conio.c
    Log Message:
    Fix bug identified by gcc version 6.3.0 20170516 (Debian 6.3.0-18)
    warning: this else clause does not guard... [-Wmisleading-indentation] js_conio.c:343:4: note: ...this statement, but the latter is misleadingly
    indented as if it is guarded by the else



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Monday, February 12, 2018 21:11:38
    src/sbbs3 js_conio.c 1.29 1.30
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv3253/sbbs3

    Modified Files:
    js_conio.c
    Log Message:
    Beginnings of a massive ciolib overhaul...

    We're switching to TrueColor now, and maintaining a 65536 entry palette
    for the various palettized bits. This change hurts the overlay output most since it currently means floating point calculations for every pixel.

    The getfont() function now takes a fontnum argument so you can get all the current fonts.

    The vmem array now holds the font data, so once a glyph is written to the screen, it can stay in that font "forever". This still has some issues
    with savescreen()/restorescreen() since there's no extension to grab the new stuff... that'll be coming soon, likely replacing the pgettext() and
    pputtext() functions. For now, various popups will likely reset fonts to
    the default font on the screen.

    Now that we have all this, the status bar in SyncTERM can retain the default font and colours at all times. Further, menus can be displayed in the "right" colours and fonts, and no more translation will be needed. This is a work
    in progress though, so there's likely to be glitches. The scrollback doesn't have the font data either (same issue as savescreen()/restorescreen()).




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Wednesday, February 14, 2018 10:29:47
    src/sbbs3 js_conio.c 1.30 1.31
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv28212

    Modified Files:
    js_conio.c
    Log Message:
    Unbreak the broken thing.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, September 19, 2019 18:46:12
    src/sbbs3 js_conio.c 1.34 1.35
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv5615

    Modified Files:
    js_conio.c
    Log Message:
    Clarify that conio object is only available in JSexec.
    Fixed typo.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Tuesday, September 24, 2019 19:53:52
    src/sbbs3 js_conio.c 1.35 1.36
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv7514

    Modified Files:
    js_conio.c
    Log Message:
    Fix conio.getfont() return value.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Wednesday, April 01, 2020 00:39:16
    src/sbbs3 js_conio.c 1.36 1.37
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv16559/sbbs3

    Modified Files:
    js_conio.c
    Log Message:
    More SDL2 fixes...

    Remove CIOLIB_MODE_SDL_YUV* macros, these modes have no point anymore
    Fix SDL prototypes

    Use _beginthread() instead of SDL_CreateThread(). For some reason, using CreateThread() sometimes caused an application crash (ie: when using -?) Everyhing else uses _beginthread() so there's no reason for this to be
    special, especially when it breaks stuff.



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