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, 08:45:18 am

Title: Nightly (Windows): 06 May 2015 - Revision 4d90765
Post by: SirKnightly on May 06, 2015, 08:45:18 am
Here is the nightly for Windows 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): 125

Group: Standard
fso_Standard_20150506_4d90765.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150506_4d90765.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150506_4d90765.md5)

Group: NO-SSE
fso_NO-SSE_20150506_4d90765.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150506_4d90765.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150506_4d90765.md5)

Group: SSE
fso_SSE_20150506_4d90765.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150506_4d90765.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_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 464a25b
Author: Echelon9 <Wed May 6 00:18:28 2015 +1000>
Commit: Echelon9 <Wed May 6 00:18:28 2015 +1000>

    Fix empty documentation/doxygen using .gitkeep and global .gitignore trick. Otherwise, Git does not index empty folders.
 .gitignore                     | 6 ++++++
 documentation/doxygen/.gitkeep | 0
 2 files changed, 6 insertions(+)

------------------------------------------------------------------------
commit 819f537
Author: Echelon9 <Tue May 5 23:59:39 2015 +1000>
Commit: Echelon9 <Tue May 5 23:59:39 2015 +1000>

    Revert "Fix empty documentation/doxygen using .gitignore trick. Otherwise, Git does not index empty folders."
 documentation/doxygen/.gitignore | 4 ----
 1 file changed, 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 b8ba7f1
Author: Echelon9 <Sun May 3 11:39:36 2015 +1000>
Commit: Echelon9 <Sun May 3 11:39:36 2015 +1000>

    Address obsolete Doxyfile sections, per Doxygen 1.8.9.1 automatic Doxyfile updater.
 fs2open.Doxyfile | 554 ++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 319 insertions(+), 235 deletions(-)

------------------------------------------------------------------------
commit 550998e
Author: Echelon9 <Sun May 3 11:23:19 2015 +1000>
Commit: Echelon9 <Sun May 3 11:23:19 2015 +1000>

    Fix empty documentation/doxygen using .gitignore trick. Otherwise, Git does not index empty folders.
 documentation/doxygen/.gitignore | 4 ++++
 1 file changed, 4 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(-)