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 25, 2014, 09:30:28 am
-
Here is the nightly for OS X on 25 Jul 2014 - Revision 10943
Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 130
Group: Standard
fso_Standard_20140725_r10943.tgz (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20140725_r10943.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20140725_r10943.md5)
------------------------------------------------------------------------
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]
------------------------------------------------------------------------