Author Topic: Nightly: 13 February 2017 - Revision 5f5dbf5  (Read 752 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 13 February 2017 - Revision 5f5dbf5
Here is the nightly for 13 February 2017 - Revision 5f5dbf5



Group: Linux
nightly_20170213_5f5dbf5-builds-Linux.tar.gz
SHA1: 52411c761092005c76b13f58a0b890d03479293a


Group: MacOSX
nightly_20170213_5f5dbf5-builds-MacOSX.tar.gz
SHA1: 36e5aec7a3e182d0c1e8f3c97d843cfb384979ef


Group: Win32
nightly_20170213_5f5dbf5-builds-Win32.zip
SHA1: 20fded143c8f8c4eb6781f0c59b8c55035fd0e23


Group: Win64
nightly_20170213_5f5dbf5-builds-Win64.zip
SHA1: ffa6ce24401ac768d2680d32fd4a967d137832f3


Code: [Select]
------------------------------------------------------------------------
commit be3f86c
Author: Fabian Woltermann <Sun Feb 12 22:17:53 2017 +0100>
Commit: Fabian Woltermann <Sun Feb 12 22:17:53 2017 +0100>

    Export the -no_emissive_light flag to the Launcher
 code/cmdline/cmdline.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 8ffb0fe
Author: Fabian Woltermann <Sun Feb 12 17:26:11 2017 +0100>
Commit: Fabian Woltermann <Sun Feb 12 17:26:11 2017 +0100>

    When converting an Assertion to a Warning or log print, remember to invert the Assertion's condition to get correct behaviour
 code/ai/aicode.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit f448150
Author: Peter Mitsis <Sun Feb 12 11:04:38 2017 -0500>
Commit: Peter Mitsis <Sun Feb 12 11:04:38 2017 -0500>

    vecmat: Fix vm_test_parallel()
 code/math/vecmat.cpp | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 6c1d526
Author: asarium <Sun Feb 12 15:17:13 2017 +0100>
Commit: asarium <Sun Feb 12 15:42:19 2017 +0100>

    Create main window at 0,0 if its the same size as the display
 freespace2/SDLGraphicsOperations.cpp | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit b2a2c7b
Author: Goober5000 <Sun Feb 12 00:50:11 2017 -0500>
Commit: Goober5000 <Sun Feb 12 00:50:11 2017 -0500>

    make sure we find the correct operator for logging in short-circuited sexps
 code/parse/sexp.cpp | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)