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 26, 2015, 02:22:34 pm
-
Here is the nightly for Windows on 26 Oct 2015 - Revision 68d2e5f
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_20151026_68d2e5f.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20151026_68d2e5f.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20151026_68d2e5f.md5)
Group: NO-SSE
fso_NO-SSE_20151026_68d2e5f.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20151026_68d2e5f.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20151026_68d2e5f.md5)
Group: Standard
fso_Standard_20151026_68d2e5f.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20151026_68d2e5f.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20151026_68d2e5f.md5)
Group: AVX
fso_AVX_20151026_68d2e5f.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20151026_68d2e5f.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20151026_68d2e5f.md5)
------------------------------------------------------------------------
commit 3c48618
Author: Goober5000 <Sun Oct 25 16:33:28 2015 -0400>
Commit: Goober5000 <Sun Oct 25 16:33:28 2015 -0400>
tweak the FRED and wxFRED dialog text to match the action
code/fred2/fred.rc | 2 +-
code/wxfred2/base/wxfred_base.cpp | 4 ++--
code/wxfred2/base/wxfred_base.h | 2 +-
code/wxfred2/base/wxfred_base.xrc | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit eaa09dd
Author: Goober5000 <Sat Oct 24 15:42:06 2015 -0400>
Commit: Goober5000 <Sat Oct 24 15:42:06 2015 -0400>
small optimization of shadow checks
code/freespace2/freespace.cpp | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit 409ba38
Author: niffiwan <Sat Oct 24 15:04:13 2015 +1000>
Commit: niffiwan <Sat Oct 24 15:04:13 2015 +1000>
Fix memory leaks in generic_anim_stream
code/graphics/generic.cpp | 8 ++++++--
code/mission/missionmessage.cpp | 7 ++++---
2 files changed, 10 insertions(+), 5 deletions(-)