Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 08, 2014, 11:04:33 am

Title: Nightly (OS X): 08 Oct 2014 - Revision 11112
Post by: SirKnightly on October 08, 2014, 11:04:33 am
Here is the nightly for OS X on 08 Oct 2014 - Revision 11112

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 123

Group: Standard
fso_Standard_20141008_r11112.tgz (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20141008_r11112.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20141008_r11112.md5)

Code: [Select]
------------------------------------------------------------------------
r11105 | zookeeper | 2014-10-06 16:44:23 -0500 (Mon, 06 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengldraw.cpp
   M /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp
   M /trunk/fs2_open/code/graphics/gropengltnl.cpp

Reverted r10944 and r10945 for now, with the exception of the GL_TRIANGLE_STRIP->GL_QUADS fix.
------------------------------------------------------------------------
r11106 | Goober5000 | 2014-10-06 21:23:25 -0500 (Mon, 06 Oct 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/fred2/sexp_tree.h
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

allow sexps which reference sounds to use either the table index or the entry name as the reference
(based on a patch by m!m, see http://www.hard-light.net/forums/index.php?topic=86293.0)
------------------------------------------------------------------------
r11107 | Goober5000 | 2014-10-06 21:30:12 -0500 (Mon, 06 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp

I forget who requested this, but this change now causes FRED to allow numeric sexps to be used for OPF_WEAPON_BANK_NUMBER
------------------------------------------------------------------------
r11108 | Goober5000 | 2014-10-06 21:32:35 -0500 (Mon, 06 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Parias's patch for Mantis #3102 (make show-subtitle-text positioning consistent on MP clients)
------------------------------------------------------------------------
r11109 | Goober5000 | 2014-10-06 22:38:49 -0500 (Mon, 06 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aiturret.cpp
   M /trunk/fs2_open/code/hud/hudtargetbox.cpp

make flag checking more efficient and prevent an Int3() on bad data
------------------------------------------------------------------------
r11110 | Goober5000 | 2014-10-07 21:16:09 -0500 (Tue, 07 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

related to Mantis #3121, add parentheses if the string passed to runSEXP doesn't have them
------------------------------------------------------------------------
r11111 | Goober5000 | 2014-10-07 21:20:11 -0500 (Tue, 07 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

remove unused debug function
------------------------------------------------------------------------
r11112 | chief1983 | 2014-10-08 10:58:49 -0500 (Wed, 08 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Wrong variable type, may work in MSVC but not on clang or gcc.
------------------------------------------------------------------------