Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 18, 2015, 05:09:29 am

Title: Nightly (Windows): 18 Aug 2015 - Revision 5780833
Post by: SirKnightly on August 18, 2015, 05:09:29 am
Here is the nightly for Windows on 18 Aug 2015 - Revision 5780833

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 126

Group: Standard
fso_Standard_20150818_5780833.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150818_5780833.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150818_5780833.md5)

Group: NO-SSE
fso_NO-SSE_20150818_5780833.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150818_5780833.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150818_5780833.md5)

Group: AVX
fso_AVX_20150818_5780833.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150818_5780833.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150818_5780833.md5)

Group: SSE
fso_SSE_20150818_5780833.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150818_5780833.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150818_5780833.md5)

Code: [Select]
------------------------------------------------------------------------
commit 1bf6f82
Author: Goober5000 <Tue Aug 18 00:35:51 2015 -0400>
Commit: Goober5000 <Tue Aug 18 00:35:51 2015 -0400>

    * remove an incorrect comment (the *= multiplies the variable by the entire RHS; it doesn't multiply and then add)
 code/ai/aicode.cpp | 5 -----
 1 file changed, 5 deletions(-)