Author Topic: Nightly (FreeBSD): 28 Jul 2014 - Revision 10958  (Read 636 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 28 Jul 2014 - Revision 10958
Here is the nightly for FreeBSD on 28 Jul 2014 - Revision 10958

Group: Standard
fso_Standard_20140728_r10958.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r10929 | niffiwan | 2014-07-21 04:59:48 -0500 (Mon, 21 Jul 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hud.cpp

Fix gcc warning in hud/hud.cpp

the address of ?\226?\128?\152Hud_text_flash?\226?\128?\153 will always evaluate as ?\226?\128?\152true?\226?\128?\153 [-Waddress]
------------------------------------------------------------------------
r10930 | Goober5000 | 2014-07-21 20:26:16 -0500 (Mon, 21 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Mantis #2999 - add docking log entries for support ships
------------------------------------------------------------------------
r10931 | Goober5000 | 2014-07-21 20:33:28 -0500 (Mon, 21 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

MageKing17's tweaks, with a couple of my own
------------------------------------------------------------------------
r10932 | Goober5000 | 2014-07-23 00:02:37 -0500 (Wed, 23 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/localization/localize.cpp
   M /trunk/fs2_open/code/localization/localize.h
   M /trunk/fs2_open/code/parse/parselo.cpp

another localization patch by Yarn: disable character remapping when the game is running in Polish
------------------------------------------------------------------------
r10933 | niffiwan | 2014-07-23 05:58:20 -0500 (Wed, 23 Jul 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/controlconfig/controlsconfigcommon.cpp
   M /trunk/fs2_open/code/io/joy.h

Fix mantis 2651: from ZekeSulastin

Add support for up to 98 joystick buttons
------------------------------------------------------------------------
r10935 | niffiwan | 2014-07-24 05:25:10 -0500 (Thu, 24 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ui/slider2.cpp

Fix gcc warning: ordered comparison of pointer with integer zero
------------------------------------------------------------------------
r10937 | Goober5000 | 2014-07-24 22:07:47 -0500 (Thu, 24 Jul 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/controlconfig/controlsconfigcommon.cpp
   M /trunk/fs2_open/code/io/joy.h

for Mantis #2651: revert r10933, per forum discussion:
http://www.hard-light.net/forums/index.php?topic=88047.0
------------------------------------------------------------------------
r10938 | Goober5000 | 2014-07-24 22:09:04 -0500 (Thu, 24 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

for Mantis #2064: remove ship template feature which never worked without crashing
------------------------------------------------------------------------
r10939 | Goober5000 | 2014-07-24 22:58:57 -0500 (Thu, 24 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/menuui/snazzyui.cpp
   M /trunk/fs2_open/code/menuui/snazzyui.h
   M /trunk/fs2_open/code/parse/lua.cpp
   M /trunk/fs2_open/code/parse/lua.h
   M /trunk/fs2_open/code/parse/scripting.cpp
   M /trunk/fs2_open/code/parse/scripting.h

some const-correctness in preparation for the Mantis #3071 patch
------------------------------------------------------------------------
r10940 | Goober5000 | 2014-07-24 22:59:19 -0500 (Thu, 24 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/debugconsole/consoleparse.cpp

use static casts to make our intentions clear and prevent compiler warnings
------------------------------------------------------------------------
r10941 | Goober5000 | 2014-07-24 23:06:33 -0500 (Thu, 24 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp
   M /trunk/fs2_open/code/menuui/mainhallmenu.h

a tweaked version of ngld's patch for additional main hall capabilities (see Mantis #3071)
------------------------------------------------------------------------
r10943 | niffiwan | 2014-07-25 05:10:30 -0500 (Fri, 25 Jul 2014) | 7 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengldraw.cpp

Fix several gcc warnings in code/graphics/gropengldraw.cpp

variable ?\226?\128?\152clipped?\226?\128?\153 set but not used [-Wunused-but-set-variable]
variable ?\226?\128?\152swapped?\226?\128?\153 set but not used [-Wunused-but-set-variable]
the address of ?\226?\128?\152Distortion_texture?\226?\128?\153 will always evaluate as ?\226?\128?\152true?\226?\128?\153
[-Waddress]
declaration of ?\226?\128?\152vertex?\226?\128?\153 shadows a global declaration [-Wshadow]
------------------------------------------------------------------------
r10944 | zookeeper | 2014-07-25 14:21:31 -0500 (Fri, 25 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengldraw.cpp
   M /trunk/fs2_open/code/graphics/gropengltnl.cpp

Fixed RTT bugs: 1) inverted geometry, 2) the output being mirrored both ways and a quarter of the output missing if post-processing is off.
------------------------------------------------------------------------
r10945 | zookeeper | 2014-07-25 18:56:09 -0500 (Fri, 25 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp
   M /trunk/fs2_open/code/graphics/gropengltnl.cpp

Fixed inverted normals in RTT if post-processing is on.
------------------------------------------------------------------------
r10946 | zookeeper | 2014-07-26 04:39:41 -0500 (Sat, 26 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Turned the required SEXP variable arguments for add-background-bitmap and add-sun-bitmap into optional arguments.
------------------------------------------------------------------------
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 ?\226?\128?\152i?\226?\128?\153 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 ?\226?\128?\152+?\226?\128?\153 in operand of ?\226?\128?\152&?\226?\128?\153 [-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 ?\226?\128?\152render?\226?\128?\153 shadows a member of 'this'
declaration of ?\226?\128?\152font?\226?\128?\153 shadows a global declaration [-Wshadow]
variable ?\226?\128?\152flags?\226?\128?\153 set but not used [-Wunused-but-set-variable]
------------------------------------------------------------------------
r10955 | niffiwan | 2014-07-27 05:15:06 -0500 (Sun, 27 Jul 2014) | 6 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hudtarget.cpp

Fix gcc warnings in hud/hudtarget.cpp

declaration of ?\226?\128?\152gauge_object?\226?\128?\153 shadows a member of 'this'
declaration of ?\226?\128?\152esct?\226?\128?\153 shadows a global declaration [-Wshadow]
variable ?\226?\128?\152srange?\226?\128?\153 set but not used [-Wunused-but-set-variable]
variable ?\226?\128?\152ship_is_ballistic?\226?\128?\153 set but not used
------------------------------------------------------------------------
r10956 | niffiwan | 2014-07-27 05:59:20 -0500 (Sun, 27 Jul 2014) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/weapon/beam.cpp

Fix Coverity 1093822 Uninitialized scalar variable

Set sensible looking defaults for the elems added to the beam_collision
struct since retail
------------------------------------------------------------------------
r10957 | niffiwan | 2014-07-27 06:08:27 -0500 (Sun, 27 Jul 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fix Coverity ID 1093805 Uninitialized scalar variable

1st use of fbfire_info.bfi_flags so assign instead of |=
------------------------------------------------------------------------
r10958 | niffiwan | 2014-07-27 06:10:56 -0500 (Sun, 27 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Doh! Assign, not equality!
------------------------------------------------------------------------