dosbox-staging:jn/windows-installer-disable-autostart

Last commit made on 2024-04-10
Get this branch:
git clone -b jn/windows-installer-disable-autostart https://git.launchpad.net/dosbox-staging

Branch merges

Branch information

Name:
jn/windows-installer-disable-autostart
Repository:
lp:dosbox-staging

Recent commits

824b162... by John Novak <email address hidden>

Do not auto-run DOSBox Staging after installing it on Windows

eba04d4... by MeAreJeenius <email address hidden>

Inherit batch file echo state from parent

142c329... by John Novak <email address hidden>

Restore double scanning support for VGA text modes

This regressed after the major double scanning rework in dd8ae142.

Double-scanned VGA text modes are extremely uncommon. A good test case
(and the only one I know of) is the game Indenture (1991) that sets up a
custom 80x25 mode at 640x200 resolution with the 8x8 charset and double
scanning enabled.

31428a0... by John Novak <email address hidden>

Fix shadowing warnings in `program_mixer.cpp`

80ef27b... by John Novak <email address hidden>

Fix shadowing warnings in `setup.cpp`

f571a04... by John Novak <email address hidden>

Clean up comments

c460e34... by John Novak <email address hidden>

Correct 'sbtype' and 'oplmode' parsing logic

bec45c3... by John Novak <email address hidden>

Cleanup & improve debug logging

01f5a44... by John Novak <email address hidden>

Clang-format config improvements

f918909... by John Novak <email address hidden>

Use const in function signatures in `sblaster.cpp`