~wolfy1339/corsixth/+git/master:emscripten

Last commit made on 2021-05-21
Get this branch:
git clone -b emscripten https://git.launchpad.net/~wolfy1339/corsixth/+git/master

Branch merges

Branch information

Name:
emscripten
Repository:
lp:~wolfy1339/corsixth/+git/master

Recent commits

d372f67... by Stephen Baker

Merge pull request #1660 from TheCycoONE/win_install_iso

[RDY] Drop HOSPITAL directory selection from Installer

79d2d64... by Stephen Baker

Merge pull request #1885 from TheCycoONE/fix_win_find_hospital

[RDY] Fix the search for Theme Hospital installs on Windows

10b7852... by mugmuggy <email address hidden>

Merge pull request #1886 from TheCycoONE/actions_clang_format

[RDY] Bump clang version to keep up with GitHub

f4a347b... by Stephen Baker

Remove __STDC_CONSTANT_MACROS

Obsolete, and flagged by clang-tidy

43c2f77... by Stephen Baker

Bump clang version to keep up with GitHub

GitHub removed clang-9 so we are forced to bump. The new default is 11
so let's use that.

225ce8d... by Stephen Baker

Fix the search for Theme Hospital installs on Windows

The macos directories were inserting nulls in the array which ipairs
would stop on without iterating through all options. Fixed by using
pairs which do not stop on (or include) nil values.

Add up to date "GOG Games" folder which has been the default for
awhile now.

e386036... by Stephen Baker

Merge branch 'master' into win_install_iso

65a5b4d... by Stephen Baker

Merge pull request #1880 from tobylane/filewrite

Write savegames in binary mode

d40e68d... by Stephen Baker

Merge pull request #1878 from TheCycoONE/v0.65wip

[RDY] Bump vcpkg deps and add luasec

1b1f388... by Toby Lane <email address hidden>

Write savegames in binary mode