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 27, 2015, 11:24:39 am
-
Here is the nightly for Windows on 27 Oct 2015 - Revision 3708f10
Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 124
Group: SSE
fso_SSE_20151027_3708f10.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20151027_3708f10.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20151027_3708f10.md5)
Group: NO-SSE
fso_NO-SSE_20151027_3708f10.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20151027_3708f10.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20151027_3708f10.md5)
Group: AVX
fso_AVX_20151027_3708f10.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20151027_3708f10.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20151027_3708f10.md5)
Group: Standard
fso_Standard_20151027_3708f10.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20151027_3708f10.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20151027_3708f10.md5)
------------------------------------------------------------------------
commit e6aa565
Author: The E <Mon Oct 26 20:31:24 2015 +0100>
Commit: The E <Mon Oct 26 20:31:24 2015 +0100>
Name change as suggested by m|m
code/globalincs/pstypes.h | 2 +-
code/globalincs/windebug.cpp | 2 +-
code/parse/sexp.cpp | 2 +-
code/windows_stub/stubs.cpp | 3 ++-
4 files changed, 5 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 788e28c
Author: The E <Mon Oct 26 19:47:51 2015 +0100>
Commit: The E <Mon Oct 26 19:47:51 2015 +0100>
Creates a new variant of Warning that is not #ifdefed out on release to make the debug sexp work as its description implies
code/globalincs/pstypes.h | 1 +
code/globalincs/windebug.cpp | 118 +++++++++++++++++++++++++++++++++++++++++++
code/parse/sexp.cpp | 2 +-
code/windows_stub/stubs.cpp | 40 +++++++++++++++
4 files changed, 160 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 4fc2d9c
Author: niffiwan <Mon Oct 26 13:49:21 2015 +1000>
Commit: niffiwan <Mon Oct 26 13:49:21 2015 +1000>
Fix memory leaks in mission_campaign_load
code/mission/missioncampaign.cpp | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
-
Local SSMs work on October 16 76b6f95, but not on this build. Plz to fix, need to launch a campaign v soon!
-
https://github.com/scp-fs2open/fs2open.github.com/issues/396
Are you able to narrow down any further which revision caused the issue? Or otherwise provide a test case mission?
-
Negative, Ghost Rider, my pattern is full :(
-
But I might be able to get someone to whip one up for you, should be pretty simple. Just need a mission and a local SSM, it should break.
-
:banghead: Sorry! My bad. I think I messed up 88e7c83 (https://github.com/scp-fs2open/fs2open.github.com/commit/88e7c83a8ea5e6c9eb19141dfe7504a5493433c5). Somehow I removed the transition to the final lssm stage but I don't know why.
EDIT: Should be fixed again by PR 397 (https://github.com/scp-fs2open/fs2open.github.com/pull/397).