Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on July 02, 2014, 05:53:24 am

Title: Nightly (Windows): 02 Jul 2014 - Revision 10868
Post by: SirKnightly on July 02, 2014, 05:53:24 am
Here is the nightly for Windows on 02 Jul 2014 - Revision 10868

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

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

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

Code: [Select]
------------------------------------------------------------------------
r10866 | Echelon9 | 2014-07-01 09:55:43 -0500 (Tue, 01 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_voice.cpp

Remove a tautological Assert(), which cannot be triggered due to the type
------------------------------------------------------------------------
r10867 | Echelon9 | 2014-07-01 09:57:25 -0500 (Tue, 01 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/object.h
   M /trunk/fs2_open/code/parse/lua.cpp

Fix Clang warnings about incorrect type given different pointer sizes for the architecture. Use the standard compliant ptrdiff_t
------------------------------------------------------------------------
r10868 | chief1983 | 2014-07-01 12:10:54 -0500 (Tue, 01 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/graphics/2d.cpp
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp

Fix Mantis #3070, courtesy of Yarn.
------------------------------------------------------------------------