Recent Posts

Pages: < Prev 1 2 3 4 [5] 6 7 8 9 10 Next >
41
Crysis 2: Battutamod / Re: ¡BATTUTAMOD! for Crysis 2!
« Last post by Iain Baker on September 02, 2025, 07:17:54 pm »
Am I right in thinking there is a version of this for the Remastered version of Crysis 2 as well now?
42
FreeSpace Discussion / Re: Screencap Contest: August 2025
« Last post by NeonShivan on September 02, 2025, 04:59:41 pm »
I am happy to announce the winner of this month is shiv for this image:



September's theme will be announced by the end of this week.
43
FreeSpace Discussion / Re: Props to Passionate Community + Shameless Stream Plugging
« Last post by Goober5000 on September 02, 2025, 12:21:15 pm »
Writing-wise, Enemies United is a literary masterwork of narrative composition, eloquent wordplay, and gratuitous beamz. Battle a formidable, unique and inspired opponent, the NHOL, amidst a backdrop of thrilling intrigue and chilling wonder in the depths of space where no one has gone before. Truly, Enemies United may even unseat Eser Guven's pearl of FreeSpace excellence, the award-winning "Surprise"!

44
Nightly Builds / Nightly: 02 September 2025 - Revision c50cffae1
« Last post by SirKnightly on September 02, 2025, 01:49:38 am »
Here is the nightly for 02 September 2025 - Revision c50cffae1



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


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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit b7aa53dd7
Author: Mike Nelson
Commit: Mike Nelson

    address feedback and fix some ui issues
 .../src/mission/dialogs/BackgroundEditorDialogModel.cpp   | 15 +++------------
 qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp          |  6 +++++-
 qtfred/src/ui/dialogs/BackgroundEditorDialog.h            |  2 +-
 3 files changed, 9 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit b9229cd71
Author: Mike Nelson
Commit: Mike Nelson

    more static
 qtfred/src/mission/dialogs/BackgroundEditorDialogModel.cpp | 2 +-
 qtfred/src/mission/dialogs/BackgroundEditorDialogModel.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 886b54c29
Author: Mike Nelson
Commit: Mike Nelson

    more clang
 .../dialogs/BackgroundEditorDialogModel.cpp        | 49 ++++++----------------
 .../mission/dialogs/BackgroundEditorDialogModel.h  | 21 +++++-----
 qtfred/ui/BackgroundEditor.ui                      | 15 +++++++
 3 files changed, 38 insertions(+), 47 deletions(-)

------------------------------------------------------------------------
commit ca4540a82
Author: Mike Nelson
Commit: Mike Nelson

    clang
 .../dialogs/BackgroundEditorDialogModel.cpp        | 112 +++++++++++++--------
 .../mission/dialogs/BackgroundEditorDialogModel.h  |  91 ++++++++---------
 qtfred/src/ui/dialogs/BackgroundEditorDialog.h     |   2 +-
 3 files changed, 115 insertions(+), 90 deletions(-)

------------------------------------------------------------------------
commit 0f73a5915
Author: Mike Nelson
Commit: Mike Nelson

    clean
 .../dialogs/BackgroundEditorDialogModel.cpp        | 24 +---------------------
 .../mission/dialogs/BackgroundEditorDialogModel.h  |  2 --
 2 files changed, 1 insertion(+), 25 deletions(-)

------------------------------------------------------------------------
commit 1d1ed1905
Author: Mike Nelson
Commit: Mike Nelson

    minor fix
 qtfred/src/mission/dialogs/BackgroundEditorDialogModel.cpp | 5 +++++
 1 file changed, 5 insertions(+)

------------------------------------------------------------------------
commit 917b4547e
Author: Mike Nelson
Commit: Mike Nelson

    save swap with index
 .../dialogs/BackgroundEditorDialogModel.cpp        | 198 +++++++++++++++++++++
 .../mission/dialogs/BackgroundEditorDialogModel.h  |  15 ++
 qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp   | 111 +++++++++++-
 qtfred/src/ui/dialogs/BackgroundEditorDialog.h     |  12 ++
 4 files changed, 335 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 614f510d0
