Author Topic: Nightly: 26 July 2020 - Revision 2c7fee1  (Read 1151 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 26 July 2020 - Revision 2c7fee1
Here is the nightly for 26 July 2020 - Revision 2c7fee1

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 673a0c6
Author: Goober5000
Commit: Goober5000

    adjust special_ship index if a ship exits a wing
 code/ship/ship.cpp | 4 ++++
 1 file changed, 4 insertions(+)

------------------------------------------------------------------------
commit ce7ba67
Author: chief1983
Commit: chief1983

    fix/sun_sun: 'sun' is a reserved keyword on Sun, so use bgsun here instead.
 code/starfield/starfield.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 387c9e4
Author: chief1983
Commit: chief1983

    fix/sun_renderdoc: Make Solaris a recognized platform for renderdoc.
 code/libs/renderdoc/renderdoc_app.h | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit fd5fba6
Author: chief1983
Commit: chief1983

    fix/sun_fionbio: This include is needed on Sun platforms for it to have access to FIONBIO.
 code/inetfile/chttpget.cpp | 3 +++
 1 file changed, 3 insertions(+)