Author Topic: Nightly: 25 May 2021 - Revision ec4de81a7  (Read 384 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 25 May 2021 - Revision ec4de81a7
Here is the nightly for 25 May 2021 - Revision ec4de81a7



Group: Win64-SSE2
nightly_20210525_ec4de81a7-builds-x64-SSE2.zip (Mirror)


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


Group: Win32-SSE2
nightly_20210525_ec4de81a7-builds-Win32-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit c10d6ecec
Author: Asteroth
Commit: GitHub

    optimize motion debris rendering (#3444)
 code/starfield/starfield.cpp | 92 ++++++++++++++++----------------------------
 1 file changed, 33 insertions(+), 59 deletions(-)

------------------------------------------------------------------------
commit 6c2ebab01
Author: BMagnu
Commit: GitHub

    Fix erroneous line break generation for non-ASCII string and high resolutions (#3439)
 code/cutscene/cutscenes.cpp          | 2 +-
 code/menuui/optionsmenumulti.cpp     | 8 +++++---
 code/menuui/readyroom.cpp            | 2 +-
 code/menuui/techmenu.cpp             | 2 +-
 code/mission/missionbriefcommon.cpp  | 2 +-
 code/mission/missionbriefcommon.h    | 6 +++---
 code/mission/missiongoals.cpp        | 2 +-
 code/missionui/chatbox.cpp           | 4 ++--
 code/missionui/missionshipchoice.cpp | 2 +-
 code/network/multi_pxo.cpp           | 6 ++++--
 code/network/multiteamselect.cpp     | 2 +-
 code/network/multiui.cpp             | 6 ++----
 code/parse/parselo.cpp               | 8 ++++----
 code/parse/parselo.h                 | 3 +++
 code/popup/popup.cpp                 | 4 ++--
 code/scripting/api/libs/graphics.cpp | 2 +-
 16 files changed, 33 insertions(+), 28 deletions(-)

------------------------------------------------------------------------
commit 9a682ea32
Author: JohnAFernandez
Commit: GitHub

    Fix ai update danger weapon and Add guardrails for other checks (#3387)
 code/ai/aicode.cpp | 29 ++++++++++++++++++++++++-----
 1 file changed, 24 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 6ce2a445f
Author: Goober5000
Commit: Goober5000

    retail -> builtin
 code/hud/hudparse.cpp               | 18 +++++++++---------
 code/parse/sexp.cpp                 | 34 ++++++++++++++++++----------------
 code/parse/sexp.h                   |  6 +++---
 fred2/sexp_tree.cpp                 |  8 ++++----
 fred2/sexp_tree.h                   |  2 +-
 qtfred/src/ui/widgets/sexp_tree.cpp |  8 ++++----
 qtfred/src/ui/widgets/sexp_tree.h   |  2 +-
 7 files changed, 40 insertions(+), 38 deletions(-)

------------------------------------------------------------------------
commit 96ae629ec
Author: Goober5000
Commit: Goober5000

    qtfred
 fred2/sexp_tree.h                   |  1 -
 qtfred/src/ui/widgets/sexp_tree.cpp | 60 +++++++++++++++++++++++--------------
 qtfred/src/ui/widgets/sexp_tree.h   |  4 +--
 3 files changed, 40 insertions(+), 25 deletions(-)

------------------------------------------------------------------------
commit 1b9577eb8
Author: Goober5000
Commit: Goober5000

    add OPF_CUSTOM_HUD_GAUGE and apply it to relevant sexps
 code/hud/hudparse.cpp |  1 -
 code/parse/sexp.cpp   | 28 ++++++++++++++++++++++------
 fred2/management.cpp  |  1 +
 fred2/sexp_tree.cpp   | 38 +++++++++++++++++++++++++++++++++++---
 fred2/sexp_tree.h     |  1 +
 5 files changed, 59 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit beeb18b46
Author: Goober5000
Commit: Goober5000

    Merge the argument list for OPF_HUD_GAUGE and OPF_HUD_GAUGE_NAME.  Call it OPF_RETAIL_HUD_GAUGE.
 code/hud/hudgauges.h  |   8 +++-
 code/hud/hudparse.cpp |  88 ++++++++++++++++++++++++++----------
 code/parse/sexp.cpp   | 121 ++++++++++++++++++++------------------------------
 code/parse/sexp.h     |   8 ++--
 fred2/sexp_tree.cpp   |  26 +++--------
 fred2/sexp_tree.h     |   2 +-
 6 files changed, 131 insertions(+), 122 deletions(-)

------------------------------------------------------------------------
commit 6ec1f4599
Author: Baezon
Commit: Baezon

    neb fog set up fixes
 code/fireball/warpineffect.cpp |  2 +-
 code/nebula/neb.cpp            | 26 +++++++-------------------
 code/nebula/neb.h              |  3 ---
 code/object/objectsort.cpp     | 12 +++---------
 code/ship/ship.cpp             |  2 +-
 code/weapon/trails.cpp         |  2 +-
 6 files changed, 13 insertions(+), 34 deletions(-)