81
The Modding Workshop / Re: Feedback required
« Last post by TrashMan on August 10, 2025, 03:53:03 am »Next would the hydra sentry gun... again, feedback and ideas pls.
Thanks to the hard work of rev_posix and Sandwich, the HLP email system has been fixed! All registration emails from the past few months have been re-sent. If you still need help, please sign on to Discord and let us know. The Discord link can be found in the top navbar under the HLP menu. ヾ(´︶`♡)ノ
Highlights are choice selections from the work of our forum members that deserve special recognition. You can find the complete list here.
------------------------------------------------------------------------
commit b8b24a67e
Author: Mike Nelson
Commit: GitHub
pass an initialized var instead of a temp var (#6917)
qtfred/src/main.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit df0279869
Author: Kestrellius
Commit: GitHub
Allow shockwave orientations to be relative to their parents (#6919)
code/ship/ship.cpp | 8 ++++----
code/weapon/shockwave.cpp | 4 ++++
code/weapon/shockwave.h | 1 +
code/weapon/weapons.cpp | 7 ++++++-
4 files changed, 15 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit 85b37e098
Author: Taylor Richards
Commit: GitHub
remove "safe" versions of FD_SET/FD_ISSET (#6918)
code/network/gtrack.cpp | 4 ++--
code/network/psnet2.cpp | 12 ++++++------
code/network/psnet2.h | 3 ---
code/network/ptrack.cpp | 2 +-
code/network/valid.cpp | 14 +++++++-------
5 files changed, 16 insertions(+), 19 deletions(-)
------------------------------------------------------------------------
commit 515beef61
Author: Taylor Richards
Commit: GitHub
fix cleanup of empty model.subsystems files (#6915)
code/model/modelread.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 7281f71da
Author: Taylor Richards
Commit: GitHub
clear screen going to PXO lobby (#6914)
code/network/multi_pxo.cpp | 4 ++++
1 file changed, 4 insertions(+)
------------------------------------------------------------------------
commit 7c29656c7
Author: Mike Nelson
Commit: GitHub
let the model decide if the apply was successful and should close (#6912)
qtfred/src/mission/util.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
------------------------------------------------------------------------
commit 3900faac8
Author: Mike Nelson
Commit: GitHub
Fix issue where QtFred could have multiple Ship Dialogs open (#6909)
qtfred/src/ui/FredView.cpp | 15 ++++++++++++---
qtfred/src/ui/FredView.h | 6 ++++++
2 files changed, 18 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 5cd3b3a30
Author: Kestrellius
Commit: GitHub
Extend particle interpolation to lifetime (#6910)
code/particle/ParticleEffect.cpp | 6 +++++-
code/particle/particle.cpp | 2 +-
code/particle/particle.h | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 75b61efbd
Author: Mike Nelson
Commit: GitHub
Custom Data for Campaigns (#6906)
code/mission/missioncampaign.cpp | 5 +++++
code/mission/missioncampaign.h | 1 +
code/scripting/api/libs/mission.cpp | 23 +++++++++++++++++++++++
fred2/campaigneditordlg.cpp | 11 +++++++++++
fred2/campaigneditordlg.h | 1 +
fred2/customdatadlg.cpp | 13 ++++++++-----
fred2/customdatadlg.h | 3 ++-
fred2/fred.rc | 1 +
fred2/missionnotesdlg.cpp | 2 +-
fred2/missionsave.cpp | 18 ++++++++++++++++++
qtfred/src/mission/missionsave.cpp | 18 ++++++++++++++++++
11 files changed, 89 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit b8c3c560d
Author: LuytenKy
Commit: GitHub
Implementation for an AI order to chase ship types -Second Attempt- (#6828)
code/ai/ai.h | 8 ++---
code/ai/aicode.cpp | 54 +++++++++++++++++-----------
code/ai/aigoals.cpp | 57 ++++++++++++++++++++++++++----
code/ai/aigoals.h | 3 +-
code/ai/aiturret.cpp | 8 +++--
code/def_files/data/tables/objecttypes.tbl | 8 ++---
code/parse/sexp.cpp | 21 +++++++++++
code/parse/sexp.h | 3 +-
code/scripting/api/objs/enums.cpp | 1 +
code/scripting/api/objs/enums.h | 1 +
code/scripting/api/objs/order.cpp | 33 ++++++++++++++++-
code/scripting/api/objs/ship.cpp | 16 +++++++--
code/scripting/api/objs/shipclass.h | 2 +-
code/ship/ship.cpp | 7 ++--
fred2/fredview.cpp | 1 +
fred2/management.cpp | 1 +
fred2/missionsave.cpp | 4 +++
fred2/shipgoalsdlg.cpp | 30 +++++++++++++++-
qtfred/src/mission/missionsave.cpp | 4 +++
19 files changed, 216 insertions(+), 46 deletions(-)