Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on November 23, 2009, 03:08:43 am

Title: Nightly (Linux): 23 Nov 2009 - Revision 5679
Post by: SirKnightly on November 23, 2009, 03:08:43 am
Here is the nightly for Linux on 23 Nov 2009 - Revision 5679

fso-LINUX-20091123_r5679.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso-LINUX-20091123_r5679.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso-LINUX-20091123_r5679.md5)

Code: [Select]
------------------------------------------------------------------------
r5672 | Goober5000 | 2009-11-22 05:55:40 -0600 (Sun, 22 Nov 2009) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/sexp_tree.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp

fix Mantis #2043 - variable-array-set needed extra sexp_tree management
also, improve type safety for checking for sexp operators (compare the constants rather than using stricmp on the names)
------------------------------------------------------------------------
r5673 | portej05 | 2009-11-22 09:05:33 -0600 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cfile/cfilesystem.cpp

Remove name concatenation issue from cfilesystem (hopefully mantis 2042 solved, but that callstack changes depending on whether dbg_filter.cfg is there)
------------------------------------------------------------------------
r5674 | Goober5000 | 2009-11-22 21:23:11 -0600 (Sun, 22 Nov 2009) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/shipspecialdamage.cpp
   M /trunk/fs2_open/code/missionui/missioncmdbrief.cpp

spacing
fix build warning
------------------------------------------------------------------------
r5675 | Goober5000 | 2009-11-22 21:24:10 -0600 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/awacs.cpp

more warning fixage
------------------------------------------------------------------------
r5676 | Goober5000 | 2009-11-22 21:41:40 -0600 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp

warning fixage
------------------------------------------------------------------------
r5677 | portej05 | 2009-11-22 22:45:51 -0600 (Sun, 22 Nov 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp

Fix for Mantis 2042
------------------------------------------------------------------------
r5678 | karajorma | 2009-11-22 22:57:42 -0600 (Sun, 22 Nov 2009) | 1 line
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

Add the ability to specify ships or wings to the num-ships-in-battle SEXP (In collaboration with FUBAR).
------------------------------------------------------------------------
r5679 | portej05 | 2009-11-23 00:11:24 -0600 (Mon, 23 Nov 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.h

Strip missed CVS comment
------------------------------------------------------------------------