Author Topic: Nightly: 09 February 2017 - Revision 5d7b64f  (Read 863 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

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



Group: Linux
nightly_20170209_5d7b64f-builds-Linux.tar.gz
SHA1: ddfc049de673b2a1120fc9c13de9f8714ea05a1e


Group: MacOSX
nightly_20170209_5d7b64f-builds-MacOSX.tar.gz
SHA1: 47a9e5a199251cbcf7f25dc5e048fbcea3ccaebc


Group: Win32
nightly_20170209_5d7b64f-builds-Win32.zip
SHA1: 811f45600f1a8a5abf230e9f9c7aa9d7547a6e39


Group: Win64
nightly_20170209_5d7b64f-builds-Win64.zip
SHA1: 63996c5465066c942d1f426bae224707cfc2c05a


Code: [Select]
------------------------------------------------------------------------
commit 39912e0
Author: z64555 <Wed Feb 8 18:38:56 2017 -0600>
Commit: z64555 <Wed Feb 8 18:38:56 2017 -0600>

    Use vm_vec_equal, like you intended.
 code/render/3ddraw.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 8195fd5
Author: z64555 <Wed Feb 8 12:42:59 2017 -0600>
Commit: z64555 <Wed Feb 8 12:42:59 2017 -0600>

    Fix minor bug with parallel vector testing
 code/math/vecmat.cpp | 14 ++++++++------
 code/math/vecmat.h   |  4 +++-
 2 files changed, 11 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit d3480f7
Author: Cliff Gordon <Wed Feb 8 10:35:36 2017 -0600>
Commit: Cliff Gordon <Wed Feb 8 10:35:36 2017 -0600>

    Fix for log printing creating directory lines for directories that already exist.
 code/cfile/cfile.cpp | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit c589c72
Author: asarium <Wed Feb 8 12:34:01 2017 +0100>
Commit: asarium <Wed Feb 8 13:08:50 2017 +0100>

    Fix wrong variable usage in test script
 ci/appveyor/test.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 07c86cd
Author: m!m <Wed Feb 8 10:52:46 2017 +0100>
Commit: GitHub <Wed Feb 8 10:52:46 2017 +0100>

    Revert "Show error message when a data directory uses the wrong case"
 code/cfile/cfilesystem.cpp                         | 141 ++-------------------
 test/src/cfile/cfile.cpp                           |  31 -----
 test/src/menuui/test_intel_parse.cpp               |   2 +-
 test/src/parse/test_parselo.cpp                    |   4 +-
 test/src/scripting/ScriptingTestFixture.cpp        |   2 +-
 test/src/scripting/api/base.cpp                    |   2 +-
 test/src/scripting/api/bitops.cpp                  |   4 +-
 test/src/scripting/api/enums.cpp                   |   2 +-
 test/src/source_groups.cmake                       |   4 -
 test/src/util/FSTestFixture.cpp                    |  25 ++--
 test/src/util/FSTestFixture.h                      |   7 +-
 .../cfile/wrong_data_case/Data/tables/ships.tbl    |   0
 12 files changed, 30 insertions(+), 194 deletions(-)

------------------------------------------------------------------------
commit cb531f8
Author: asarium <Tue Feb 7 21:51:05 2017 +0100>
Commit: asarium <Tue Feb 7 22:37:38 2017 +0100>

    Remove object instance from lab render info
 code/lab/lab.cpp | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit f87a72b
Author: asarium <Tue Feb 7 19:55:27 2017 +0100>
Commit: asarium <Tue Feb 7 19:55:27 2017 +0100>

    Fix negative array index
 code/object/object.cpp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 3349641
Author: asarium <Tue Feb 7 18:33:15 2017 +0100>
Commit: asarium <Tue Feb 7 18:33:15 2017 +0100>

    Boost the color of nebula bitmaps to make them visible again
 code/nebula/neb.cpp          | 3 +++
 code/nebula/neblightning.cpp | 2 ++
 2 files changed, 5 insertions(+)