Author Topic: Nightly: 26 April 2020 - Revision 22f3463  (Read 818 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 26 April 2020 - Revision 22f3463
Here is the nightly for 26 April 2020 - Revision 22f3463

At least one of the nightly builds failed!


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit fe8ce74
Author: JohnAFernandez
Commit: JohnAFernandez

    Use a constant for declaring angles with no measure
 code/missionui/missionscreencommon.cpp | 2 +-
 code/ship/ship.cpp                     | 2 +-
 code/ship/shipfx.cpp                   | 3 +--
 code/starfield/starfield.cpp           | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit c43fa8c
Author: JohnAFernandez
Commit: JohnAFernandez

    Add an angles version of zero vector and identity matrix
 code/math/vecmat.cpp | 1 +
 code/math/vecmat.h   | 1 +
 2 files changed, 2 insertions(+)

------------------------------------------------------------------------
commit 5c7fce4
Author: Tyler Blount
Commit: Tyler Blount

    Some lab fixes
 code/lab/lab.cpp | 67 +++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 59 insertions(+), 8 deletions(-)