Author Topic: Nightly: 01 March 2020 - Revision 7509917  (Read 844 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 01 March 2020 - Revision 7509917
Here is the nightly for 01 March 2020 - Revision 7509917

At least one of the nightly builds failed!


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit dadc651
Author: Goober5000
Commit: Goober5000

    update the version number
 fred2/fred.rc     | 2 +-
 fred2/mainfrm.cpp | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 28722d7
Author: Goober5000
Commit: Goober5000

    update the version number
 fred2/fred.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 582c144
Author: asarium
Commit: asarium

    Fix standalone signal handling
 code/network/multi_fstracker.cpp |  2 ++
 code/network/multiutil.cpp       |  1 +
 code/network/stand_gui-unix.cpp  | 10 ++++------
 code/network/stand_gui.cpp       |  9 ---------
 code/network/stand_gui.h         |  9 +++------
 code/osapi/osapi.cpp             |  1 +
 freespace2/freespace.cpp         | 11 +++++------
 7 files changed, 16 insertions(+), 27 deletions(-)

------------------------------------------------------------------------
commit 7029e4a
Author: asarium
Commit: asarium

    Add compile time option to enable logging in release builds
 CMakeLists.txt                            |  4 ++++
 code/CMakeLists.txt                       |  4 ++++
 code/globalincs/pstypes.h                 | 13 +++++++++----
 code/graphics/paths/NanoVGRenderer.cpp    | 16 ++++++++--------
 code/graphics/paths/nanovg/stb_truetype.h | 16 ++++++----------
 code/missionui/fictionviewer.cpp          |  8 +++++---
 code/mod_table/mod_table.cpp              |  5 +++--
 code/network/multi_team.cpp               | 18 ++++++------------
 code/network/stand_gui.cpp                |  6 +++---
 code/osapi/osapi.cpp                      |  6 +++---
 code/osapi/outwnd.cpp                     |  6 ------
 code/osapi/outwnd.h                       |  6 +-----
 fred2/fred.cpp                            |  6 +++---
 freespace2/freespace.cpp                  | 22 +++++++++-------------
 qtfred/src/main.cpp                       |  6 +++---
 qtfred/src/mission/management.cpp         |  6 +++---
 test/src/util/FSTestFixture.cpp           | 14 +++++++-------
 17 files changed, 77 insertions(+), 85 deletions(-)

------------------------------------------------------------------------
commit d31b2a9
Author: asarium
Commit: asarium

    Improve error message for deprecated functions
 code/scripting/ade.cpp | 70 +++++++++++++++++++++++++++++++-------------------
 1 file changed, 43 insertions(+), 27 deletions(-)