Recent Posts

Pages: [1] 2 3 4 5 6 7 8 ... 10 Next >
1
Nightly Builds / Nightly: 15 October 2025 - Revision 6a9b6a38e
« Last post by SirKnightly on October 15, 2025, 01:50:04 am »
Here is the nightly for 15 October 2025 - Revision 6a9b6a38e



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


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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 6a9b6a38e
Author: Taylor Richards
Commit: GitHub

    fix several uninitialized variable warnings (#7087)
 code/network/multi_mdns.cpp | 10 ++++++++--
 code/network/valid.cpp      |  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)
2
FreeSpace Discussion / Re: Screencap Contest: September 2025
« Last post by NeonShivan on October 14, 2025, 08:03:39 pm »
Quote from: Colt


I bestow upon you, the community, the winner of the September 2025 contest. Please make sure to submit for October for a chance to win :)
3
Nightly Builds / Nightly: 14 October 2025 - Revision ea985b645
« Last post by SirKnightly on October 14, 2025, 07:15:41 am »
Here is the nightly for 14 October 2025 - Revision ea985b645



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


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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 6b5f9c9be
Author: wookieejedi
Commit: GitHub

    Cleanup and fix `hud_target_missile` (#7051)
 code/hud/hudtarget.cpp  | 246 ++++++++++++++++++++++++++----------------------
 code/hud/hudtarget.h    |   2 +-
 code/io/keycontrol.cpp  |   8 +-
 code/weapon/weapon.h    |   1 -
 code/weapon/weapons.cpp |  10 --
 5 files changed, 141 insertions(+), 126 deletions(-)

------------------------------------------------------------------------
commit eca894e73
Author: Goober5000
Commit: Goober5000

    add flag to automatically cancel future waves if a mothership is destroyed
 code/ai/ai_flags.h      |  1 +
 code/ai/ai_profiles.cpp |  3 +++
 code/parse/sexp.cpp     | 24 ++++++++++++++----------
 code/ship/ship.cpp      | 14 ++++++++++++++
 4 files changed, 32 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit d77f413f3
Author: Goober5000
Commit: Goober5000

    vectorize subsystem damage/heal list
 code/ship/shiphit.cpp | 47 +++++++++++++++--------------------------------
 1 file changed, 15 insertions(+), 32 deletions(-)
4
The FreeSpace Upgrade Project / Re: Brightness
« Last post by Goober5000 on October 13, 2025, 12:26:45 am »
I just fired it up and tried it out.  Visually, it looks greyed out, but the arrow icons are still clickable, and the game will brighten or dim as expected.
5
FreeSpace Discussion / Re: Screencap Contest: October 2025
« Last post by Belisarius on October 12, 2025, 03:03:00 pm »
No ships, no weapons, just a beautiful ingame background. Thanks to shiv and Nyctaeus for the resources.



GTD Nereid on her last voyage.

6
Nightly Builds / Nightly: 12 October 2025 - Revision a243052f4
« Last post by SirKnightly on October 12, 2025, 01:45:23 am »
Here is the nightly for 12 October 2025 - Revision a243052f4



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


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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit a243052f4
Author: BMagnu
Commit: GitHub

    Fix Particles Hosted on Particles Which Themselves Are Parented (#7085)
 code/particle/hosts/EffectHostParticle.cpp | 34 +++++++++++++++++++++++++++---
 code/particle/hosts/EffectHostParticle.h   |  3 +++
 2 files changed, 34 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 1b8f92052
Author: LuytenKy
Commit: GitHub

    Implement a new ai_profiles.tbl field that allows the maximum number of allies allowed to be rearming to be modified (#7065)
 code/ai/ai_profiles.cpp        |  4 ++++
 code/ai/ai_profiles.h          |  3 +++
 code/ai/aicode.cpp             |  2 +-
 code/def_files/ai_profiles.tbl | 13 ++++++++-----
 4 files changed, 16 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 17feb28d2
Author: Goober5000
Commit: Goober5000

    rearrange FRED2 menus to match qtFRED
 fred2/fred.rc | 84 +++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 47 insertions(+), 37 deletions(-)
7
FS2 Open Tools / Re: RELEASE: Knossos.NET (KNet)
« Last post by ShivanSpS on October 12, 2025, 12:20:34 am »

....
8
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.
9
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.
10
**pours out a cold one for wxlauncher**
Pages: [1] 2 3 4 5 6 7 8 ... 10 Next >