• src/conio/vidmodes.c

    From rswindell@VERT to CVS commit on Wednesday, February 25, 2015 19:13:33
    src/conio vidmodes.c 1.14 1.15
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv31263

    Modified Files:
    vidmodes.c
    Log Message:
    Fixed the definition of the VESA 132x43 video mode (43 lines, not 34).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, July 15, 2015 01:02:14
    src/conio vidmodes.c 1.18 1.19
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv5223

    Modified Files:
    vidmodes.c
    Log Message:
    Fix link problem introduced in rev 1.18 (Jul-5-2015):
    When built withOUT the preprocessor macro WITH_SDL defined, ciolib.h doesn't include gen_defs.h (perhaps it should), so the use of FREE_AND_NULL in this file become function calls and the symbol is not found when linking.
    This is why jsexec was not included in recent daily dev builds of v3.16.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Tuesday, February 06, 2018 23:26:22
    src/conio vidmodes.c 1.24 1.25
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv10406

    Modified Files:
    vidmodes.c
    Log Message:
    Fix the number of rows in the new SyncTERM modes.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, October 20, 2018 04:15:56
    src/conio vidmodes.c 1.27 1.28
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv2010

    Modified Files:
    vidmodes.c
    Log Message:
    Change the C128 screen modes (C128_40X25 and C128_80x25) to use the C64 palette. I can only assume this was a typo? I'm also guessing this is the
    same change that Payton Byrd made in his fork of SyncTERM (he erroneously called 2.0), which I haven't been able to locate on github (anyone?). This change makes SyncTERM (in C128 modes) appear more consistent with CGTerm.

    With this change, I now see no difference between the C64_40X25 screen mode
    and the C128_40X25 screen mode. (Deuce?)

    I also have questions about the changes in some of the colors between
    40 and 80 columns modes expressed here (but not observed with CGTerm): https://www.commodore.ca/manuals/128_system_guide/app-i.htm
    (e.g. 129 is supposedly green in 40 column mode and dark purple in 80 cols). see also: 149, 151, and 159 - if this is true, then another palette
    is needed for C128-80 mode but doesn't explain CGTerm's behavior
    (the colors are the same in 40 and 80 column modes).

    Also, the C64 palette changed pretty drastically since SyncTERM 1.0 where
    the colors weres dull/muted and are now bright. And the initial attribute is Blue on Grey (not black) - that wasn't the case with v1.0.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Saturday, October 20, 2018 10:22:07
    src/conio vidmodes.c 1.28 1.29
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv17004

    Modified Files:
    vidmodes.c
    Log Message:
    Commodore 128 used a CGA monitor. It therefore used CGA colours.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Monday, May 17, 2021 18:42:29
    https://gitlab.synchro.net/main/sbbs/-/commit/9494cc3063e78042a3d87bfb
    Modified Files:
    src/conio/vidmodes.c
    Log Message:
    Calculate and plug in pixel aspect ratios.

    We're leaving the "Awesome Modes" as 1:1, but the rest all assume
    a 4:3 display that is filled by the described text.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Monday, May 17, 2021 19:08:57
    https://gitlab.synchro.net/main/sbbs/-/commit/f94c74b9955eaf846b558aac
    Modified Files:
    src/conio/vidmodes.c
    Log Message:
    Fix the 132x43 mode...

    Was using the 14 row font with 350 screen rows and expecting 43 lines.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Tuesday, May 18, 2021 20:17:48
    https://gitlab.synchro.net/main/sbbs/-/commit/679800f76895b060fe1e1aef
    Modified Files:
    src/conio/vidmodes.c
    Log Message:
    Switch from "the CTerm palette" to the colodore one

    See https://www.pepto.de/projects/colorvic/ for details.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Tuesday, May 16, 2023 09:03:30
    https://gitlab.synchro.net/main/sbbs/-/commit/b6fefb76436fe33564ac21eb
    Modified Files:
    src/conio/vidmodes.c
    Log Message:
    Only do the aspect fallback test once, after screen dimensions are final.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Tuesday, May 23, 2023 12:59:20
    https://gitlab.synchro.net/main/sbbs/-/commit/d39d2ca059079c1a6aa754d1
    Modified Files:
    src/conio/vidmodes.c
    Log Message:
    Load _ORIGMODE as C80

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