Recent Posts

Pages: < Prev 1 2 3 4 5 6 7 [8] 9 10 Next >
71
Nightly Builds / Nightly: 29 September 2025 - Revision dc50aaa86
« Last post by SirKnightly on September 29, 2025, 02:26:31 am »
Here is the nightly for 29 September 2025 - Revision dc50aaa86



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


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


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


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


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


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

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

    Particle Scripting API (#7061)
 code/particle/ParticleManager.cpp    |  13 ++
 code/particle/ParticleManager.h      |   4 +
 code/scripting/api/libs/tables.cpp   |  13 ++
 code/scripting/api/objs/particle.cpp | 239 +++++++++++++++++++++++++++++++++++
 code/scripting/api/objs/particle.h   |  20 +++
 5 files changed, 289 insertions(+)
72
FreeSpace Discussion / Re: Odd discovery
« Last post by ShivanSlayer on September 28, 2025, 09:04:23 pm »
Renegade Resurgence seems to have more oddities than a lot of other campaigns.  It is certainly a unique campaign because of it
73
FreeSpace Discussion / Re: Odd discovery
« Last post by Goober5000 on September 28, 2025, 08:33:11 pm »
An oversight leading to hilarious consequences.  These happen from time to time. :)
74
FreeSpace Discussion / Re: Odd discovery
« Last post by ShivanSlayer on September 28, 2025, 06:08:40 pm »
I have done it in mission 1 and the 2nd mission of the optional SOC loop. 
75
Nightly Builds / Nightly: 28 September 2025 - Revision 2c04313c5
« Last post by SirKnightly on September 28, 2025, 01:46:09 am »
Here is the nightly for 28 September 2025 - Revision 2c04313c5



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


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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 2c04313c5
Author: BMagnu
Commit: GitHub

    Fix copy and paste error (#7066)
 code/particle/particle.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
76
FreeSpace Discussion / Re: Odd discovery
« Last post by Nightmare on September 27, 2025, 10:05:53 pm »
Is that something mission specific in RR or does this work globally?
77
FreeSpace Discussion / Odd discovery
« Last post by ShivanSlayer on September 27, 2025, 09:57:35 pm »
In Renegade Resurgence, it turns out you can order the Altair IV shipyard to depart.  It will respond despite that Ganymede installations don't look they have any human crew, and it will jump into subspace despite not having any engines.
78
FreeSpace Discussion / Re: 25 Years some odd years
« Last post by Goober5000 on September 27, 2025, 03:15:06 pm »
A blast from the past.  Welcome back!

We're still carrying the torch.  There are tons of mods available on Knossos, and many projects are currently in development.
79
Nightly Builds / Nightly: 27 September 2025 - Revision e6e551121
« Last post by SirKnightly on September 27, 2025, 01:53:30 am »
Here is the nightly for 27 September 2025 - Revision e6e551121



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


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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit e6e551121
Author: Mike Nelson
Commit: GitHub

    Modernize QtFRED menus (#7064)
 qtfred/ui/FredView.ui | 129 ++++++++++++++++++++++++++++++--------------------
 1 file changed, 78 insertions(+), 51 deletions(-)

------------------------------------------------------------------------
commit aadf1c5f8
Author: Mike Nelson
Commit: GitHub

    QtFRED Briefing Dialog (#7032)
 qtfred/source_groups.cmake                         |    2 +
 .../mission/dialogs/BriefingEditorDialogModel.cpp  | 1233 ++++++++++++++++++++
 .../mission/dialogs/BriefingEditorDialogModel.h    |  144 +++
 qtfred/src/ui/FredView.cpp                         |    2 +-
 qtfred/src/ui/dialogs/BriefingEditorDialog.cpp     |  382 +++++-
 qtfred/src/ui/dialogs/BriefingEditorDialog.h       |   99 +-
 qtfred/ui/BriefingEditorDialog.ui                  | 1113 ++++++++++--------
 7 files changed, 2453 insertions(+), 522 deletions(-)

------------------------------------------------------------------------
commit 6cb49fa24
Author: Mike Nelson
Commit: GitHub

    QtFRED Campaign Editor (#7030)
 qtfred/source_groups.cmake                         |    4 +
 .../mission/dialogs/CampaignEditorDialogModel.cpp  | 2009 +++++++++++++-------
 .../mission/dialogs/CampaignEditorDialogModel.h    |  462 ++---
 qtfred/src/ui/dialogs/CampaignEditorDialog.cpp     |  948 ++++++---
 qtfred/src/ui/dialogs/CampaignEditorDialog.h       |  177 +-
 qtfred/src/ui/widgets/CampaignMissionGraph.cpp     | 1277 +++++++++++++
 qtfred/src/ui/widgets/CampaignMissionGraph.h       |  418 ++++
 qtfred/src/ui/widgets/SimpleListSelectDialog.cpp   |  170 ++
 qtfred/src/ui/widgets/SimpleListSelectDialog.h     |   39 +
 qtfred/ui/CampaignEditorDialog.ui                  |  984 +++++-----
 10 files changed, 4690 insertions(+), 1798 deletions(-)

------------------------------------------------------------------------
commit d0737926b
Author: Mike Nelson
Commit: GitHub

    QtFRED Variables Dialog (#7020)
 qtfred/source_groups.cmake                         |    2 +
 qtfred/src/mission/dialogs/VariableDialogModel.cpp | 3098 +++++++-------------
 qtfred/src/mission/dialogs/VariableDialogModel.h   |  307 +-
 qtfred/src/ui/dialogs/VariableDialog.cpp           | 2333 +++++----------
 qtfred/src/ui/dialogs/VariableDialog.h             |  166 +-
 qtfred/src/ui/widgets/LineEditDelegate.cpp         |   55 +
 qtfred/src/ui/widgets/LineEditDelegate.h           |   16 +
 qtfred/ui/VariableDialog.ui                        | 1269 ++++----
 8 files changed, 2676 insertions(+), 4570 deletions(-)
80
FreeSpace Discussion / 25 Years some odd years
« Last post by DREDHAWK on September 26, 2025, 09:31:39 pm »
Hard to believe HLP still up and it been like 25 some years since this game came out.   I join this community in 2001 I feel like I'm getting old.
Pages: < Prev 1 2 3 4 5 6 7 [8] 9 10 Next >