Author Topic: Nightly: 14 August 2016 - Revision 6f7039e  (Read 726 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 14 August 2016 - Revision 6f7039e
Here is the nightly for 14 August 2016 - Revision 6f7039e


Group: Linux
nightly_20160814_6f7039e-builds-Linux.tar.gz
SHA1: ca2feb6300793df512b94bba124dd5ab6da36e35


Group: MacOSX
nightly_20160814_6f7039e-builds-MacOSX.tar.gz
SHA1: 2f278cac7fac6d62de326c64b8f240d282016aee


Group: Win32
nightly_20160814_6f7039e-builds-Win32.zip
SHA1: 8bc371360234cbe6dab534382df19c076edb1be4


Code: [Select]
------------------------------------------------------------------------
commit 69a88cf
Author: Echelon9 <Sat Aug 13 17:44:03 2016 -0400>
Commit: Echelon9 <Sat Aug 13 17:44:03 2016 -0400>

    Improve legacy mode warning console message
 code/osapi/osapi.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit a4d70c7
Author: asarium <Sat Aug 13 23:14:47 2016 +0200>
Commit: asarium <Sat Aug 13 23:14:47 2016 +0200>

    Fix wrong joystick event assignment
 code/io/joy-sdl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit d7e6e5e
Author: Fabian Woltermann <Sat Aug 13 18:26:17 2016 +0200>
Commit: Fabian Woltermann <Sat Aug 13 18:26:17 2016 +0200>

    Fixes an issue in flagsets where the sanity check for flagset::set was inverted.
 code/globalincs/flagset.h     |  2 +-
 code/iff_defs/iff_defs.cpp    |  4 ++--
 code/mission/missionparse.cpp |  4 ++--
 code/parse/parselo.h          | 10 +++-------
 4 files changed, 8 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit d24aa9f
Author: z64555 <Fri Aug 12 15:28:29 2016 -0500>
Commit: z64555 <Sat Aug 13 01:03:50 2016 -0500>

    Remove 4-pos hat to 8-pos hat conversion code. Revert this commit if needed in the future!
 code/io/joy-sdl.cpp | 16 ----------------
 code/io/joy.h       |  3 +--
 2 files changed, 1 insertion(+), 18 deletions(-)

------------------------------------------------------------------------
commit 431dd70
Author: z64555 <Wed Aug 10 23:24:09 2016 -0500>
Commit: z64555 <Sat Aug 13 01:03:49 2016 -0500>

    More joystick hat compatibility code. * There's now registers for both 4 position and 8 position hats for both timestamps and downcounts * There's conversion code to allow an 8-position hat to act like a 4-position hat, which is needed by the FSO codebase which only uses 4-pos hats * There's also conversion code to allow a 4-pos hat to act like an 8-position hat to some degree.
 code/io/joy-sdl.cpp | 158 ++++++++++++++++++++++++++++++++++++++++++----------
 code/io/joy.h       |  41 ++++++++------
 2 files changed, 151 insertions(+), 48 deletions(-)

------------------------------------------------------------------------
commit 994f8f7
Author: z64555 <Fri Aug 12 21:02:20 2016 -0500>
Commit: z64555 <Fri Aug 12 21:47:04 2016 -0500>

    Fix bug introduced by freelook code that disabled target padlock view mode.
 code/playerman/playercontrol.cpp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 78de88a
Author: MageKing17 <Fri Aug 12 18:06:28 2016 -0700>
Commit: MageKing17 <Fri Aug 12 19:24:07 2016 -0700>

    Greatly expand available flags for creating target priority groups.
 code/ai/aiturret.cpp |   5 +-
 code/ship/ship.cpp   | 487 ++++++++++++++++++++++++++++++++-------------------
 code/ship/ship.h     |   1 +
 3 files changed, 309 insertions(+), 184 deletions(-)

------------------------------------------------------------------------
commit b60f874
Author: z64555 <Fri Aug 12 18:09:24 2016 -0500>
Commit: z64555 <Fri Aug 12 18:09:24 2016 -0500>

    Re-Re-enables the freelook mode. Somehow got lost during the Antipodes merge.
 code/playerman/playercontrol.cpp | 202 ++++++++++++++++++++++++++-------------
 1 file changed, 133 insertions(+), 69 deletions(-)

------------------------------------------------------------------------
commit 526962f
Author: asarium <Tue Aug 9 10:44:27 2016 +0200>
Commit: asarium <Tue Aug 9 10:44:27 2016 +0200>

    Fix Clang warning
 code/graphics/paths/nanovg/fontstash.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 8dbfb3a
Author: asarium <Mon Aug 8 16:49:22 2016 +0200>
Commit: asarium <Mon Aug 8 16:49:22 2016 +0200>

    Fix CI failure with outdated GCC version
 cmake/toolchain-gcc.cmake | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 84973dd
Author: asarium <Mon Aug 8 16:43:10 2016 +0200>
Commit: asarium <Mon Aug 8 16:47:29 2016 +0200>

    Use CMake variable for determining library with dlsym
 lib/mongoose/CMakeLists.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 1086e33
Author: asarium <Mon Aug 8 16:22:39 2016 +0200>
Commit: asarium <Mon Aug 8 16:22:39 2016 +0200>

    Fix warnings by updating external includes
 code/graphics/paths/nanovg/stb_image.h    | 3894 ++++++++++++++++++++++-------
 code/graphics/paths/nanovg/stb_truetype.h |  563 +++--
 2 files changed, 3365 insertions(+), 1092 deletions(-)

------------------------------------------------------------------------
commit 775d404
Author: asarium <Mon Aug 8 15:12:46 2016 +0200>
Commit: asarium <Mon Aug 8 15:59:33 2016 +0200>

    Enable color diagnostics for Ninja generator
 cmake/toolchain-clang.cmake | 51 +++++++++++++++++++++++++++------------------
 cmake/toolchain-gcc.cmake   | 42 ++++++++++++++++++++++++-------------
 lib/mongoose/CMakeLists.txt | 11 ----------
 3 files changed, 58 insertions(+), 46 deletions(-)