Author Topic: Nightly: 08 February 2017 - Revision 86cb91f  (Read 837 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 08 February 2017 - Revision 86cb91f
Here is the nightly for 08 February 2017 - Revision 86cb91f

At least one of the nightly builds failed!


Group: Linux
nightly_20170208_86cb91f-builds-Linux.tar.gz
SHA1: 4f6a8a2c149f76c29794c0c47d92cc8e2bfece84


Group: MacOSX
nightly_20170208_86cb91f-builds-MacOSX.tar.gz
SHA1: c826c143c263a53362b01cc2f724a391e7714aaf


Code: [Select]
------------------------------------------------------------------------
commit cdc6f7d
Author: asarium <Tue Feb 7 17:09:39 2017 +0100>
Commit: asarium <Tue Feb 7 17:09:39 2017 +0100>

    Disable lua args tests since MSVC 2013 doesn't like them
 test/src/scripting/lua/Args.cpp | 17 -----------------
 1 file changed, 17 deletions(-)

------------------------------------------------------------------------
commit 62f6494
Author: asarium <Mon Aug 15 14:35:28 2016 +0200>
Commit: asarium <Tue Feb 7 14:50:37 2017 +0100>

    Execute unit tests on appveyor
 appveyor.yml                       |   3 ++-
 ci/appveyor/build.ps1              |   2 +-
 ci/appveyor/test.ps1               |  26 ++++++++++++++++++++++++++
 cmake/util.cmake                   |  30 +++++++++++++++++-------------
 lib/openal/libs/win32/OpenAL32.dll | Bin 0 -> 845045 bytes
 lib/openal/libs/win64/OpenAL32.dll | Bin 0 -> 980543 bytes
 test/src/CMakeLists.txt            |   3 +++
 test/src/util/FSTestFixture.h      |   4 +++-
 8 files changed, 52 insertions(+), 16 deletions(-)

------------------------------------------------------------------------
commit e52b144
Author: asarium <Mon Feb 6 18:42:06 2017 +0100>
Commit: asarium <Mon Feb 6 18:42:06 2017 +0100>

    Disable resizing for cubemaps
 code/graphics/opengl/gropengltexture.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit ec82cb1
Author: asarium <Sun Feb 5 15:29:35 2017 +0100>
Commit: asarium <Sun Feb 5 15:44:13 2017 +0100>

    Fix cmpilation errors
 code/cfile/cfilesystem.cpp | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 33c1b78
Author: asarium <Sun Feb 5 14:46:16 2017 +0100>
Commit: asarium <Sun Feb 5 14:46:16 2017 +0100>

    Clean up Unix code a bit
 code/cfile/cfilesystem.cpp | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

------------------------------------------------------------------------
commit 5265627
Author: asarium <Sun Feb 5 14:43:58 2017 +0100>
Commit: asarium <Sun Feb 5 14:43:58 2017 +0100>

    Add case check for Windows
 code/cfile/cfilesystem.cpp | 71 +++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 70 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 94ce0ad
Author: asarium <Sun Feb 5 13:06:01 2017 +0100>
Commit: asarium <Sun Feb 5 13:06:01 2017 +0100>

    Add test for wrong case in data directory
 code/cfile/cfilesystem.cpp                         | 209 +++++++++++----------
 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, 171 insertions(+), 121 deletions(-)

------------------------------------------------------------------------
commit 0eeb895
Author: asarium <Sat Feb 4 19:07:43 2017 +0100>
Commit: asarium <Sun Feb 5 13:03:57 2017 +0100>

    Issue error when a data directory uses the wrong case
 code/cfile/cfilesystem.cpp | 168 ++++++++++++++++++++++++++++++---------------
 1 file changed, 114 insertions(+), 54 deletions(-)

------------------------------------------------------------------------
commit 1cf0bac
Author: asarium <Fri Feb 3 22:30:39 2017 +0100>
Commit: asarium <Fri Feb 3 22:30:39 2017 +0100>

    Make sure that team glow colors don't go negativ
 code/def_files/main-f.sdr | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)