Author Topic: Nightly (Windows): 27 Jul 2014 - Revision 10954  (Read 841 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 27 Jul 2014 - Revision 10954
Here is the nightly for Windows on 27 Jul 2014 - Revision 10954

Group: Standard
fso_Standard_20140727_r10954.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20140727_r10954.7z
MD5Sum

Group: SSE
fso_SSE_20140727_r10954.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
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]
------------------------------------------------------------------------