Recent Posts

Pages: < Prev 1 [2] 3 4 5 6 7 8 9 10 Next >
11
Mission & Campaign Releases / Re: RELEASE: Blue Planet: Chanticleer
« Last post by qweqwe321 on March 24, 2024, 11:00:21 am »
The 3.1.2 update is to use the correct Maitreya model, and fix a bug related to it in mission 9.
12
Nightly Builds / Nightly: 24 March 2024 - Revision f021e9df8
« Last post by SirKnightly on March 24, 2024, 01:30:33 am »
Here is the nightly for 24 March 2024 - Revision f021e9df8



Group: Linux
nightly_20240324_f021e9df8-builds-Linux.tar.gz (Mirror)


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 4a1d794a6
Author: Goober5000
Commit: Goober5000

    fix crash caused by using a moved variable
 code/parse/sexp/sexp_lookup.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
13
FS2 Open Tools / Re: RELEASE: Knossos.NET (KNet)
« Last post by wookieejedi on March 23, 2024, 09:22:06 pm »
Correct, in the Controls section of Knossos you can specify which or your plugged-in devices will register as devices FSO can use in-game :)
15
FS2 Open Tools / Re: RELEASE: Knossos.NET (KNet)
« Last post by Venicius on March 23, 2024, 05:26:31 pm »
What are the joystick options in the launcher supposed to do? Are they for using multiple input devices natively in FSO?
16
Between the Ashes / Re: Release: Between The Ashes [UPDATED 19th of March 2024]
« Last post by mjn.mixael on March 23, 2024, 03:31:05 pm »
Updated to 1.9.6

  • Fix a critical issue that causes a crash-to-desktop at the debriefing screen in standalone mode
  • Fix issue where some sounds did not play in standalone mode
  • Fix issue where some briefing icons did not display in standalone mode
  • Clarify Auto Targeting usage in tutorial mission 3
17
Highlights / Re: Blighted
« Last post by pepper_hill on March 23, 2024, 02:17:37 pm »
Work in Progress.
- Henrik

Attachment temporarily removed out of caution.--Mongoose
18
Nightly Builds / Nightly: 23 March 2024 - Revision fecb9b16a
« Last post by SirKnightly on March 23, 2024, 01:38:51 am »
Here is the nightly for 23 March 2024 - Revision fecb9b16a


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

    API to get the PXO urls (#6054)
 code/scripting/api/libs/ui.cpp | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

------------------------------------------------------------------------
commit 1aee2401e
Author: Goober5000
Commit: Goober5000

    fix a few lighting bugs
 code/graphics/opengl/gropengldeferred.cpp       |  2 +-
 code/graphics/opengl/gropenglpostprocessing.cpp |  3 +-
 code/lighting/lighting.cpp                      | 52 ++++++++++++++++++++-----
 code/lighting/lighting.h                        | 20 +++++++---
 code/missionui/missionscreencommon.cpp          |  6 +--
 code/ship/shipfx.cpp                            |  4 +-
 code/ship/shipfx.h                              |  2 +-
 code/starfield/starfield.cpp                    |  8 +---
 freespace2/freespace.cpp                        | 16 +++++---
 9 files changed, 77 insertions(+), 36 deletions(-)

------------------------------------------------------------------------
commit 38cd1bff8
Author: John Fernandez
Commit: John Fernandez

    Restore accidental const removals
 code/scripting/doc_parser.cpp     | 4 ++--
 test/src/scripting/doc_parser.cpp | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 71ee9501f
Author: John Fernandez
Commit: John Fernandez

    Turns out coverity was optimistic
 code/scripting/doc_parser.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 221670589
Author: John Fernandez
Commit: John Fernandez

    Undo Overzealous changes
 test/src/scripting/doc_parser.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 9a47a664f
Author: John Fernandez
Commit: John Fernandez

    Whoops, no std::move here
 code/parse/sexp/sexp_lookup.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 7b7b19b71
Author: John Fernandez
Commit: John Fernandez

    Change many references to const auto&
 code/controlconfig/controlsconfig.cpp              |  4 +--
 code/graphics/light.cpp                            |  4 +--
 code/graphics/matrix.cpp                           | 10 +++---
 code/graphics/opengl/gropenglpostprocessing.cpp    |  4 +--
 code/lab/dialogs/lab_ui_helpers.cpp                |  2 +-
 code/parse/sexp/sexp_lookup.cpp                    | 11 +++----
 code/scripting/ade.cpp                             |  6 ++--
 code/scripting/api/libs/base.cpp                   |  3 +-
 code/scripting/api/libs/ui.cpp                     |  6 ++--
 code/scripting/doc_parser.cpp                      |  8 ++---
 .../actions/expression/test_ExpressionParser.cpp   |  2 +-
 test/src/scripting/doc_parser.cpp                  | 36 +++++++++++-----------
 12 files changed, 45 insertions(+), 51 deletions(-)

------------------------------------------------------------------------
commit 666b9a575
Author: John Fernandez
Commit: John Fernandez

    Missed another conversion specifier
 freespace2/freespace.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 8421d8d8e
Author: John Fernandez
Commit: John Fernandez

    Adjust conversion specifiers
 code/network/multi_log.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 63ed4c825
Author: John Fernandez
Commit: John Fernandez

    Remove this time tracking
 freespace2/freespace.cpp | 4 ----
 1 file changed, 4 deletions(-)

------------------------------------------------------------------------
commit 3124c5564
Author: John Fernandez
Commit: John Fernandez

    Change various varibales to time_t
 code/network/multi.cpp     | 10 +++++-----
 code/network/multi.h       |  4 ++--
 code/network/multi_log.cpp | 12 ++++++------
 code/network/multiutil.cpp |  4 ++--
 freespace2/freespace.cpp   | 18 ++++++++++--------
 5 files changed, 25 insertions(+), 23 deletions(-)
19
Wing Commander Saga / Re: Kilrathi Death Message bug
« Last post by Goober5000 on March 22, 2024, 10:47:55 pm »
Sure, PM me what it said.
20
Gaming Discussion / Re: Current FREE Games Promotions
« Last post by Antares on March 22, 2024, 07:44:43 pm »
Book of Demons is free on GOG for a few days.

Meanwhile, Call of the Wild: The Angler and Invincible Presents: Atom Eve are free on Epic this week.
Pages: < Prev 1 [2] 3 4 5 6 7 8 9 10 Next >