Recent Posts

Pages: < Prev 1 ... 3 4 5 6 7 8 9 [10]
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.
92
General Discussion / Re: Which Anti-Virus software do you use?
« Last post by Mongoose on October 11, 2025, 08:53:00 pm »
Okay, once or twice was fine, but let's cool it with the 17-year-old thread necromancy, shall we? Locking this.
93
**pours out a cold one for wxlauncher**
94
Nightly Builds / Nightly: 11 October 2025 - Revision ea1a3707a
« Last post by SirKnightly on October 11, 2025, 01:45:00 am »
Here is the nightly for 11 October 2025 - Revision ea1a3707a



Group: Linux-arm64
nightly_20251011_ea1a3707a-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20251011_ea1a3707a-builds-Linux-x86_64.tar.gz (Mirror)


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
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(-)
95
General Discussion / Re: Which Anti-Virus software do you use?
« Last post by DREDHAWK on October 10, 2025, 06:16:13 pm »
Warning: this topic has not been posted in for at least 30 days.
Unless you're sure you want to reply, please consider starting a new topic.

I use no nothing  just what ever Win 11 give me F anti Virus scammers and this world. LOL
96
General Discussion / Re: Firefox or Internet Explorer?
« Last post by DREDHAWK on October 10, 2025, 06:09:19 pm »
I'm back was just looking throw some of my old post I made many moons ago. LOL
97
FS2 Open Tools / Re: RELEASE: Knossos.NET (KNet)
« Last post by ShivanSpS on October 10, 2025, 09:58:02 am »
Im leaving this here, its the first build of Knossos.NET for Android. Keep in mind a lot of stuff dosent work or crashes the app. I do not want to do any more changes specific to android for a while, not to complicate the already too complicated PR any more than it is.

https://github.com/Shivansps/Knossos.NET/releases/tag/alpha-test
98
Nightly Builds / Nightly: 10 October 2025 - Revision 897429e23
« Last post by SirKnightly on October 10, 2025, 01:48:26 am »
Here is the nightly for 10 October 2025 - Revision 897429e23



Group: Linux-arm64
nightly_20251010_897429e23-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20251010_897429e23-builds-Linux-x86_64.tar.gz (Mirror)


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
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(-)
99
FreeSpace Discussion / Re: A celebration of Freespace
« Last post by Darius on October 09, 2025, 09:26:49 am »
Slowly working on developing ground combat gameplay

100
Nightly Builds / Nightly: 09 October 2025 - Revision 712491696
« Last post by SirKnightly on October 09, 2025, 01:48:40 am »
Here is the nightly for 09 October 2025 - Revision 712491696



Group: Linux-arm64
nightly_20251009_712491696-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20251009_712491696-builds-Linux-x86_64.tar.gz (Mirror)


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
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(-)
Pages: < Prev 1 ... 3 4 5 6 7 8 9 [10]