Author Topic: Nightly: 11 March 2017 - Revision e39a8bb  (Read 876 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 11 March 2017 - Revision e39a8bb
Here is the nightly for 11 March 2017 - Revision e39a8bb



Group: Linux
nightly_20170311_e39a8bb-builds-Linux.tar.gz
SHA1: c5ebf42a04d84f9aa836e41abfe097cfbefc362e


Group: MacOSX
nightly_20170311_e39a8bb-builds-MacOSX.tar.gz
SHA1: 8324a8b934146c7fbda9b7d7073961d821827743


Group: Win32
nightly_20170311_e39a8bb-builds-Win32.zip
SHA1: 95154662d8b28745eed657da8dd08a40df962f91


Group: Win64
nightly_20170311_e39a8bb-builds-Win64.zip
SHA1: 569cd2310ee8643e8bcaa737dd1f8a06bf6a03c0


Code: [Select]
------------------------------------------------------------------------
commit 78df244
Author: m!m <Fri Mar 10 16:18:39 2017 +0100>
Commit: asarium <Fri Mar 10 23:41:14 2017 +0100>

    Extend display device initialization error
 code/graphics/opengl/gropengl.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 6718a1a
Author: asarium <Fri Mar 10 23:34:16 2017 +0100>
Commit: asarium <Fri Mar 10 23:34:16 2017 +0100>

    Fix lightshaft rendering with cockpits
 code/graphics/opengl/gropenglpostprocessing.cpp | 4 ----
 1 file changed, 4 deletions(-)

------------------------------------------------------------------------
commit f4ccab0
Author: TRBlount <Fri Mar 10 12:10:29 2017 -0700>
Commit: TRBlount <Fri Mar 10 12:10:45 2017 -0700>

    Correct shield decal logic
 code/ship/shield.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 2b9441e
Author: asarium <Thu Mar 9 18:56:42 2017 +0100>
Commit: asarium <Thu Mar 9 18:56:42 2017 +0100>

    Correctly terminate Sexp_variable text with a null byte
 code/parse/sexp.cpp | 4 ++--
 code/parse/sexp.h   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit f49cad0
Author: Fabian Woltermann <Wed Mar 8 08:56:52 2017 +0100>
Commit: Fabian Woltermann <Wed Mar 8 08:56:52 2017 +0100>

    Change a few flag warnings that really do not need to be warnings to simple log prints.
 code/ship/ship.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit d2f853f
Author: Fabian Woltermann <Wed Mar 8 08:45:42 2017 +0100>
Commit: Fabian Woltermann <Wed Mar 8 08:45:42 2017 +0100>

    Apparently VS2013's auto doesn't correctly resolve these?
 code/lab/lab.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit d544d42
Author: Fabian Woltermann <Wed Mar 8 08:35:54 2017 +0100>
Commit: Fabian Woltermann <Wed Mar 8 08:35:54 2017 +0100>

    Addressing CI issues
 code/lab/lab.cpp  | 4 ++--
 code/lab/wmcgui.h | 6 ++----
 2 files changed, 4 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 163e917
Author: Fabian Woltermann <Wed Mar 8 00:30:36 2017 +0100>
Commit: Fabian Woltermann <Wed Mar 8 00:30:36 2017 +0100>

    Cleanup
 code/lab/lab.cpp | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 63e610e
Author: Fabian Woltermann <Tue Mar 7 22:31:33 2017 +0100>
Commit: Fabian Woltermann <Tue Mar 7 22:31:33 2017 +0100>

    Rerstore the flag viewers
 code/lab/lab.cpp     | 66 ++++++++++++++++++++++++++++++++++------------------
 code/lab/wmcgui.cpp  | 12 +++++++++-
 code/lab/wmcgui.h    | 23 +++++++++++++++++-
 code/ship/ship.h     |  3 +++
 code/weapon/weapon.h |  3 +++
 5 files changed, 83 insertions(+), 24 deletions(-)