Author Topic: Nightly: 03 August 2017 - Revision 84fd712  (Read 715 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 03 August 2017 - Revision 84fd712
Here is the nightly for 03 August 2017 - Revision 84fd712

At least one of the nightly builds failed!


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


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

Code: [Select]
------------------------------------------------------------------------
commit a158029
Author: Fabian Woltermann <Thu Jul 27 22:53:33 2017 +0200>
Commit: Fabian Woltermann <Thu Jul 27 22:53:33 2017 +0200>

    When loading the mask file fails, correctly report which file we were trying to load.
 code/missionui/missionweaponchoice.cpp | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

------------------------------------------------------------------------
commit 85fd0b0
Author: asarium <Sat Jul 22 12:46:05 2017 +0200>
Commit: asarium <Wed Jul 26 11:00:50 2017 +0200>

    Restart spring effect after stopping all FF effects
 code/io/joy_ff-sdl.cpp | 44 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 43 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit b8e5a39
Author: Goober5000 <Tue Jul 25 18:44:41 2017 -0400>
Commit: Goober5000 <Tue Jul 25 18:44:41 2017 -0400>

    for backwards compatibility, check both no-collide and no_collide
 code/mission/missionparse.cpp | 8 +++++++-
 code/ship/ship.cpp            | 8 ++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 1a1c3df
Author: asarium <Mon Jul 24 10:49:31 2017 +0200>
Commit: asarium <Tue Jul 25 11:37:11 2017 +0200>

    Add support for building test builds on the CI servers
 .travis.yml                 |  9 +++++++-
 appveyor.yml                | 12 ++++++++++
 ci/appveyor/build.ps1       | 19 +++++++++++++---
 ci/appveyor/test.ps1        |  2 +-
 ci/travis/check_release.sh  | 21 +++++++++++++++++-
 ci/travis/ftp_deploy.sh     | 54 +++++++++++++++++++++++++++++++++++++++++++++
 ci/travis/nightly_deploy.sh | 49 ----------------------------------------
 ci/travis/release.sh        |  6 +++--
 8 files changed, 115 insertions(+), 57 deletions(-)