Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on January 19, 2014, 05:57:45 am

Title: Nightly (Windows): 19 Jan 2014 - Revision 10301
Post by: SirKnightly on January 19, 2014, 05:57:45 am
Here is the nightly for Windows on 19 Jan 2014 - Revision 10301

Group: NO-SSE
fso-WIN-NO-SSE-20140119_r10301.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20140119_r10301.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20140119_r10301.md5)

Group: Standard
fso-WIN-Standard-20140119_r10301.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20140119_r10301.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20140119_r10301.md5)

Group: SSE
fso-WIN-SSE-20140119_r10301.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20140119_r10301.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20140119_r10301.md5)

Code: [Select]
------------------------------------------------------------------------
r10299 | m_m | 2014-01-18 09:27:15 -0600 (Sat, 18 Jan 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp
   M /trunk/fs2_open/code/cmdline/cmdline.h
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/globalincs/profiling.cpp
   M /trunk/fs2_open/code/globalincs/pstypes.h

Add -profile_write_file options to write frame times to a file. See Wiki for more information.
------------------------------------------------------------------------
r10301 | niffiwan | 2014-01-19 04:21:29 -0600 (Sun, 19 Jan 2014) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/weapon/weapons.cpp

Coverity ID 1093440: Evaluation order violation in weapon_create()

Related to weapon substitution code
Also a gcc warning (sequence point)
------------------------------------------------------------------------