Author Topic: Nightly (Linux): 05 May 2015 - Revision e3ca0ec  (Read 673 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Linux): 05 May 2015 - Revision e3ca0ec
Here is the nightly for Linux on 05 May 2015 - Revision e3ca0ec

Open non-feature issues in Mantis: 126

Group: Standard
fso_Standard_20150505_e3ca0ec.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
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 6b080df
Author: Cliff Gordon <Mon May 4 17:31:45 2015 -0500>
Commit: Cliff Gordon (chief1983) <Mon May 4 20:33:02 2015 -0500>

    Fix for Mantis #3158 (take 2): change the size of the token used for released but active streams to fit into an int without narrowing.

 code/network/multi_voice.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit cd399f9
Author: Cliff Gordon <Mon May 4 14:42:41 2015 -0500>
Commit: Cliff Gordon <Mon May 4 14:42:41 2015 -0500>

    Fix for a 'HAVE_CXX11 already defined' warning on almost every compiled object on FreeBSD.

 code/globalincs/pstypes.h | 32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)

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