Author Topic: Nightly: 18 November 2021 - Revision 479d28e4c  (Read 374 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 18 November 2021 - Revision 479d28e4c
Here is the nightly for 18 November 2021 - Revision 479d28e4c



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 9d6eec939
Author: Goober5000
Commit: Goober5000

    refactor submodel flags and add $rotate_accel
 code/missionui/missionscreencommon.cpp |   2 +-
 code/model/model.h                     |  31 +++-----
 code/model/model_flags.h               |  19 ++++-
 code/model/modelcollide.cpp            |  10 +--
 code/model/modelinterp.cpp             |   4 +-
 code/model/modelread.cpp               | 139 ++++++++++++++++++++-------------
 code/model/modelrender.cpp             |  30 +++----
 code/network/multi_obj.cpp             |   2 +-
 code/object/collideshipship.cpp        |   2 +-
 code/parse/sexp.cpp                    |   1 -
 code/ship/ship.cpp                     |  13 ++-
 code/ship/ship.h                       |   1 -
 code/ship/shipfx.cpp                   |   8 +-
 13 files changed, 147 insertions(+), 115 deletions(-)

------------------------------------------------------------------------
commit 052d3d32c
Author: Tyler Blount
Commit: GitHub

    Revert "Refactor CI scripts to make release builds more robust and flexible"
 .github/workflows/build-nightly.yaml  |  25 ----
 .github/workflows/build-release.yaml  |  23 ----
 .github/workflows/nightly-trigger.yml |  21 ---
 ci/post/file_list.py                  | 128 ------------------
 ci/post/forum.py                      |  82 ------------
 ci/post/installer.py                  |  88 -------------
 ci/post/main.py                       | 152 ---------------------
 ci/post/nebula.py                     | 240 ----------------------------------
 ci/post/nightly.mako                  |  27 ----
 ci/post/release.mako                  |  68 ----------
 ci/post/requirements.txt              |   3 -
 ci/post/util.py                       |  37 ------
 12 files changed, 894 deletions(-)

------------------------------------------------------------------------
commit 229789900
Author: Tyler Blount
Commit: GitHub

    Revert "Use PAT for nightly trigger"
 .github/workflows/nightly-trigger.yml | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit ba1e0afd3
Author: Tyler Blount
Commit: GitHub

    Revert "Fix conditional in Build Nightly action"
 .github/workflows/build-nightly.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 98749e19b
Author: Asteroth
Commit: GitHub

    add flag for toggling ship passive lightning (#3772)
 code/ship/ship.cpp     | 1 +
 code/ship/ship.h       | 2 +-
 code/ship/ship_flags.h | 1 +
 code/ship/shipfx.cpp   | 2 +-
 4 files changed, 4 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit e477f898b
Author: Tyler Blount
Commit: GitHub

    Fix conditional in Build Nightly action
 .github/workflows/build-nightly.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 5afc98d80
Author: Tyler Blount
Commit: GitHub

    Use PAT for nightly trigger
 .github/workflows/nightly-trigger.yml | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 56e687076
Author: Goober5000
Commit: Goober5000

    address feedback
 code/parse/sexp.cpp | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 805cf61a3
Author: Goober5000
Commit: Goober5000

    indicate ambiguous goal or event matches
 code/parse/sexp.cpp | 61 +++++++++++++++++++++++++++++------------------------
 code/parse/sexp.h   |  2 ++
 2 files changed, 35 insertions(+), 28 deletions(-)

------------------------------------------------------------------------
commit 4aa74523a
Author: Goober5000
Commit: Goober5000

    address feedback
 code/camera/camera.h |  2 +-
 code/parse/sexp.cpp  | 14 ++++++++------
 2 files changed, 9 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit aaaec2400
Author: Asteroth
Commit: GitHub

    Ai use lock status for optimum range choice (#3762)
 code/ai/aibig.cpp  | 7 +++----
 code/ai/aicode.cpp | 7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit d079d7fad
Author: Asteroth
Commit: GitHub

    Expose nebula visibility factors (#3676)
 code/fireball/fireballs.cpp  |  3 ++-
 code/mod_table/mod_table.cpp | 49 ++++++++++++++++++++++++++++++++++++++++++++
 code/model/modelrender.cpp   |  4 ++--
 code/nebula/neb.cpp          | 15 +++++++++++++-
 code/nebula/neb.h            | 22 +++++++++++---------
 code/particle/particle.cpp   |  3 ++-
 code/ship/shield.cpp         |  2 +-
 code/weapon/beam.cpp         |  6 ++++--
 code/weapon/shockwave.cpp    |  2 +-
 code/weapon/trails.cpp       |  2 +-
 code/weapon/weapons.cpp      |  4 ++--
 11 files changed, 90 insertions(+), 22 deletions(-)

------------------------------------------------------------------------
commit b625e3685
Author: Asteroth
Commit: GitHub

    add destroy-instantly-with-debris (#3752)
 code/parse/sexp.cpp | 16 +++++++++++++---
 code/parse/sexp.h   |  1 +
 code/ship/ship.cpp  |  5 ++++-
 code/ship/ship.h    |  2 +-
 4 files changed, 19 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 2f573924a
Author: Goober5000
Commit: Goober5000

    address feedback
 code/parse/sexp.cpp | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 2e83e5211
Author: Goober5000
Commit: Goober5000

    guard against CTD in sexp variables
 code/parse/sexp.cpp | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 151039540
Author: The Force
Commit: The Force

    Add missing include
 qtfred/src/ui/dialogs/ShipEditorDialog.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit f4a1b9a7f
Author: The Force
Commit: The Force

    Appease Clang
 qtfred/src/mission/Editor.cpp                      | 20 +++++------
 qtfred/src/mission/Editor.h                        |  4 +--
 .../src/mission/dialogs/ShipGoalsDialogModel.cpp   | 41 +++++++++++-----------
 qtfred/src/mission/dialogs/ShipGoalsDialogModel.h  |  6 ++--
 qtfred/src/ui/dialogs/ShipGoalsDialog.cpp          | 16 +++++----
 5 files changed, 46 insertions(+), 41 deletions(-)

------------------------------------------------------------------------
commit 32d0ee93d
Author: The Force
Commit: The Force

    Fix Compiler Warnings
 qtfred/src/mission/Editor.cpp                      |  4 +--
 qtfred/src/mission/Editor.h                        |  4 +--
 .../src/mission/dialogs/ShipGoalsDialogModel.cpp   | 39 +++++++++++-----------
 qtfred/src/mission/dialogs/ShipGoalsDialogModel.h  | 21 ++++++------
 qtfred/src/ui/dialogs/ShipGoalsDialog.cpp          | 32 +++++++++---------
 5 files changed, 50 insertions(+), 50 deletions(-)

------------------------------------------------------------------------
commit 49ced359c
Author: The Force
Commit: The Force

    Goals Editor
 qtfred/source_groups.cmake                         |   4 +
 qtfred/src/mission/Editor.cpp                      |  10 +-
 qtfred/src/mission/Editor.h                        |   7 +-
 .../src/mission/dialogs/ShipGoalsDialogModel.cpp   | 700 +++++++++++++++++++++
 qtfred/src/mission/dialogs/ShipGoalsDialogModel.h  |  96 +++
 qtfred/src/ui/dialogs/ShipEditorDialog.cpp         |   3 +
 qtfred/src/ui/dialogs/ShipGoalsDialog.cpp          | 342 ++++++++++
 qtfred/src/ui/dialogs/ShipGoalsDialog.h            |  41 ++
 qtfred/ui/ShipGoalsDialog.ui                       |  35 +-
 9 files changed, 1233 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 31602dbef
Author: The Force
Commit: The Force

    Goals ui
 qtfred/source_groups.cmake   |   1 +
 qtfred/ui/ShipGoalsDialog.ui | 326 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 327 insertions(+)

------------------------------------------------------------------------
commit 101dda7f2
Author: The Force
Commit: GitHub

    Split From #3674 Ship Editor Bugfixes (#3716)
 .../src/mission/dialogs/ShipEditorDialogModel.cpp  | 2127 +++++++++++---------
 qtfred/src/mission/dialogs/ShipEditorDialogModel.h |   36 +-
 qtfred/src/ui/dialogs/ShipEditorDialog.cpp         |   38 +-
 qtfred/src/ui/dialogs/ShipEditorDialog.h           |    4 +-
 qtfred/ui/ShipEditorDialog.ui                      |   11 +-
 5 files changed, 1181 insertions(+), 1035 deletions(-)

------------------------------------------------------------------------
commit 19b3c419a
Author: The Force
Commit: GitHub

    Split From #3674 Flags Dialog (#3714)
 qtfred/source_groups.cmake                         |    7 +
 .../src/mission/dialogs/ShipFlagsDialogModel.cpp   | 1277 ++++++++++++++++++++
 qtfred/src/mission/dialogs/ShipFlagsDialogModel.h  |  218 ++++
 qtfred/src/ui/dialogs/ShipEditorDialog.cpp         |    4 +-
 qtfred/src/ui/dialogs/ShipEditorDialog.h           |    2 +
 qtfred/src/ui/dialogs/ShipFlagsDialog.cpp          |  483 ++++++++
 qtfred/src/ui/dialogs/ShipFlagsDialog.h            |   83 ++
 qtfred/src/ui/widgets/ShipFlagCheckbox.cpp         |   20 +
 qtfred/src/ui/widgets/ShipFlagCheckbox.h           |   17 +
 qtfred/ui/ShipFlagsDialog.ui                       |  594 +++++++++
 10 files changed, 2704 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit b15858f68
Author: Goober5000
Commit: Goober5000

    redo initialization
 code/camera/camera.cpp | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit cbda26b4f
Author: Goober5000
Commit: Goober5000

    allow subtitles to use different line spacing
 code/camera/camera.cpp | 10 ++++-----
 code/camera/camera.h   |  4 +++-
 code/parse/sexp.cpp    | 55 ++++++++++++++++++++++++++++++++++++--------------
 3 files changed, 48 insertions(+), 21 deletions(-)

------------------------------------------------------------------------
commit e01ae9fe6
Author: Goober5000
Commit: Goober5000

    match documentation
 code/scripting/api/libs/base.cpp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit b3bb18548
Author: Goober5000
Commit: Goober5000

    fix a major bug in ba.rand32f
 code/scripting/api/libs/base.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 71ff21c3d
Author: Goober5000
Commit: Goober5000

    address feedback
 code/parse/sexp.cpp | 37 +++++++++++++++++++++----------------
 1 file changed, 21 insertions(+), 16 deletions(-)

------------------------------------------------------------------------
commit 594491aa7
Author: Asteroth
Commit: GitHub

    Add head-on laser bitmaps (#3748)
 code/weapon/weapon.h    |  10 ++-
 code/weapon/weapons.cpp | 188 ++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 190 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 9e0802d53
Author: Goober5000
Commit: Goober5000

    make sure bad nodes are accurate
 code/parse/sexp.cpp | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit c8b773a6d
Author: Goober5000
Commit: Goober5000

    polish sexp syntax checking
 code/mission/missioncampaign.cpp |   1 +
 code/parse/sexp.cpp              | 210 +++++++++++++++++----------------------
 2 files changed, 92 insertions(+), 119 deletions(-)

------------------------------------------------------------------------
commit 53b14a0cf
Author: ngld
Commit: ngld

    Refactor CI scripts to make release builds more robust and flexible
 .github/workflows/build-nightly.yaml  |  25 ++++
 .github/workflows/build-release.yaml  |  23 ++++
 .github/workflows/nightly-trigger.yml |  21 +++
 ci/post/file_list.py                  | 128 ++++++++++++++++++
 ci/post/forum.py                      |  82 ++++++++++++
 ci/post/installer.py                  |  88 +++++++++++++
 ci/post/main.py                       | 152 +++++++++++++++++++++
 ci/post/nebula.py                     | 240 ++++++++++++++++++++++++++++++++++
 ci/post/nightly.mako                  |  27 ++++
 ci/post/release.mako                  |  68 ++++++++++
 ci/post/requirements.txt              |   3 +
 ci/post/util.py                       |  37 ++++++
 12 files changed, 894 insertions(+)

------------------------------------------------------------------------
commit e27ed0512
Author: Goober5000
Commit: Goober5000

    spelling fixes
 code/ai/aicode.cpp                                         |  2 +-
 code/hud/hud.cpp                                           | 10 +++++-----
 code/hud/hudbrackets.cpp                                   |  2 +-
 code/mod_table/mod_table.cpp                               | 14 +++++++-------
 code/parse/sexp.cpp                                        |  6 +++---
 code/scripting/ade.cpp                                     |  2 +-
 code/scripting/ade_api.h                                   |  2 +-
 code/tracing/categories.cpp                                |  2 +-
 code/tracing/categories.h                                  |  2 +-
 test/src/mod/test_mod_table.cpp                            |  4 ++--
 .../data/tables/test-mod.tbm                               |  0
 .../data/tables/test-mod.tbm                               |  0
 12 files changed, 23 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit aa0713fae
Author: The Force
Commit: The Force

    Appease gcc
 qtfred/src/mission/dialogs/ShipEditorDialogModel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 726d4f5cc
Author: The Force
Commit: The Force

    Remove Misplaced Addition From Another Pull request
 qtfred/src/mission/dialogs/ShipEditorDialogModel.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 111736d86
Author: The Force
Commit: The Force

    Capitalization error fix
 qtfred/src/ui/widgets/ShipFlagCheckbox.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 42890a333
Author: The Force
Commit: The Force

    Add Tristate Checkbox
 qtfred/source_groups.cmake                 |  2 ++
 qtfred/src/ui/widgets/ShipFlagCheckbox.cpp | 20 ++++++++++++++++++++
 qtfred/src/ui/widgets/ShipFlagCheckbox.h   | 16 ++++++++++++++++
 3 files changed, 38 insertions(+)

------------------------------------------------------------------------
commit 5b54ef772
Author: The Force
Commit: The Force

    Appease Clang
 .../dialogs/ShipInitialStatusDialogModel.cpp       |  32 +-
 qtfred/src/ui/dialogs/ShipInitialStatusDialog.cpp  | 820 +++++++++++----------
 2 files changed, 431 insertions(+), 421 deletions(-)

------------------------------------------------------------------------
commit 8a89c5bb0
Author: The Force
Commit: The Force

    Fix Compiler warnings
 qtfred/src/mission/dialogs/ShipEditorDialogModel.h |   8 +-
 .../dialogs/ShipInitialStatusDialogModel.cpp       | 118 ++++++++++++++++++---
 .../mission/dialogs/ShipInitialStatusDialogModel.h |  45 ++++----
 3 files changed, 129 insertions(+), 42 deletions(-)

------------------------------------------------------------------------
commit 91331d5d4
Author: The Force
Commit: The Force

    More Bugfixes
 qtfred/src/mission/dialogs/ShipInitialStatusDialogModel.cpp | 5 ++---
 qtfred/src/mission/dialogs/ShipInitialStatusDialogModel.h   | 5 +----
 qtfred/src/ui/dialogs/ShipInitialStatusDialog.cpp           | 6 ++++--
 qtfred/src/ui/dialogs/ShipInitialStatusDialog.h             | 1 -
 4 files changed, 7 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 84eacedb7
Author: The Force
Commit: The Force

    Some bugfixes
 .../dialogs/ShipInitialStatusDialogModel.cpp       |   9 +-
 qtfred/src/ui/dialogs/ShipInitialStatusDialog.cpp  |   9 +-
 qtfred/src/ui/dialogs/ShipInitialStatusDialog.h    |   4 +-
 qtfred/ui/ShipInitialStatus.ui                     | 101 ++++++++++++++++++++-
 4 files changed, 111 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 86d2ba8eb
Author: The Force
Commit: The Force

    Initial Status Dialog
 code/object/objectdock.cpp                         |   1 +
 qtfred/source_groups.cmake                         |   5 +
 qtfred/src/mission/dialogs/ShipEditorDialogModel.h |   2 +-
 .../dialogs/ShipInitialStatusDialogModel.cpp       | 802 +++++++++++++++++++++
 .../mission/dialogs/ShipInitialStatusDialogModel.h | 162 +++++
 qtfred/src/ui/dialogs/ShipEditorDialog.cpp         |   3 +-
 qtfred/src/ui/dialogs/ShipEditorDialog.h           |   1 +
 qtfred/src/ui/dialogs/ShipInitialStatusDialog.cpp  | 426 +++++++++++
 qtfred/src/ui/dialogs/ShipInitialStatusDialog.h    |  71 ++
 qtfred/ui/ShipInitialStatus.ui                     | 325 +++++++++
 10 files changed, 1796 insertions(+), 2 deletions(-)