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 20, 2015, 04:14:33 am

Title: Nightly (Linux): 20 Nov 2015 - Revision ce7c7eb
Post by: SirKnightly on November 20, 2015, 04:14:33 am
Here is the nightly for Linux on 20 Nov 2015 - Revision ce7c7eb

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_20151120_ce7c7eb.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20151120_ce7c7eb.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20151120_ce7c7eb.md5)

Code: [Select]
------------------------------------------------------------------------
commit 6dd3158
Author: MageKing17 <Thu Nov 19 20:27:32 2015 -0800>
Commit: MageKing17 <Thu Nov 19 20:27:32 2015 -0800>

    Make l_Wing functions handle invalid handles.
 code/parse/lua.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 004fdae
Author: MageKing17 <Thu Nov 19 20:20:47 2015 -0800>
Commit: MageKing17 <Thu Nov 19 20:20:47 2015 -0800>

    Clean up a couple minor issues in lua.cpp
 code/parse/lua.cpp | 48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

------------------------------------------------------------------------
commit 8fcb1ee
Author: MageKing17 <Thu Nov 19 20:18:31 2015 -0800>
Commit: MageKing17 <Thu Nov 19 20:18:31 2015 -0800>

    Add isValid() function to l_Wing objects.
 code/parse/lua.cpp | 12 ++++++++++++
 1 file changed, 12 insertions(+)

------------------------------------------------------------------------
commit 9630d80
Author: MageKing17 <Thu Nov 19 20:16:37 2015 -0800>
Commit: MageKing17 <Thu Nov 19 20:16:37 2015 -0800>

    Change wing_name_lookup() to wing_lookup() in l_Mission_Wings indexer.
 code/parse/lua.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 206fbab
Author: asarium <Fri Nov 6 17:36:37 2015 +0100>
Commit: asarium <Thu Nov 19 22:38:19 2015 +0100>

    Use -march=native for linux builds
 configure.ac | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 5394b49
Author: MageKing17 <Thu Nov 19 12:37:45 2015 -0800>
Commit: MageKing17 <Thu Nov 19 12:37:45 2015 -0800>

    Change warning from too many ship/weapon classes to an error.
 code/ship/ship.cpp      | 12 +-----------
 code/weapon/weapons.cpp | 10 +---------
 2 files changed, 2 insertions(+), 20 deletions(-)

------------------------------------------------------------------------
commit 69f9d9f
Author: Yarn366 <Thu Nov 19 15:35:31 2015 -0500>
Commit: Yarn366 <Thu Nov 19 15:35:31 2015 -0500>

    Make the target bracket gauge account for the sizes of the font and the attacker blip
 code/hud/hudbrackets.cpp | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)