Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on May 20, 2020, 03:56:31 am

Title: Nightly: 20 May 2020 - Revision 6ec28f6
Post by: SirKnightly on May 20, 2020, 03:56:31 am
Here is the nightly for 20 May 2020 - Revision 6ec28f6



Group: Linux
nightly_20200520_6ec28f6-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20200520_6ec28f6/nightly_20200520_6ec28f6-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200520_6ec28f6/nightly_20200520_6ec28f6-builds-Linux.tar.gz))


Group: Win64
nightly_20200520_6ec28f6-builds-Win64.zip (http://scp.indiegames.us/builds/nightly/20200520_6ec28f6/nightly_20200520_6ec28f6-builds-Win64.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200520_6ec28f6/nightly_20200520_6ec28f6-builds-Win64.zip))


Group: MacOSX
nightly_20200520_6ec28f6-builds-MacOSX.tar.gz (http://scp.indiegames.us/builds/nightly/20200520_6ec28f6/nightly_20200520_6ec28f6-builds-MacOSX.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200520_6ec28f6/nightly_20200520_6ec28f6-builds-MacOSX.tar.gz))


Group: Win32
nightly_20200520_6ec28f6-builds-Win32.zip (http://scp.indiegames.us/builds/nightly/20200520_6ec28f6/nightly_20200520_6ec28f6-builds-Win32.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200520_6ec28f6/nightly_20200520_6ec28f6-builds-Win32.zip))

Code: [Select]
------------------------------------------------------------------------
commit 8667891
Author: Goober5000
Commit: Goober5000

    use dynamic strings
 code/ai/ai.cpp | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 5f74388
Author: Goober5000
Commit: Goober5000

    add newline
 code/ai/ai.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 067b250
Author: Goober5000
Commit: Goober5000

    make Goal_target_names dynamic
 code/ai/ai.cpp                | 30 +++++++++++++++---------------
 code/ai/ai.h                  | 13 +++++--------
 code/ai/aicode.cpp            |  2 +-
 code/ai/aigoals.cpp           |  4 ++--
 code/mission/missionparse.cpp |  2 +-
 5 files changed, 24 insertions(+), 27 deletions(-)

------------------------------------------------------------------------
commit 498e5ef
Author: Goober5000
Commit: Goober5000

    make some debug code only run in debug
 code/parse/sexp.cpp | 3 +++
 1 file changed, 3 insertions(+)

------------------------------------------------------------------------
commit d29e236
Author: asarium
Commit: asarium

    Enable sensible clang readability checks
 .clang-tidy | 13 +++++++++++++
 1 file changed, 13 insertions(+)

------------------------------------------------------------------------
commit 880005f
Author: Goober5000
Commit: Goober5000

    or this
 code/missionui/missionshipchoice.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit ec1a35f
Author: Goober5000
Commit: Goober5000

    better variable name
 code/missionui/missionshipchoice.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 5755733
Author: Goober5000
Commit: Goober5000

    modify weapons loadout check
 code/missionui/missionshipchoice.cpp | 26 ++++++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 82b9a39
Author: Goober5000
Commit: Goober5000

    fix CI thing
 code/weapon/weapons.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit ab2a2d4
Author: Goober5000
Commit: Goober5000

    make cmdline-friendly
 code/cmdline/cmdline.cpp |  10 +-
 code/cmdline/cmdline.h   |   2 +
 code/weapon/weapons.cpp  | 373 ++++++++++++++++++++++++-----------------------
 3 files changed, 204 insertions(+), 181 deletions(-)

------------------------------------------------------------------------
commit b0f812b
Author: Goober5000
Commit: Goober5000

    some fixes
 code/weapon/weapons.cpp | 38 ++++++++++++++++++++++++++++++++++----
 1 file changed, 34 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 7e8ffce
Author: Goober5000
Commit: Goober5000

    also list weapons whose base weapon is player-allowed
 code/weapon/weapons.cpp | 30 ++++++++++++++++++++++++++++--
 1 file changed, 28 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 7a9bebe
Author: Goober5000
Commit: Goober5000

    fix multiplier based on new info
 code/weapon/weapons.cpp | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit c005aa5
Author: Goober5000
Commit: Goober5000

    tweak
 code/weapon/weapons.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 1d00c29
Author: Goober5000
Commit: Goober5000

    include additional missiles
 code/weapon/weapons.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit dd4036d
Author: Goober5000
Commit: Goober5000

    add useful comment
 code/weapon/weapons.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 4b42829
Author: Goober5000
Commit: Goober5000

    MVP weapon stats, and fix shockwave determination
 code/weapon/weapons.cpp | 86 ++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 81 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 7f8eaa2
Author: Goober5000
Commit: Goober5000

    weapon stats for spreadsheet
 code/weapon/weapons.cpp | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

------------------------------------------------------------------------
commit d83d1b4
Author: Goober5000
Commit: Goober5000

    make clang happy
 code/localization/localize.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit d26a124
Author: Goober5000
Commit: Goober5000

    clean up handling of translated vs. untranslated English
 code/cutscene/ffmpeg/FFMPEGDecoder.cpp |   4 +-
 code/localization/localize.cpp         | 119 ++++++++++++++++++++-------------
 code/localization/localize.h           |   7 +-
 code/mod_table/mod_table.cpp           |  15 ++++-
 code/mod_table/mod_table.h             |   1 +
 code/scripting/api/libs/base.cpp       |   6 +-
 fred2/management.cpp                   |   8 +--
 qtfred/src/mission/management.cpp      |   8 +--
 8 files changed, 103 insertions(+), 65 deletions(-)