Author Topic: Nightly (Linux): 11 Jan 2011 - Revision 6938  (Read 994 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Linux): 11 Jan 2011 - Revision 6938
Here is the nightly for Linux on 11 Jan 2011 - Revision 6938

Group: Inferno
fso-LINUX-Inferno-20110111_r6938.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r6927 | chief1983 | 2011-01-05 23:07:51 -0600 (Wed, 05 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/trails.cpp

Fix for #2365: Assert to Assertion so we can tell the user a little more about the crash.
------------------------------------------------------------------------
r6928 | Goober5000 | 2011-01-07 03:11:02 -0600 (Fri, 07 Jan 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

added two awesome sexps, for-each-of and for-counter
as part of the sexp infrastructure, add test_argument_vector_for_condition so that argument sources are not limited to sexp nodes
------------------------------------------------------------------------
r6929 | Goober5000 | 2011-01-07 04:16:10 -0600 (Fri, 07 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/starfield/starfield.cpp

the repeated messages get really annoying, so log them and display one message
------------------------------------------------------------------------
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

------------------------------------------------------------------------
r6937 | Goober5000 | 2011-01-10 19:03:48 -0600 (Mon, 10 Jan 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

stupid brain fart
fix Mantis #2375
------------------------------------------------------------------------
r6938 | Swifty | 2011-01-11 01:58:03 -0600 (Tue, 11 Jan 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hud.cpp

Eliminated pesky bug involving some gauges not being properly updated with necessary HUD config data. Took a while to figure out.
------------------------------------------------------------------------