• src/conio/vidmodes.c

    From Deuc¿@VERT to Git commit to main/sbbs/master on Mon May 17 18:42:29 2021
    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 Mon May 17 19:08:57 2021
    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 Tue May 18 20:17:48 2021
    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 Wed Jan 8 11:49:15 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/065c06e07b36c7025620fddd
    Modified Files:
    src/conio/vidmodes.c
    Log Message:
    Fix 132¨52 mode resulution.

    Transposed some digits, setting 1056¨823 as the resolution instead
    of 1056¨832. This resulted on crashes with some output modes, and
    "just" the status bar being truncated on other output modes.

    Fixes at least part of ticket 178.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sun Jan 12 23:28:16 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/a76da51b12b04e1c8b6e5429
    Modified Files:
    src/conio/vidmodes.c
    Log Message:
    Resolve MSVC warnings

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Feb 15 00:45:58 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/8fdf0405adf9017553d93241
    Modified Files:
    src/conio/vidmodes.c
    Log Message:
    Base the Prestel/Mode 7 aspect ratio on actual math

    It's a bit different than straight 4:3 due to Mode 7 not using the
    full line period or all the lines.

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