Author Topic: Nightly: 19 August 2020 - Revision cb76db0  (Read 762 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 19 August 2020 - Revision cb76db0
Here is the nightly for 19 August 2020 - Revision cb76db0



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 9144e16
Author: Goober5000
Commit: Goober5000

    address feedback and fix tests
 code/menuui/techmenu.cpp | 30 ++++++++++--------------------
 1 file changed, 10 insertions(+), 20 deletions(-)

------------------------------------------------------------------------
commit 88d397a
Author: Goober5000
Commit: Goober5000

    test stuff
 code/menuui/techmenu.h               |  1 +
 test/src/menuui/test_intel_parse.cpp | 42 ++++++++++++++++++------------------
 2 files changed, 22 insertions(+), 21 deletions(-)

------------------------------------------------------------------------
commit 1534cc9
Author: Goober5000
Commit: Goober5000

    and fred
 fred2/sexp_tree.cpp                 | 9 ++++-----
 qtfred/src/ui/widgets/sexp_tree.cpp | 9 ++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit b6998a3
Author: Goober5000
Commit: Goober5000

    make Intel stuff dynamic
 code/lab/lab.cpp                       |   4 +-
 code/menuui/techmenu.cpp               | 122 +++++++++++++++++----------------
 code/menuui/techmenu.h                 |  12 ++--
 code/parse/sexp.cpp                    |   4 +-
 code/pilotfile/csg.cpp                 |  13 ++--
 code/pilotfile/csg_convert.cpp         |   4 +-
 code/scripting/api/libs/tables.cpp     |   4 +-
 code/scripting/api/objs/intelentry.cpp |  24 +++----
 8 files changed, 94 insertions(+), 93 deletions(-)

------------------------------------------------------------------------
commit e5dec42
Author: Goober5000
Commit: Goober5000

    fix tests
 test/src/menuui/test_intel_parse.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit cc97337
Author: Goober5000
Commit: Goober5000

    match case-insensitive comparison
 code/localization/localize.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 012ec2a
Author: Goober5000
Commit: Goober5000

    fix localization synchronization
 code/localization/localize.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit c512eea
Author: JohnAFernandez
Commit: JohnAFernandez

    Set Campaign Type For Multiplayer Clients
 code/network/multi_campaign.cpp | 7 +++++++
 1 file changed, 7 insertions(+)