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 03, 2014, 10:30:31 am

Title: Nightly (Linux): 03 Nov 2014 - Revision 11169
Post by: SirKnightly on November 03, 2014, 10:30:31 am
Here is the nightly for Linux on 03 Nov 2014 - Revision 11169

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 124

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

Code: [Select]
------------------------------------------------------------------------
r11167 | MageKing17 | 2014-10-29 14:59:47 -0500 (Wed, 29 Oct 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/missionsave.cpp

Minor followup to r11150.

The regular parsing code not using the same broken logic as parse_comments() is not the same thing as it "ignoring" too high versions, and searching for repetitions of the same token would result in just finding the first one over and over again (the likelihood of this actually mattering to anyone is minuscule, but I needed something to test commit access, and this code has been tested).
------------------------------------------------------------------------
r11168 | m_m | 2014-11-01 06:51:23 -0500 (Sat, 01 Nov 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

With help from MageKing17: Fix for Mantis 3123: Virtual variables and indexers that return nil break the scripting system
------------------------------------------------------------------------
r11169 | niffiwan | 2014-11-02 00:59:44 -0500 (Sun, 02 Nov 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp

Redo Coverity 1215458 Uninitialized pointer field

Includes more robust checks of cmdline_parm data
------------------------------------------------------------------------