Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 25, 2013, 10:20:07 am

Title: Nightly (Windows): 25 Oct 2013 - Revision 9979
Post by: SirKnightly on October 25, 2013, 10:20:07 am
Here is the nightly for Windows on 25 Oct 2013 - Revision 9979

Group: SSE2
fso-WIN-SSE2-20131025_r9979.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE2-20131025_r9979.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE2-20131025_r9979.md5)

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

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

Code: [Select]
------------------------------------------------------------------------
r9976 | The_E | 2013-10-24 14:36:11 -0500 (Thu, 24 Oct 2013) | 5 lines
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2013/Fred2.vcxproj

Makes the following changes to the FRED project for MSVC2013:
-Set WINVER and _WIN32_WINNT to 0x501

In combination with this download: http://go.microsoft.com/?linkid=9832071 this will enable FRED building on that compiler.

------------------------------------------------------------------------
r9977 | niffiwan | 2013-10-25 04:44:41 -0500 (Fri, 25 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

Coverity 1093500: Missing break in switch
------------------------------------------------------------------------
r9978 | niffiwan | 2013-10-25 05:03:13 -0500 (Fri, 25 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

Coverity 1093664: Out-of-bounds write
------------------------------------------------------------------------
r9979 | niffiwan | 2013-10-25 05:05:55 -0500 (Fri, 25 Oct 2013) | 10 lines
Changed paths:
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/model/modelanim.cpp
   M /trunk/fs2_open/code/model/modelcollide.cpp
   M /trunk/fs2_open/code/model/modelinterp.cpp
   M /trunk/fs2_open/code/model/modeloctant.cpp
   M /trunk/fs2_open/code/model/modelread.cpp

Coverity fixes from Flaming_Sword

Uninitialized scalar field 1093859 1093917 1093810
Out-of-bounds read/access 1093669 1093670
Logically dead code 1093413 1093396 1093407 1093408 1093409 1093410 1093423 1093427 1093390
Allocation size mismatch 1093729 1093728
Unused pointer value 1093921 1093922
Wrong sizeof argument 1093732 1093731
Operands don't affect result 1093365
Dereference after null check/return value 1093475 1093455 1093627
------------------------------------------------------------------------