Author Topic: Nightly: 12 September 2016 - Revision f8c714a  (Read 766 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 12 September 2016 - Revision f8c714a
Here is the nightly for 12 September 2016 - Revision f8c714a


Group: Linux
nightly_20160912_f8c714a-builds-Linux.tar.gz
SHA1: 5c50050e6cea871023f5b984d4981f9cbd48d715


Group: MacOSX
nightly_20160912_f8c714a-builds-MacOSX.tar.gz
SHA1: b3d29ce4d5ec9f72717339eda699fb3310b66ef8


Group: Win64
nightly_20160912_f8c714a-builds-Win64.zip
SHA1: 2df2b415aad02fb743d3a6349d6dacaae666f380


Code: [Select]
------------------------------------------------------------------------
commit ea35421
Author: Fabian Woltermann <Sun Sep 11 17:38:57 2016 +0200>
Commit: Fabian Woltermann <Sun Sep 11 17:38:57 2016 +0200>

    Quit SDL Video in the destructor
 fred2/MFCGraphicsOperations.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 948d059
Author: Fabian Woltermann <Sun Sep 11 17:35:18 2016 +0200>
Commit: Fabian Woltermann <Sun Sep 11 17:35:18 2016 +0200>

    Initializes the SDL Video subsystem for FRED
 fred2/MFCGraphicsOperations.cpp | 5 +++++
 1 file changed, 5 insertions(+)

------------------------------------------------------------------------
commit 032d6a1
Author: asarium <Sun Sep 11 09:48:03 2016 +0200>
Commit: asarium <Sun Sep 11 09:48:03 2016 +0200>

    Fix alpha blend mode for APNGs and in scripts
 code/graphics/generic.cpp | 2 +-
 code/parse/lua.cpp        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit ac0aae2
Author: Yarn366 <Sat Sep 10 21:17:50 2016 -0400>
Commit: Yarn366 <Sat Sep 10 21:17:50 2016 -0400>

    Fixed the position of the Fixed Messages gauge so that it's actually on the screen. (Its X-position was 0x8000, which used to be a magic number indicating that the string should be horizontally centered on the screen. Since the TrueType merge, this number no longer has any special meaning.)
 code/hud/hudmessage.cpp | 12 +++++++++++-
 code/hud/hudmessage.h   |  2 ++
 code/hud/hudparse.cpp   | 25 +++++++++++++++++++++++--
 3 files changed, 36 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 8dbea5e
Author: asarium <Sat Sep 10 18:37:53 2016 +0200>
Commit: asarium <Sat Sep 10 18:58:52 2016 +0200>

    Fix lua drawImage rendering
 code/graphics/2d.cpp | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)