Author Topic: Nightly: 23 October 2018 - Revision e1db71f  (Read 909 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 23 October 2018 - Revision e1db71f
Here is the nightly for 23 October 2018 - Revision e1db71f



Group: Linux
nightly_20181023_e1db71f-builds-Linux.tar.gz (Mirror)


Group: MacOSX
nightly_20181023_e1db71f-builds-MacOSX.tar.gz (Mirror)


Group: Win64
nightly_20181023_e1db71f-builds-Win64.zip (Mirror)


Group: Win32
nightly_20181023_e1db71f-builds-Win32.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 50dbbc4
Author: wookieejedi <Sun Oct 21 01:11:16 2018 -0400>
Commit: wookieejedi <Sun Oct 21 01:11:16 2018 -0400>

    Incorporates Goober's feedback
 code/ship/ship.cpp | 77 +++++++++++++++++++++++++++---------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

------------------------------------------------------------------------
commit 5c07d18
Author: asarium <Sat Oct 13 11:58:39 2018 +0200>
Commit: asarium <Sat Oct 20 23:44:10 2018 +0200>

    Test Windows compilation with Travis CI
 .travis.yml                                        |  305 +-
 ci/travis/before_install.sh                        |    3 +
 ci/travis/before_script.sh                         |    8 +
 ci/travis/check_release.sh                         |    5 +
 ci/travis/install.sh                               |    2 +
 ci/travis/script.sh                                |    6 +
 cmake/toolchain-msvc.cmake                         |    7 +-
 code/cutscene/ffmpeg/FFMPEGDecoder.cpp             |    2 +-
 code/default_files.cmake                           |    5 +-
 code/globalincs/toolchain/msvc.h                   |    4 +-
 code/io/joy-sdl.cpp                                |    5 +-
 code/mission/missioncampaign.cpp                   |    3 +-
 code/mission/missionload.cpp                       |    3 +-
 code/mod_table/mod_table.cpp                       |    6 +-
 code/parse/sexp/LuaSEXP.cpp                        |    4 +-
 code/scripting/lua.cpp                             |    6 +-
 fred2/createwingdlg.cpp                            |    6 +-
 fred2/fredview.cpp                                 |    4 +-
 test/gtest/CMakeLists.txt                          |  198 +-
 test/gtest/cmake/internal_utils.cmake              |  181 +-
 test/gtest/include/gtest/gtest-death-test.h        |   66 +-
 test/gtest/include/gtest/gtest-message.h           |   15 +-
 test/gtest/include/gtest/gtest-param-test.h        |  903 +-----
 test/gtest/include/gtest/gtest-param-test.h.pump   |   55 +-
 test/gtest/include/gtest/gtest-printers.h          |  444 ++-
 test/gtest/include/gtest/gtest-spi.h               |   15 +-
 test/gtest/include/gtest/gtest-test-part.h         |   33 +-
 test/gtest/include/gtest/gtest-typed-test.h        |  117 +-
 test/gtest/include/gtest/gtest.h                   |  260 +-
 test/gtest/include/gtest/gtest_pred_impl.h         |   15 +-
 test/gtest/include/gtest/gtest_prod.h              |   17 +-
 test/gtest/include/gtest/internal/custom/README.md |   56 +
 .../include/gtest/internal/custom/gtest-port.h     |   34 +-
 .../include/gtest/internal/custom/gtest-printers.h |    4 +-
 test/gtest/include/gtest/internal/custom/gtest.h   |    6 +-
 .../gtest/internal/gtest-death-test-internal.h     |   77 +-
 test/gtest/include/gtest/internal/gtest-filepath.h |   11 +-
 test/gtest/include/gtest/internal/gtest-internal.h |  264 +-
 .../include/gtest/internal/gtest-linked_ptr.h      |   10 +-
 .../gtest/internal/gtest-param-util-generated.h    | 3259 +-------------------
 .../internal/gtest-param-util-generated.h.pump     |   73 +-
 .../include/gtest/internal/gtest-param-util.h      |  112 +-
 .../gtest/include/gtest/internal/gtest-port-arch.h |   16 +-
 test/gtest/include/gtest/internal/gtest-port.h     |  549 ++--
 test/gtest/include/gtest/internal/gtest-string.h   |    8 +-
 test/gtest/include/gtest/internal/gtest-tuple.h    | 1020 ------
 .../include/gtest/internal/gtest-tuple.h.pump      |  347 ---
 .../gtest/include/gtest/internal/gtest-type-util.h |   25 +-
 .../include/gtest/internal/gtest-type-util.h.pump  |   25 +-
 test/gtest/src/gtest-all.cc                        |    5 +-
 test/gtest/src/gtest-death-test.cc                 |  329 +-
 test/gtest/src/gtest-filepath.cc                   |   20 +-
 test/gtest/src/gtest-internal-inl.h                |   82 +-
 test/gtest/src/gtest-port.cc                       |  237 +-
 test/gtest/src/gtest-printers.cc                   |  112 +-
 test/gtest/src/gtest-test-part.cc                  |   32 +-
 test/gtest/src/gtest-typed-test.cc                 |    6 +-
 test/gtest/src/gtest.cc                            | 1379 ++++++---
 test/gtest/src/gtest_main.cc                       |   37 +
 59 files changed, 3519 insertions(+), 7319 deletions(-)