Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on January 10, 2011, 01:30:57 pm
-
Here is the nightly for OS X on 10 Jan 2011 - Revision 6936
Group: Inferno
fso-OSX-Inferno-20110110_r6936.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20110110_r6936.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20110110_r6936.md5)
------------------------------------------------------------------------
r6930 | FUBAR-BDHR | 2011-01-07 16:01:36 -0600 (Fri, 07 Jan 2011) | 1 line
Changed paths:
M /trunk/fs2_open/code/ship/shiphit.cpp
Fix for Mantis 2368. Subsystems with vanish flag still play sound from player ship
------------------------------------------------------------------------
r6932 | FUBAR-BDHR | 2011-01-09 16:35:02 -0600 (Sun, 09 Jan 2011) | 1 line
Changed paths:
M /trunk/fs2_open/code/weapon/weapon.h
M /trunk/fs2_open/code/weapon/weapons.cpp
Add the ability to define detail distances for weapons.
------------------------------------------------------------------------
r6933 | Goober5000 | 2011-01-10 05:29:24 -0600 (Mon, 10 Jan 2011) | 5 lines
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
M /trunk/fs2_open/code/parse/sexp.h
Added the following sexps:
pow (power function)
xor (logical operator)
set-bit, unset-bit, is-bit-set (for working with individual bits in integers)
bitwise-and, bitwise-or, bitwise-not, bitwise-xor
------------------------------------------------------------------------
r6934 | Goober5000 | 2011-01-10 05:55:15 -0600 (Mon, 10 Jan 2011) | 3 lines
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
M /trunk/fs2_open/code/parse/sexp.h
remove for-each-of
add a note regarding string-to-int to for-counter
supernova-start takes a positive argument
------------------------------------------------------------------------
r6936 | The_E | 2011-01-10 10:10:54 -0600 (Mon, 10 Jan 2011) | 2 lines
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
There is no function with the signature "double pow(int, int)" in math.h
------------------------------------------------------------------------