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 23, 2011, 09:56:56 am

Title: Nightly (Windows): 23 Jul 2011 - Revision 7380
Post by: SirKnightly on July 23, 2011, 09:56:56 am
Here is the nightly for Windows on 23 Jul 2011 - Revision 7380

Group: Inferno
fso-WIN-Inferno-20110723_r7380.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20110723_r7380.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20110723_r7380.md5)

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20110723_r7380.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20110723_r7380.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20110723_r7380.md5)

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20110723_r7380.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20110723_r7380.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20110723_r7380.md5)

Code: [Select]
------------------------------------------------------------------------
r7374 | Zacam | 2011-07-22 13:32:22 -0500 (Fri, 22 Jul 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/math/fvi.cpp

If we declare inv2A as a float up top, we no longer need to brace out any instances which resolves cross initialization as well as still allowing MSVC6 to remain operational (per 7372). Minor formating cleanup as well.
Thanks to Goober and Plombo for feedback.
------------------------------------------------------------------------
r7375 | The_E | 2011-07-22 15:54:46 -0500 (Fri, 22 Jul 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/globalincs/def_files.cpp

Another change to make compilers happy. This time, it's ATi's turn.

------------------------------------------------------------------------
r7376 | Zacam | 2011-07-22 21:07:19 -0500 (Fri, 22 Jul 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/math/vecmat.cpp

Resolves SSE detection issues on #including <xmmintrin.h> for GCC/G++ and MSVC6.
GCC/G++ users (Apple, Linux) should look to adding intrinsics to their compile options. (-msse)
------------------------------------------------------------------------
r7378 | Echelon9 | 2011-07-22 23:38:16 -0500 (Fri, 22 Jul 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/anim/packunpack.cpp

Documentation: Resolve a Doxygen warning on the unpack_frame() and unpack_frame_from_file() functions
------------------------------------------------------------------------
r7379 | The_E | 2011-07-23 05:14:36 -0500 (Sat, 23 Jul 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/globalincs/def_files.cpp
   M /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp

Update to FXAA 3.11

------------------------------------------------------------------------