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 27, 2014, 05:55:51 am
-
Here is the nightly for Windows on 27 Jul 2014 - Revision 10954
Group: Standard
fso_Standard_20140727_r10954.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20140727_r10954.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20140727_r10954.md5)
Group: NO-SSE
fso_NO-SSE_20140727_r10954.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20140727_r10954.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20140727_r10954.md5)
Group: SSE
fso_SSE_20140727_r10954.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20140727_r10954.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20140727_r10954.md5)
------------------------------------------------------------------------
r10947 | zookeeper | 2014-07-26 10:38:33 -0500 (Sat, 26 Jul 2014) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
Fixed bits missing from r10946.
------------------------------------------------------------------------
r10948 | niffiwan | 2014-07-26 21:03:20 -0500 (Sat, 26 Jul 2014) | 3 lines
Changed paths:
M /trunk/fs2_open/code/parse/parselo.cpp
Fix Coverity ID 1228858 Missing varargs init or cleanup
In required_string_one_of(int arg_count, ...)
------------------------------------------------------------------------
r10949 | niffiwan | 2014-07-26 21:03:26 -0500 (Sat, 26 Jul 2014) | 3 lines
Changed paths:
M /trunk/fs2_open/code/ship/ship.cpp
Fix Coverity 1228854 Copy-paste error
Check pof_file_hud for "$POF target file:" not pof_file ("$POF file:")
------------------------------------------------------------------------
r10950 | niffiwan | 2014-07-26 21:50:16 -0500 (Sat, 26 Jul 2014) | 3 lines
Changed paths:
M /trunk/fs2_open/code/globalincs/alphacolors.cpp
Fix gcc warnings in globalincs/alphacolors.cpp
warning: declaration of i shadows a previous local [-Wshadow]
------------------------------------------------------------------------
r10951 | z64555 | 2014-07-26 21:58:49 -0500 (Sat, 26 Jul 2014) | 1 line
Changed paths:
M /trunk/fs2_open/code/ship/ship.cpp
From MageKing17: Followup to r10914. Makes the name check ignore case.
------------------------------------------------------------------------
r10952 | niffiwan | 2014-07-26 23:36:02 -0500 (Sat, 26 Jul 2014) | 4 lines
Changed paths:
M /trunk/fs2_open/code/io/keycontrol.cpp
Fix gcc warning in io/keycontrol.cpp
suggest parentheses around + in operand of & [-Wparentheses]
This code previously worked only by fluke!
------------------------------------------------------------------------
r10953 | niffiwan | 2014-07-26 23:36:07 -0500 (Sat, 26 Jul 2014) | 5 lines
Changed paths:
M /trunk/fs2_open/code/globalincs/alphacolors.cpp
From MageKing17: tweak team colors
While we're looking at the Team Color code, let's have a warning if
someone tries to name a team 'none', and avoid pushing duplicate teams
to the Team_Names vector.
------------------------------------------------------------------------
r10954 | niffiwan | 2014-07-27 03:46:41 -0500 (Sun, 27 Jul 2014) | 5 lines
Changed paths:
M /trunk/fs2_open/code/hud/hud.cpp
Fix gcc warnings in hud/hud.cpp
declaration of render shadows a member of 'this'
declaration of font shadows a global declaration [-Wshadow]
variable flags set but not used [-Wunused-but-set-variable]
------------------------------------------------------------------------