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 31, 2022, 01:57:24 am
-
Here is the nightly for 31 May 2022 - Revision 85ed53796
Group: Win32-SSE2
nightly_20220531_85ed53796-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220531_85ed53796/nightly_20220531_85ed53796-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220531_85ed53796/nightly_20220531_85ed53796-builds-Win32-SSE2.zip))
Group: Linux
nightly_20220531_85ed53796-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220531_85ed53796/nightly_20220531_85ed53796-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220531_85ed53796/nightly_20220531_85ed53796-builds-Linux.tar.gz))
Group: Win64-SSE2
nightly_20220531_85ed53796-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220531_85ed53796/nightly_20220531_85ed53796-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220531_85ed53796/nightly_20220531_85ed53796-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 370e12dba
Author: BMagnu
Commit: GitHub
Make number of player orders FRED can handle dynamic (#4290)
fred2/fred.rc | 11 +--
fred2/ignoreordersdlg.cpp | 232 +++++++++-------------------------------------
fred2/ignoreordersdlg.h | 15 +--
fred2/resource.h | 12 +--
4 files changed, 49 insertions(+), 221 deletions(-)
------------------------------------------------------------------------
commit 5b44ea6a3
Author: Goober5000
Commit: Goober5000
augment Assertion messages
code/io/timer.cpp | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
------------------------------------------------------------------------
commit 8c1693df4
Author: MageKing17
Commit: MageKing17
Remove pointless assertion in mission parsing.
code/mission/missionparse.cpp | 1 -
1 file changed, 1 deletion(-)
------------------------------------------------------------------------
commit d2ddcfe4e
Author: David Gibson
Commit: David Gibson
removed vestigial bit-depth asserts for aabitmaps.
code/bmpman/bmpman.cpp | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
------------------------------------------------------------------------
commit 7780cf461
Author: Goober5000
Commit: Goober5000
timestamp comparisons
code/io/timer.cpp | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
code/io/timer.h | 20 +++++++++-
2 files changed, 131 insertions(+), 5 deletions(-)