Author Topic: Nightly: 18 February 2017 - Revision 82d8f5d  (Read 853 times)

0 Members and 2 Guests are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 18 February 2017 - Revision 82d8f5d
Here is the nightly for 18 February 2017 - Revision 82d8f5d



Group: Linux
nightly_20170218_82d8f5d-builds-Linux.tar.gz
SHA1: 324a77ef31df66551732cc1dd20b95db5072194f


Group: MacOSX
nightly_20170218_82d8f5d-builds-MacOSX.tar.gz
SHA1: ef32f579a4e638e25969d1e7f4a708d87e20e5b3


Group: Win32
nightly_20170218_82d8f5d-builds-Win32.zip
SHA1: 4ef96e0a8d1aa4057ddf346cef50bddfbf6d460b


Group: Win64
nightly_20170218_82d8f5d-builds-Win64.zip
SHA1: 492f072b902709eca3f1fe2e774e5aa2f60cbe2d


Code: [Select]
------------------------------------------------------------------------
commit 76db589
Author: asarium <Thu Feb 16 19:41:55 2017 +0100>
Commit: asarium <Thu Feb 16 19:41:55 2017 +0100>

    Always define __STDC_FORMAT_MACROS for GCC and Clang
 cmake/toolchain-clang.cmake | 3 +++
 cmake/toolchain-gcc.cmake   | 3 +++
 cmake/toolchain.cmake       | 2 +-
 3 files changed, 7 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit cd5e276
Author: Fabian Woltermann <Thu Feb 16 10:24:51 2017 +0100>
Commit: Fabian Woltermann <Thu Feb 16 10:24:51 2017 +0100>

    Changes the usage printout as per discussion
 code/cfilearchiver/cfilearchiver.cpp | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit d78a9fe
Author: Fabian Woltermann <Wed Feb 15 16:09:56 2017 +0100>
Commit: Fabian Woltermann <Wed Feb 15 16:13:00 2017 +0100>

    Removes unnecessary stuff from the commandline help for cfilearchiver
 code/cfilearchiver/cfilearchiver.cpp | 18 ------------------
 1 file changed, 18 deletions(-)

------------------------------------------------------------------------
commit 792cbf2
Author: Fabian Woltermann <Wed Feb 15 15:59:12 2017 +0100>
Commit: Fabian Woltermann <Wed Feb 15 16:12:59 2017 +0100>

    Fixes Configuration error for the CFileArchiver/Extractor projects
 code/cfilearchiver/CMakeLists.txt  | 2 +-
 code/cfileextractor/CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 6508f47
Author: asarium <Mon Feb 13 20:08:06 2017 +0100>
Commit: asarium <Tue Feb 14 10:37:55 2017 +0100>

    Fix briefing word wrapping when a script changes the font
 code/missionui/missioncmdbrief.cpp | 3 +++
 code/missionui/missiondebrief.cpp  | 3 +++
 code/missionui/redalert.cpp        | 3 +++
 3 files changed, 9 insertions(+)

------------------------------------------------------------------------
commit 6be290e
Author: Yarn366 <Mon Feb 13 00:00:27 2017 -0500>
Commit: Yarn366 <Mon Feb 13 00:00:27 2017 -0500>

    Change get_max_ammo_count_for_bank to return what the rest of the game considers to be the max missile count
 code/ship/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)