Recent Posts

Pages: < Prev 1 2 [3] 4 5 6 7 8 9 10 Next >
21
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
22
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(-)
23
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

24
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(-)
25
Nightly Builds / Nightly: 08 October 2025 - Revision 7eff7900a
« Last post by SirKnightly on October 08, 2025, 01:48:13 am »
Here is the nightly for 08 October 2025 - Revision 7eff7900a



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


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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 7eff7900a
Author: wookieejedi
Commit: GitHub

    Allow mods to tune generic debris generation (#7027)
 code/debris/debris.cpp       | 11 +++++++++--
 code/mod_table/mod_table.cpp |  6 ++++++
 code/mod_table/mod_table.h   |  1 +
 code/model/model_flags.h     |  3 ++-
 code/ship/ship.cpp           | 30 +++++++++++++++++++++++++++---
 code/ship/ship_flags.h       |  3 ++-
 code/ship/shipfx.cpp         | 13 +++++++++++--
 code/ship/shiphit.cpp        | 14 ++++++++------
 8 files changed, 66 insertions(+), 15 deletions(-)
26
The FreeSpace Upgrade Project / Brightness
« Last post by OverDhill on October 07, 2025, 08:42:10 pm »
It has been awhile since I played around with FSO and on a new machine now.  How do you adjust the brightness as it seems it is greyed out in the Options screen.   I would like to make it a bit brighter.

Thanks

OverDhill
27
Blackwater Operations / Re: BWO Dump Released on Knossos
« Last post by Nightmare on October 07, 2025, 05:09:18 pm »
Since it was bumped anyway...

Here's the campaign order and notes for a campaign file:

Mission File   Act   
BWO-E1M1   One   
BWO-E1M2   One   
BWO-E1MX   Act One SOC Loop   
BWO-E1MX2   Act One SOC Loop   
BWO-E1M3   One   
BWO-E1M4   One   
BWO-E1M5   One   
BWO-E1M6   One   
BWO-E1M7   One   
BWO-E1M8a   One   
BWO-E1M8b   One   
BWO-E1M9   One   
BWO-E1M10   One   
BWO-E1M11   One   
BWO-E1M12   One   
BWO-E1M13   One   
BWO-E1M14   One   
BWO-E1M15   One   
BWO-E1M16   One   
BWO-E1M17   One   
BWO-E1M18   One   
BWO-E1M19   One   
BWO-E1M20   One   Destroy GTC Qada- Go to Act 3. GTC Qada jumps go to Act 2

This is somewhat incorrect. In there is another branch; one is about BlackWater in Sol, the other about BW fighting the SoV. Each is 4 missions long and they're entirely seperate, with a main plotline before and afterwards. I changed the names back when I was working on BWO but this is apparently an older version, so I wouldn't know which is what :/
28
The Babylon Project / Re: B5 Digital Art
« Last post by Nightmare on October 07, 2025, 05:02:10 pm »
Beautiful work. :yes: As always. :D
29
Nightly Builds / Nightly: 07 October 2025 - Revision 2808606b8
« Last post by SirKnightly on October 07, 2025, 01:47:32 am »
Here is the nightly for 07 October 2025 - Revision 2808606b8



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


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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 2808606b8
Author: BMagnu
Commit: GitHub

    Fix Cross Compilation (#7077)
 lib/libpcpnatpmp/CMakeLists.txt                 | 2 +-
 lib/libpcpnatpmp/src/net/gateway.c              | 2 +-
 lib/libpcpnatpmp/src/net/pcp_socket.c           | 2 +-
 lib/libpcpnatpmp/src/pcp_logger.h               | 2 +-
 lib/libpcpnatpmp/src/windows/pcp_gettimeofday.h | 6 ++++++
 lib/libpcpnatpmp/src/windows/pcp_win_defines.h  | 2 +-
 lib/mdns/mdns.h                                 | 4 ++--
 7 files changed, 13 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 84d3cdf84
Author: BMagnu
Commit: GitHub

    Fix anim executables when animations wrap around (#7076)
 code/model/animation/modelanimation.cpp | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit b1e4bd7ef
Author: Asteroth
Commit: GitHub

    flight cursor aiming for secondaries (#7075)
 code/ship/ship.cpp | 11 ++++++++++-
 code/ship/ship.h   |  1 +
 2 files changed, 11 insertions(+), 1 deletion(-)
30
FreeSpace Discussion / Re: Screencap Contest: September 2025
« Last post by Envoybane23 on October 06, 2025, 05:39:13 pm »
https://imgur.com/FCawWWd
https://imgur.com/qGBoBkB
https://imgur.com/8Zoy3KR

(Not sure why these aren't loading. Hopefully this is enough)
Pages: < Prev 1 2 [3] 4 5 6 7 8 9 10 Next >