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 06, 2015, 10:36:55 am

Title: Nightly (Linux): 06 May 2015 - Revision 4d90765
Post by: SirKnightly on May 06, 2015, 10:36:55 am
Here is the nightly for Linux on 06 May 2015 - Revision 4d90765

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

Code: [Select]
------------------------------------------------------------------------
commit 5f43e78
Author: MageKing17 <Tue May 5 12:54:07 2015 -0700>
Commit: MageKing17 <Tue May 5 12:54:07 2015 -0700>

    Fix Mantis 3140.
 code/hud/hudlock.cpp | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 0bb972b
Author: Lari Nieminen <Tue May 5 00:38:24 2015 +0300>
Commit: Lari Nieminen <Tue May 5 00:38:24 2015 +0300>

    Made it possible to name control presets, and made controls config display the current preset's name if there are multiple to choose from.
 code/controlconfig/controlsconfig.cpp       | 39 +++++++++++++++++++++++++++++
 code/controlconfig/controlsconfig.h         |  1 +
 code/controlconfig/controlsconfigcommon.cpp |  9 +++++++
 3 files changed, 49 insertions(+)

------------------------------------------------------------------------
commit 0a6ab7d
Author: MageKing17 <Fri May 1 16:23:29 2015 -0700>
Commit: MageKing17 <Fri May 1 16:23:29 2015 -0700>

    Fix persona selection in FRED's ship editor.
 code/fred2/shipeditordlg.cpp | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)