Hard Light Productions Forums
		Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 22, 2015, 05:34:54 am
		
			
			- 
				Here is the nightly for Windows on 22 Dec 2015 - Revision 7e9a798
Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 123
Group: Standard
fso_Standard_20151222_7e9a798.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20151222_7e9a798.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20151222_7e9a798.md5)
Group: SSE
fso_SSE_20151222_7e9a798.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20151222_7e9a798.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20151222_7e9a798.md5)
Group: NO-SSE
fso_NO-SSE_20151222_7e9a798.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20151222_7e9a798.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20151222_7e9a798.md5)
Group: AVX
fso_AVX_20151222_7e9a798.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20151222_7e9a798.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20151222_7e9a798.md5)
------------------------------------------------------------------------
commit 542dc68
Author: Goober5000 <Mon Dec 21 00:56:51 2015 -0500>
Commit: Goober5000 <Mon Dec 21 00:56:51 2015 -0500>
    add to Ship_flag_names array
 code/ship/ship.cpp | 1 +
 code/ship/ship.h   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit b1ac087
Author: Goober5000 <Sun Dec 20 23:12:59 2015 -0500>
Commit: Goober5000 <Sun Dec 20 23:12:59 2015 -0500>
    add no-disabled-self-destruct ship flag
 code/ai/aicode.cpp            |  12 ++-
 code/fred2/fred.rc            | 190 +++++++++++++++++++++---------------------
 code/fred2/missionsave.cpp    |   2 +
 code/fred2/resource.h         |   1 +
 code/fred2/shipflagsdlg.cpp   |  66 +++++++++++----
 code/fred2/shipflagsdlg.h     |   4 +-
 code/mission/missionparse.cpp |   4 +
 code/mission/missionparse.h   |   3 +-
 code/ship/ship.h              |   1 +
 9 files changed, 163 insertions(+), 120 deletions(-)