Author Topic: Nightly: 03 July 2020 - Revision cb9803a  (Read 898 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 03 July 2020 - Revision cb9803a
Here is the nightly for 03 July 2020 - Revision cb9803a



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


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


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


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

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

    clarify these warnings based on feedback
 code/mission/missionparse.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit d440d29
Author: Goober5000
Commit: Goober5000

    fix ship registry in regards to wings with multiple waves
 code/mission/missionparse.cpp | 16 +++++++++++++++-
 code/ship/ship.cpp            |  6 +++++-
 code/ship/ship.h              | 21 +++++++++++++--------
 3 files changed, 33 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 69234e3
Author: Goober5000
Commit: Goober5000

    make qtfred happy
 qtfred/src/mission/missionsave.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 595a2f8
Author: Goober5000
Commit: Goober5000

    make clang happy
 code/parse/sexp.cpp          | 2 +-
 code/starfield/starfield.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit c3f58c3
Author: Goober5000
Commit: Goober5000

    fill in two missing error checks, and tweak a few others
 code/parse/sexp.cpp | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 7e947e5
Author: Goober5000
Commit: Goober5000

    allow switching between multiple backgrounds
 code/lab/lab.cpp                    | 11 +----
 code/mission/missionparse.cpp       | 12 +----
 code/parse/sexp.cpp                 | 39 +++++++++++++++
 code/parse/sexp.h                   |  1 +
 code/starfield/starfield.cpp        | 99 +++++++++++++++++++++++--------------
 code/starfield/starfield.h          |  9 ++--
 fred2/bgbitmapdlg.cpp               | 79 ++++++++++++++++++++++++++---
 fred2/bgbitmapdlg.h                 |  2 +
 fred2/fred.rc                       |  4 +-
 fred2/missionsave.cpp               |  4 +-
 fred2/resource.h                    |  2 +
 fred2/sexp_tree.cpp                 |  4 ++
 qtfred/src/ui/widgets/sexp_tree.cpp |  2 +
 13 files changed, 198 insertions(+), 70 deletions(-)