dosbox-staging:jn/awe32

Last commit made on 2024-01-27
Get this branch:
git clone -b jn/awe32 https://git.launchpad.net/dosbox-staging

Branch merges

Branch information

Name:
jn/awe32
Repository:
lp:dosbox-staging

Recent commits

24bac79... by John Novak <email address hidden>

so it begins

3b332d0... by John Novak <email address hidden>

Map default "Restart" hotkey to PrimaryMod + Option + Home

Previously, it was mapped to Ctrl instead which was not idiomatic on
macOS.

4ac32c6... by John Novak <email address hidden>

website: dev builds page cleanup

f75e8a6... by Daniel Bomar

Fix console color after restart

On restart, use the flag CREATE_NEW_CONSOLE instead of DEATCHED_PROCESS.
This will have Windows create a new console for us which has color
enabled.
The call to AllocConsole() in sdlmain.cpp should be looked at in the
future.

0d3c555... by Daniel Bomar

On Windows, use CreateProcess instead of execvp for restart function

The implementation of execvp on Windows calls CreateProcess.
Calling it directly allows us to create a detached process.
This fixes an issue where sometimes Dosbox will exit on restart.

d1799a3... by Kirk Klobe <email address hidden>

Re-enable LTO on macOS x86_64 builds

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

Add script to repackage the Windows ZIP release package

7ef7116... by John Novak <email address hidden>

website: mention v0.80.1 is the last version that supports Windows 7

109f03b... by John Novak <email address hidden>

website: remove Windows MSVC dev builds from the downloads

2b6fb5f... by John Novak <email address hidden>

website: update download links for 0.81.0-RC2