Author Topic: Nightly: 04 February 2025 - Revision 417ba3bd2  (Read 6484 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 04 February 2025 - Revision 417ba3bd2
Here is the nightly for 04 February 2025 - Revision 417ba3bd2



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


Group: MacOSX-arm64
nightly_20250204_417ba3bd2-builds-Mac-arm64.tar.gz (Mirror)


Group: MacOSX-x86_64
nightly_20250204_417ba3bd2-builds-Mac-x86_64.tar.gz (Mirror)


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


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

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

    fred support for substitute main hall
 code/mission/missioncampaign.cpp | 21 ++++++++++++++-------
 code/mission/missioncampaign.h   |  1 +
 fred2/campaigneditordlg.cpp      | 35 +++++++++++++++++++++++++++++++++--
 fred2/campaigneditordlg.h        |  4 ++++
 fred2/missionsave.cpp            | 13 +++++++++++++
 5 files changed, 65 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 21531a282
Author: Goober5000
Commit: Goober5000

    fix spelling and update dialog
 fred2/campaigneditordlg.cpp |  6 ++---
 fred2/campaigntreeview.cpp  |  2 +-
 fred2/fred.rc               | 56 +++++++++++++++++++++++----------------------
 fred2/resource.h            |  4 ++--
 4 files changed, 35 insertions(+), 33 deletions(-)

------------------------------------------------------------------------
commit 23dc22e17
Author: BMagnu
Commit: GitHub

    Unify Particle Attachment (#6571)
 code/debris/debris.cpp                     |   5 +-
 code/model/modelread.cpp                   |  12 +--
 code/model/modelrender.cpp                 |  31 +++---
 code/object/collideshipweapon.cpp          |   2 +-
 code/particle/EffectHost.h                 |   2 +-
 code/particle/ParticleEffect.h             |   2 +
 code/particle/ParticleSource.cpp           |  10 +-
 code/particle/ParticleSource.h             |   6 ++
 code/particle/hosts/EffectHostObject.cpp   |   2 +-
 code/particle/hosts/EffectHostObject.h     |   2 +-
 code/particle/hosts/EffectHostSubmodel.cpp |   2 +-
 code/particle/hosts/EffectHostSubmodel.h   |   2 +-
 code/particle/hosts/EffectHostVector.cpp   |   8 +-
 code/particle/hosts/EffectHostVector.h     |   4 +-
 code/ship/ship.cpp                         |  65 ++++++------
 code/ship/shipfx.cpp                       |  36 ++++---
 code/utils/modular_curves.h                |  11 +-
 code/weapon/beam.cpp                       | 161 ++++++++++++++---------------
 code/weapon/weapon.h                       |   2 +-
 code/weapon/weapons.cpp                    |  49 +++++++--
 20 files changed, 239 insertions(+), 175 deletions(-)

------------------------------------------------------------------------
commit 5b736b1dd
Author: Mike Nelson
Commit: GitHub

    Hud config framework (#6495)
 code/hud/hud.cpp                 | 480 +++++++++++++++++++++++----------------
 code/hud/hud.h                   |  55 +++--
 code/hud/hudbrackets.cpp         |   7 +-
 code/hud/hudbrackets.h           |   2 +-
 code/hud/hudconfig.cpp           |  54 +++++
 code/hud/hudconfig.h             |  76 +++++++
 code/hud/hudescort.cpp           |   8 +-
 code/hud/hudescort.h             |   2 +-
 code/hud/hudets.cpp              |  22 +-
 code/hud/hudets.h                |  10 +-
 code/hud/hudlock.cpp             |   2 +-
 code/hud/hudlock.h               |   2 +-
 code/hud/hudmessage.cpp          |   8 +-
 code/hud/hudmessage.h            |   6 +-
 code/hud/hudreticle.cpp          |  19 +-
 code/hud/hudreticle.h            |   8 +-
 code/hud/hudscripting.cpp        |   2 +-
 code/hud/hudscripting.h          |   2 +-
 code/hud/hudshield.cpp           |   8 +-
 code/hud/hudshield.h             |   8 +-
 code/hud/hudsquadmsg.cpp         |  14 +-
 code/hud/hudsquadmsg.h           |   2 +-
 code/hud/hudtarget.cpp           |  62 +++--
 code/hud/hudtarget.h             |  38 ++--
 code/hud/hudtargetbox.cpp        |  18 +-
 code/hud/hudtargetbox.h          |   4 +-
 code/hud/hudwingmanstatus.cpp    |   3 +-
 code/hud/hudwingmanstatus.h      |   2 +-
 code/mission/missiontraining.cpp |  10 +-
 code/mission/missiontraining.h   |   4 +-
 code/radar/radar.cpp             |   2 +-
 code/radar/radar.h               |   2 +-
 code/radar/radardradis.cpp       |   2 +-
 code/radar/radardradis.h         |   3 +-
 code/radar/radarorb.cpp          |   2 +-
 code/radar/radarorb.h            |   2 +-
 code/radar/radarsetup.cpp        |  10 +-
 code/radar/radarsetup.h          |   2 +-
 code/weapon/emp.cpp              |   4 +-
 code/weapon/emp.h                |   2 +-
 40 files changed, 595 insertions(+), 374 deletions(-)

------------------------------------------------------------------------
commit 133b033ea
Author: Goober5000
Commit: Goober5000

    some upgrades to vmallocator.h
 code/ai/ai.h                                       |   2 +-
 code/ai/aicode.cpp                                 |   5 +-
 code/globalincs/systemvars.cpp                     |  84 --------------
 code/globalincs/vmallocator.cpp                    | 128 +++++++++++++++++++++
 code/globalincs/vmallocator.h                      | 127 +++++++++++---------
 code/hud/hudsquadmsg.cpp                           |  12 +-
 code/model/animation/modelanimation.h              |   4 +-
 code/model/animation/modelanimation_moveables.cpp  |  10 +-
 code/model/animation/modelanimation_moveables.h    |  10 +-
 code/model/modelinterp.cpp                         |   4 +-
 code/parse/sexp.cpp                                |  14 +--
 code/scripting/api/libs/mission.cpp                |   2 +-
 code/scripting/lua.cpp                             |   2 +-
 code/ship/ship.cpp                                 |  16 +--
 code/ship/ship.h                                   |   6 +-
 code/source_groups.cmake                           |   5 +-
 fred2/eventeditor.cpp                              |   2 +-
 fred2/ignoreordersdlg.cpp                          |  12 +-
 fred2/missiongoalsdlg.cpp                          |   2 +-
 fred2/sexp_tree.cpp                                |   6 +-
 .../mission/dialogs/MissionGoalsDialogModel.cpp    |   2 +-
 .../dialogs/ShipEditor/PlayerOrdersDialogModel.cpp |  16 +--
 qtfred/src/ui/dialogs/EventEditorDialog.cpp        |   2 +-
 qtfred/src/ui/widgets/sexp_tree.cpp                |   6 +-
 24 files changed, 269 insertions(+), 210 deletions(-)

------------------------------------------------------------------------
commit 2a6017cb7
Author: Goober5000
Commit: Goober5000

    enable mission goals for scripted sexps
 code/parse/sexp/LuaSEXP.cpp          |  16 ++--
 code/scripting/api/libs/mission.cpp  |  51 ++++++++++---
 code/scripting/api/libs/ui.cpp       |  30 ++++----
 code/scripting/api/objs/briefing.cpp | 132 --------------------------------
 code/scripting/api/objs/briefing.h   |   2 -
 code/scripting/api/objs/event.cpp    |  20 ++---
 code/scripting/api/objs/event.h      |   7 +-
 code/scripting/api/objs/goal.cpp     | 142 +++++++++++++++++++++++++++++++++++
 code/scripting/api/objs/goal.h       |   9 +++
 code/source_groups.cmake             |   2 +
 10 files changed, 227 insertions(+), 184 deletions(-)