Author Topic: Nightly: 29 April 2020 - Revision f286363  (Read 567 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 29 April 2020 - Revision f286363
Here is the nightly for 29 April 2020 - Revision f286363

At least one of the nightly builds failed!


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 1520a21
Author: David Gibson
Commit: David Gibson

    Code cleanup and rerodering in set_primary_weapon_linkage as requested by Goober5000
 code/ai/aicode.cpp | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit c8a5ebe
Author: Cliff
Commit: Cliff

    Since this is sftp now we don't need the alt ftp functionality.
 appveyor.yml | 1 -
 1 file changed, 1 deletion(-)

------------------------------------------------------------------------
commit 29dd3e1
Author: Cliff
Commit: Cliff

    Update Travis and AppVeyor CI to use our Datacorder account on FeralHosting instead of the swc.fs2downloads.com server, since it is having issues with uploads now.
 .travis.yml             |  6 +++---
 appveyor.yml            | 25 ++++++++++++-------------
 ci/travis/ftp_deploy.sh |  8 ++++----
 3 files changed, 19 insertions(+), 20 deletions(-)

------------------------------------------------------------------------
commit bca6f95
Author: wookieejedi
Commit: wookieejedi

    add first time checks and use copy by assignment
 code/ship/ship.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit e2010ae
Author: wookieejedi
Commit: wookieejedi

    Adds Scaling for Target Box Models Seperate from Techroom
 code/hud/hudtargetbox.cpp |  4 ++--
 code/ship/ship.cpp        | 31 +++++++++++++++++++++++++++++++
 code/ship/ship.h          |  7 +++++--
 3 files changed, 38 insertions(+), 4 deletions(-)