Author Topic: Nightly (Windows): 06 May 2015 - Revision 4d90765  (Read 762 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 06 May 2015 - Revision 4d90765
Here is the nightly for Windows on 06 May 2015 - Revision 4d90765

Open non-feature issues in Mantis: 125

Group: Standard
fso_Standard_20150506_4d90765.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20150506_4d90765.7z
MD5Sum

Group: SSE
fso_SSE_20150506_4d90765.7z
MD5Sum

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(-)