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 22, 2023, 01:50:51 am

Title: Nightly: 22 May 2023 - Revision 7443fed89
Post by: SirKnightly on May 22, 2023, 01:50:51 am
Here is the nightly for 22 May 2023 - Revision 7443fed89



Group: Linux
nightly_20230522_7443fed89-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20230522_7443fed89/nightly_20230522_7443fed89-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230522_7443fed89/nightly_20230522_7443fed89-builds-Linux.tar.gz))


Group: MacOSX
nightly_20230522_7443fed89-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20230522_7443fed89/nightly_20230522_7443fed89-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230522_7443fed89/nightly_20230522_7443fed89-builds-Mac.tar.gz))


Group: Win32-SSE2
nightly_20230522_7443fed89-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230522_7443fed89/nightly_20230522_7443fed89-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230522_7443fed89/nightly_20230522_7443fed89-builds-Win32-SSE2.zip))


Group: Win64-SSE2
nightly_20230522_7443fed89-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230522_7443fed89/nightly_20230522_7443fed89-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230522_7443fed89/nightly_20230522_7443fed89-builds-x64-SSE2.zip))

Code: [Select]
------------------------------------------------------------------------
commit d4beb6932
Author: Asteroth
Commit: GitHub

    Add player damage inflicted factor (#5406)
 code/ai/ai_profiles.cpp        |  4 ++++
 code/ai/ai_profiles.h          |  1 +
 code/def_files/ai_profiles.tbl |  5 ++++-
 code/ship/shiphit.cpp          | 11 +++++++++++
 4 files changed, 20 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 3e0c7f072
Author: Goober5000
Commit: Goober5000

    add lcase_equal and lcase_lessthan
 code/globalincs/systemvars.cpp                     | 47 ++++++++++++++++++++++
 code/globalincs/vmallocator.h                      | 37 +++--------------
 code/math/curve.cpp                                |  2 +-
 code/model/modelreplace.cpp                        |  6 +--
 code/nebula/neb.cpp                                |  2 +-
 code/parse/sexp.cpp                                |  4 +-
 code/parse/sexp/LuaSEXP.cpp                        |  4 +-
 code/parse/sexp/sexp_lookup.cpp                    |  6 +--
 code/scripting/hook_conditions.cpp                 |  2 +-
 code/scripting/lua.cpp                             |  3 +-
 code/starfield/starfield.cpp                       |  2 +-
 code/stats/scoring.cpp                             |  2 +-
 fred2/eventeditor.cpp                              |  6 +--
 fred2/missiongoalsdlg.cpp                          |  4 +-
 fred2/musicplayerdlg.cpp                           |  2 +-
 .../mission/dialogs/MissionGoalsDialogModel.cpp    |  4 +-
 qtfred/src/ui/dialogs/EventEditorDialog.cpp        |  6 +--
 17 files changed, 79 insertions(+), 60 deletions(-)