Author Topic: Nightly (OS X): 25 Jul 2014 - Revision 10943  (Read 626 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 25 Jul 2014 - Revision 10943
Here is the nightly for OS X on 25 Jul 2014 - Revision 10943

Open non-feature issues in Mantis: 130

Group: Standard
fso_Standard_20140725_r10943.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
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 ‘clipped’ set but not used [-Wunused-but-set-variable]
variable ‘swapped’ set but not used [-Wunused-but-set-variable]
the address of ‘Distortion_texture’ will always evaluate as ‘true’
[-Waddress]
declaration of ‘vertex’ shadows a global declaration [-Wshadow]
------------------------------------------------------------------------