Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 14, 2019, 12:27:33 am
-
Here is the nightly for 13 October 2019 - Revision db1da25
Group: Linux
nightly_20191013_db1da25-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20191013_db1da25/nightly_20191013_db1da25-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20191013_db1da25/nightly_20191013_db1da25-builds-Linux.tar.gz))
Group: MacOSX
nightly_20191013_db1da25-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20191013_db1da25/nightly_20191013_db1da25-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20191013_db1da25/nightly_20191013_db1da25-builds-MacOSX.tar.gz))
Group: Win64
nightly_20191013_db1da25-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20191013_db1da25/nightly_20191013_db1da25-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20191013_db1da25/nightly_20191013_db1da25-builds-Win64.zip))
Group: Win32
nightly_20191013_db1da25-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20191013_db1da25/nightly_20191013_db1da25-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20191013_db1da25/nightly_20191013_db1da25-builds-Win32.zip))
------------------------------------------------------------------------
commit b4a4d70
Author: Goober5000
Commit: Goober5000
additional change suggested by MageKing17
fred2/missionsave.cpp | 4 ++++
qtfred/src/mission/missionsave.cpp | 4 ++++
2 files changed, 8 insertions(+)
------------------------------------------------------------------------
commit c6c2e5b
Author: Goober5000
Commit: Goober5000
add the changes from downwash's PR
fred2/shipeditordlg.cpp | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit 6895276
Author: Goober5000
Commit: Goober5000
implement Mantis 3204
code/mission/mission_flags.h | 9 +++++----
code/parse/sexp.cpp | 8 ++++++++
fred2/fred.rc | 29 ++++++++++++++++++-----------
fred2/missionnotesdlg.cpp | 7 ++++++-
fred2/missionnotesdlg.h | 1 +
fred2/resource.h | 3 ++-
fred2/voiceactingmanager.cpp | 12 ++++++++++--
7 files changed, 50 insertions(+), 19 deletions(-)
------------------------------------------------------------------------
commit ce57c52
Author: Goober5000
Commit: Goober5000
fix issue #1221
code/cmdline/cmdline.cpp | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit 0db66e7
Author: Goober5000
Commit: Goober5000
this error message should report the variable name
code/mission/missionparse.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit f9e4a4b
Author: Goober5000
Commit: Goober5000
fix default loop increment in for-counter
code/parse/sexp.cpp | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 8cb39c4
Author: Goober5000
Commit: Goober5000
properly resume music; also properly restore subspace ambient sound
code/io/keycontrol.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 15346da
Author: Goober5000
Commit: Goober5000
reactivate old code to pause and unpause audio, but this time add the proper check
code/menuui/optionsmenu.cpp | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit de501fb
Author: Goober5000
Commit: Goober5000
pause and unpause the event music in the ESC dialog, just like we do in the pause screen, and just like the subspace sound was fixed
code/io/keycontrol.cpp | 2 ++
1 file changed, 2 insertions(+)
------------------------------------------------------------------------
commit f7f537f
Author: Tom Crayford
Commit: Tom Crayford
fix mod loading errors on non windows
code/cfile/cfilesystem.cpp | 6 ++++++
1 file changed, 6 insertions(+)
------------------------------------------------------------------------
commit 1cd22ba
Author: Tom Crayford
Commit: Tom Crayford
update set-object-facing and set-object-facing-object sexp help
code/parse/sexp.cpp | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 894228c
Author: asarium
Commit: asarium
Fix crash in joystick code
code/io/joy-sdl.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit ef0381d
Author: z64555
Commit: z64555
Extends the existing parse pausing system (used by bmpman) to use a bookmark stack.
code/parse/parselo.cpp | 43 ++++++++++++++++++++-----------------------
code/parse/parselo.h | 14 ++++++++++++++
2 files changed, 34 insertions(+), 23 deletions(-)