Author: Mike Nelson
Commit: Mike Nelson

    misc group stuff
 .../dialogs/BackgroundEditorDialogModel.cpp        | 68 ++++++++++++++++++++-
 .../mission/dialogs/BackgroundEditorDialogModel.h  | 16 ++++-
 qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp   | 70 +++++++++++++++++++++-
 qtfred/src/ui/dialogs/BackgroundEditorDialog.h     |  8 +++
 4 files changed, 156 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit aa7fc6daf
Author: Mike Nelson
Commit: Mike Nelson

    skybox section
 .../dialogs/BackgroundEditorDialogModel.cpp        | 192 +++++++++++++++++++++
 .../mission/dialogs/BackgroundEditorDialogModel.h  |  22 +++
 qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp   | 109 ++++++++++++
 qtfred/src/ui/dialogs/BackgroundEditorDialog.h     |  15 ++
 qtfred/ui/BackgroundEditor.ui                      |   4 +-
 5 files changed, 340 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit cb4e132df
Author: Mike Nelson
Commit: Mike Nelson

    ambient controls
 .../dialogs/BackgroundEditorDialogModel.cpp        | 57 +++++++++++++-
 .../mission/dialogs/BackgroundEditorDialogModel.h  |  8 ++
 qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp   | 87 ++++++++++++++++++++++
 qtfred/src/ui/dialogs/BackgroundEditorDialog.h     |  8 ++
 qtfred/ui/BackgroundEditor.ui                      | 50 ++++++++-----
 5 files changed, 191 insertions(+), 19 deletions(-)

------------------------------------------------------------------------
commit fe17997ca
Author: Mike Nelson
Commit: Mike Nelson

    nebula groups
 .../dialogs/BackgroundEditorDialogModel.cpp        | 349 ++++++++++++-
 .../mission/dialogs/BackgroundEditorDialogModel.h  |  47 +-
 qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp   | 212 ++++++++
 qtfred/src/ui/dialogs/BackgroundEditorDialog.h     |  24 +
 qtfred/ui/BackgroundEditor.ui                      | 561 ++++++++++++---------
 5 files changed, 939 insertions(+), 254 deletions(-)

------------------------------------------------------------------------
commit f69196667
Author: Mike Nelson
Commit: Mike Nelson

    sun section
 .../dialogs/BackgroundEditorDialogModel.cpp        | 245 ++++++++++++++++++---
 .../mission/dialogs/BackgroundEditorDialogModel.h  |  27 ++-
 qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp   | 166 +++++++++++++-
 qtfred/src/ui/dialogs/BackgroundEditorDialog.h     |  12 +
 qtfred/ui/BackgroundEditor.ui                      | 103 ++++++---
 5 files changed, 482 insertions(+), 71 deletions(-)

------------------------------------------------------------------------
commit a531fd9fe
Author: Mike Nelson
Commit: Mike Nelson

    wire up the bitmap section
 qtfred/source_groups.cmake                         |    2 +
 .../dialogs/BackgroundEditorDialogModel.cpp        |  336 +++++
 .../mission/dialogs/BackgroundEditorDialogModel.h  |   65 +
 qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp   |  221 ++-
 qtfred/src/ui/dialogs/BackgroundEditorDialog.h     |   40 +-
 qtfred/ui/BackgroundEditor.ui                      | 1422 ++++++++++----------
 6 files changed, 1363 insertions(+), 723 deletions(-)
