Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 07, 2023, 01:58:16 am

Title: Nightly: 07 August 2023 - Revision 914f0e13e
Post by: SirKnightly on August 07, 2023, 01:58:16 am
Here is the nightly for 07 August 2023 - Revision 914f0e13e


Code: [Select]
------------------------------------------------------------------------
commit 0219e65b0
Author: asarium
Commit: asarium

    Update build image with curl and jq preinstalled
 .github/workflows/build-nightly.yaml     | 7 +------
 .github/workflows/build-release.yaml     | 6 +-----
 .github/workflows/build-standalone.yaml  | 4 ----
 .github/workflows/build-test.yaml        | 6 +-----
 .github/workflows/cache-master.yaml      | 2 +-
 .github/workflows/test-pull_request.yaml | 8 ++------
 6 files changed, 6 insertions(+), 27 deletions(-)

------------------------------------------------------------------------
commit 7d066a1c4
Author: asarium
Commit: asarium

    Fix "File exists" error
 cmake/util.cmake | 32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit dd0af0e07
Author: Goober5000
Commit: Goober5000

    add screen resolution scaling for hud-set-coords
 code/mod_table/mod_table.cpp | 28 ++++++++++++++++++++++++----
 code/mod_table/mod_table.h   |  1 +
 code/parse/sexp.cpp          |  9 ++++++++-
 3 files changed, 33 insertions(+), 5 deletions(-)
Title: Re: Nightly: 07 August 2023 - Revision 914f0e13e
Post by: Trivial Psychic on August 07, 2023, 07:48:24 am
Um, links?
Title: Re: Nightly: 07 August 2023 - Revision 914f0e13e
Post by: Goober5000 on August 16, 2023, 11:43:18 am
Links should now be fixed.