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 22, 2014, 03:12:52 pm

Title: Nightly (FreeBSD): 22 May 2014 - Revision 10712
Post by: SirKnightly on May 22, 2014, 03:12:52 pm
Here is the nightly for FreeBSD on 22 May 2014 - Revision 10712

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

Code: [Select]
------------------------------------------------------------------------
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
------------------------------------------------------------------------
r10710 | The_E | 2014-05-20 13:20:51 -0500 (Tue, 20 May 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp

Amendment to 10706: INT, FLOAT and STRING are already defined symbols on Windows, I've changed them to AT_INT etc so that compilation can happen.

------------------------------------------------------------------------
r10712 | z64555 | 2014-05-22 13:51:26 -0500 (Thu, 22 May 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/debugconsole/console.cpp
   M /trunk/fs2_open/code/debugconsole/console.h
   M /trunk/fs2_open/code/debugconsole/consolecmds.cpp

Fixes 3039: C++ STL was having data race issues with instantiating the debug_commands and the vector that was supposed to reference them. Seems like :v: ran into this issue a few times before...
------------------------------------------------------------------------