91
General Discussion / Re: Firefox or Internet Explorer?
« Last post by Mongoose on October 11, 2025, 08:53:41 pm »Probably should have locked this originally instead of just snarking about it.
HLP Donations Page has been reworked for supporting the site.
Please note that the previous "Tiers" are currently not operational (but will be worked on).
You can still cancel any previous re-occurring donations to make new ones which will go to the new Treasurer Admin (Zacam).
The FSCRP have released an updated Wing Commander IV tech demo for WC Saga for FSO!
The FSCRP have released a beta version of Wing Commander Saga for FSO!
After 7.5 years, MjnMixael finally released another FS1 cutscene remade in HD!
DefCynodont119 releases Legion's Demise, a mission set during the FS2 Intro!Highlights are choice selections from the work of our forum members that deserve special recognition. You can find the complete list here.
Recent Posts
------------------------------------------------------------------------
commit cd2ff4654
Author: Goober5000
Commit: Goober5000
initialize some fields
code/particle/particle.h | 2 +-
code/ship/ship.cpp | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 0c736b7bc
Author: Goober5000
Commit: Goober5000
address feedback
code/ai/aigoals.cpp | 117 +++++++++++++--------
code/parse/sexp.cpp | 20 ++--
code/scripting/api/objs/ship.cpp | 18 +++-
fred2/fredview.cpp | 3 +-
fred2/missionsave.cpp | 4 +
fred2/shipgoalsdlg.cpp | 3 +
qtfred/src/mission/Editor.cpp | 1 +
.../dialogs/ShipEditor/ShipGoalsDialogModel.cpp | 2 +
qtfred/src/mission/missionsave.cpp | 4 +
.../src/ui/dialogs/ShipEditor/ShipGoalsDialog.cpp | 1 +
10 files changed, 116 insertions(+), 57 deletions(-)
------------------------------------------------------------------------
commit 440c6fda4
Author: Goober5000
Commit: Goober5000
restore original squad-commanded priority by removing lines added in 09d116f
code/ai/aigoals.cpp | 4 ----
1 file changed, 4 deletions(-)
------------------------------------------------------------------------
commit aad6c8468
Author: Goober5000
Commit: Goober5000
add $purge player-issued form-on-wing after subsequent order: flag
code/ai/ai_flags.h | 2 ++
code/ai/ai_profiles.cpp | 4 ++++
code/ai/aigoals.cpp | 28 ++++++++++++++++++++++++----
code/parse/sexp.cpp | 5 +++--
code/scripting/api/objs/order.cpp | 20 +++++++++++++++-----
5 files changed, 48 insertions(+), 11 deletions(-)
------------------------------------------------------------------------
commit 7f8674c53
Author: Goober5000
Commit: Goober5000
enhance goals with additional parameters
code/ai/ai_flags.h | 4 ++
code/ai/ai_profiles.cpp | 17 ++++++++
code/ai/ai_profiles.h | 2 +
code/ai/aicode.cpp | 8 ++++
code/ai/aigoals.cpp | 84 ++++++++++++++++++++++++++++++++++-----
code/parse/sexp.cpp | 36 ++++++++++++-----
code/scripting/api/objs/order.cpp | 16 ++++++++
7 files changed, 145 insertions(+), 22 deletions(-)
------------------------------------------------------------------------
commit 40b4294b1
Author: Goober5000
Commit: Goober5000
add Clear_all_goals_first goal flag, allow it to be used with any goal, and adapt goal assignment accordingly
code/ai/ai_flags.h | 3 +-
code/ai/aigoals.cpp | 121 ++++++++++++++++++++++++++++------------------------
2 files changed, 67 insertions(+), 57 deletions(-)
------------------------------------------------------------------------
commit 54ee4a30d
Author: Goober5000
Commit: Goober5000
Preliminary cleanup of goal code.
code/ai/aigoals.cpp | 43 ++++++++++++++-------------------------
code/ai/aigoals.h | 2 +-
code/parse/sexp.cpp | 6 +++---
code/scripting/api/objs/order.cpp | 4 ++--
code/scripting/api/objs/ship.cpp | 2 +-
5 files changed, 22 insertions(+), 35 deletions(-)
------------------------------------------------------------------------
commit b8fa52097
Author: Goober5000
Commit: Goober5000
patch cancel-future-waves to handle absent waves
code/parse/sexp.cpp | 16 ++++++++++++----
code/ship/ship.cpp | 41 +++++++++++++++++++++++++++++++++++++++--
code/ship/ship.h | 1 +
3 files changed, 52 insertions(+), 6 deletions(-)