Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on May 19, 2014, 10:45:12 am

Title: Nightly (Linux): 19 May 2014 - Revision 10706
Post by: SirKnightly on May 19, 2014, 10:45:12 am
Here is the nightly for Linux on 19 May 2014 - Revision 10706

Group: Standard
fso_Standard_20140519_r10706.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20140519_r10706.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20140519_r10706.md5)

Code: [Select]
------------------------------------------------------------------------
r10689 | niffiwan | 2014-05-13 05:41:23 -0500 (Tue, 13 May 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/menuui/barracks.cpp

Fix assertion when entering barracks in debug

Assert that there's one more line free, not number-of-ships lines
------------------------------------------------------------------------
r10695 | chief1983 | 2014-05-15 12:26:07 -0500 (Thu, 15 May 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/configure.ac

Add some lib locations for Solaris for software installed from OpenCSW.
------------------------------------------------------------------------
r10701 | The_E | 2014-05-17 09:48:04 -0500 (Sat, 17 May 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Checking a ship_info flag against a ship flag isn't going to work

------------------------------------------------------------------------
r10702 | The_E | 2014-05-17 11:24:23 -0500 (Sat, 17 May 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

See 10701, same issue here

------------------------------------------------------------------------
r10704 | The_E | 2014-05-17 16:15:50 -0500 (Sat, 17 May 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

More ship flag/ship info flag confusion cleared up

------------------------------------------------------------------------
r10705 | m_m | 2014-05-18 02:03:14 -0500 (Sun, 18 May 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

Add support for countermeasures that will pull aspect seekers away from their previous targets.
------------------------------------------------------------------------
r10706 | niffiwan | 2014-05-19 05:31:17 -0500 (Mon, 19 May 2014) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp

Fix mantis 3026

Update Linux --help option to show all cmdline options
Added data/checks for expected args to cmdline options
Add extra const-ness per m!m review
------------------------------------------------------------------------