45
Yep
46
FreeSpace Discussion / Re: Props to Passionate Community + Shameless Stream Plugging
« Last post by Kie99 on September 01, 2025, 06:27:57 am »
Was that the one where the NTF and Hammer of Light teamed up?
47
Nightly Builds / Nightly: 01 September 2025 - Revision 90e1f18fa
« Last post by SirKnightly on September 01, 2025, 01:49:05 am »
Here is the nightly for 01 September 2025 - Revision 90e1f18fa



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


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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 90e1f18fa
Author: Asteroth
Commit: GitHub

    add recoil for secondaries (#7007)
 code/ship/ship.cpp | 8 ++++++++
 1 file changed, 8 insertions(+)

------------------------------------------------------------------------
commit 689d18486
Author: Mike Nelson
Commit: Mike Nelson

    commit error
 qtfred/src/mission/dialogs/VolumetricNebulaDialogModel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 772920b72
Author: Mike Nelson
Commit: Mike Nelson

    static method
 qtfred/src/mission/dialogs/VolumetricNebulaDialogModel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 2b2320ffe
Author: Mike Nelson
Commit: Mike Nelson

    volumetric nebula dialog
 code/nebula/volumetrics.h                          |   7 +-
 qtfred/source_groups.cmake                         |   5 +
 .../mission/dialogs/MissionGoalsDialogModel.cpp    |   2 +-
 .../dialogs/VolumetricNebulaDialogModel.cpp        | 446 +++++++++++++
 .../mission/dialogs/VolumetricNebulaDialogModel.h  | 139 ++++
 qtfred/src/ui/FredView.cpp                         |   7 +
 qtfred/src/ui/FredView.h                           |   1 +
 qtfred/src/ui/dialogs/VolumetricNebulaDialog.cpp   | 365 +++++++++++
 qtfred/src/ui/dialogs/VolumetricNebulaDialog.h     | 101 +++
 qtfred/ui/FredView.ui                              |   8 +-
 qtfred/ui/VolumetricNebulaDialog.ui                | 727 +++++++++++++++++++++
 11 files changed, 1805 insertions(+), 3 deletions(-)
48
FRED-wise, it's actually not very janky at all - missions are short and mostly play themselves, there's not much "dead time", it's not a frustrating playthrough. Definitely a single stream, maybe with time for some Blighted at the end

Writing-wise, Enemies United is a literary masterwork of narrative composition, eloquent wordplay, and gratuitous beamz. Battle a formidable, unique and inspired opponent, the NHOL, amidst a backdrop of thrilling intrigue and chilling wonder in the depths of space where no one has gone before. Truly, Enemies United may even unseat Eser Guven's pearl of FreeSpace excellence, the award-winning "Surprise"!
49
Mission & Campaign Releases / Re: RELEASE: Big Bad Shivans
« Last post by Kie99 on August 31, 2025, 06:25:13 pm »
Played this last night, enjoyed it, nice work.  I enjoy the parallel campaign bit and found the missions fun.  I only played it once, but it certainly had the feel that what I was doing was influential.

There was an issue in the first one where I cleared the enemies, then just had to wait a couple of minutes while the convoy reached the node.  Normally if the enemies can expire before the escort is complete you'd have some dialogue to fill the dead time or they'd say something like "That looks like the last of them" and tell you to RTB.

There was a bit of tonal whiplash at times, going between an out and out comedy campaign and serious military missions.  The "will rise again" Easter Egg in particular was just annoying, putting you back to the start of the mission with no chance of survival.  Don't think I got the other ones.

Overall it was a good time, though.
50
A super old campaign called Enemies United got put up on Knossos - I want to convince Joe to play it, but that kind of torture might be a violation of the Beta Aquilae Convention  :nervous:

Ironically enough, Joe asked me to put out a general call to the community for additional campaigns to put on the list.   I haven't played Enemies United myself, although I see that Paladin is streaming it.  Is it good?  How much jank is there?

Other campaigns that need to be on the list:
Casualties of War
Casualties of War II
[tbd]
Pages: < Prev 1 2 3 4 [5] 6 7 8 9 10 Next >