Author Topic: Nightly: 22 May 2020 - Revision 96bee4a  (Read 571 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 22 May 2020 - Revision 96bee4a
Here is the nightly for 22 May 2020 - Revision 96bee4a



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 98d7a9f
Author: Goober5000
Commit: Goober5000

    tweak some untranslated internal XSTR strings
 code/hud/hud.cpp               | 2 +-
 code/io/keycontrol.cpp         | 2 +-
 code/localization/localize.cpp | 4 ++--
 code/localization/localize.h   | 2 +-
 code/menuui/playermenu.cpp     | 2 +-
 code/mission/missionlog.cpp    | 2 +-
 code/network/multi_endgame.cpp | 5 ++---
 code/network/multi_pinfo.cpp   | 2 +-
 code/network/multiui.cpp       | 4 ++--
 9 files changed, 12 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit e4d10fd
Author: asarium
Commit: asarium

    Use architecture specific cache for Qt
 .github/workflows/pr-workflow.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 57b534c
Author: Goober5000
Commit: Goober5000

    extra insurance
 code/parse/sexp.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

------------------------------------------------------------------------
commit e265727
Author: Goober5000
Commit: Goober5000

    add catch based on feedback
 code/ship/ship.cpp | 3 +++
 1 file changed, 3 insertions(+)

------------------------------------------------------------------------
commit fb27a8a
Author: Goober5000
Commit: Goober5000

    or this
 code/parse/sexp.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit b4843b4
Author: Goober5000
Commit: Goober5000

    use default member initializers and non-shadowy parameter names
 code/parse/sexp.h | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit ee953aa
Author: Goober5000
Commit: Goober5000

    don't remove the parse object because it's still valid
 code/ship/ship.cpp | 1 -
 1 file changed, 1 deletion(-)

------------------------------------------------------------------------
commit 9923c87
Author: Goober5000
Commit: Goober5000

    cache ships, numeric literals, and variables
 code/ai/aigoals.cpp |  18 ++-
 code/parse/sexp.cpp | 355 +++++++++++++++++++++++-----------------------------
 code/parse/sexp.h   |  58 ++++-----
 code/ship/ship.cpp  |   9 ++
 code/ship/ship.h    |   2 +
 5 files changed, 207 insertions(+), 235 deletions(-)

------------------------------------------------------------------------
commit cf7f844
Author: Goober5000
Commit: Goober5000

    wip
 code/mission/missionparse.cpp |   9 ++
 code/parse/sexp.cpp           | 216 +++++++++++++++++++++++++++---------------
 code/parse/sexp.h             |  33 +++++++
 code/ship/ship.cpp            |  34 +++++++
 code/ship/ship.h              |  17 ++++
 5 files changed, 231 insertions(+), 78 deletions(-)

------------------------------------------------------------------------
commit e3b1beb
Author: asarium
Commit: asarium

    Install Qt in GitHub actions
 .github/workflows/pr-workflow.yaml | 49 ++++++++++++++++++++++++++++++++++----
 1 file changed, 45 insertions(+), 4 deletions(-)