• src/sbbs3/js_conio.c

    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 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