Author Topic: Nightly: 28 February 2024 - Revision 2eb5a3ecd  (Read 213 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 28 February 2024 - Revision 2eb5a3ecd
Here is the nightly for 28 February 2024 - Revision 2eb5a3ecd



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


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


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


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


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

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

    Retail ingame options (#5895)
 code/camera/camera.cpp                          |   2 +-
 code/controlconfig/controlsconfigcommon.cpp     |   6 +-
 code/fireball/fireballs.cpp                     |   2 +-
 code/fireball/warpineffect.cpp                  |   2 +-
 code/gamesequence/gamesequence.cpp              |   6 +-
 code/gamesequence/gamesequence.h                |   2 +
 code/gamesnd/eventmusic.cpp                     |   3 +-
 code/globalincs/systemvars.cpp                  |  18 ++-
 code/graphics/2d.cpp                            |  24 +--
 code/graphics/opengl/gropengltexture.cpp        |   4 +-
 code/graphics/post_processing.cpp               |   5 +-
 code/graphics/shadows.cpp                       |   2 +-
 code/io/joy-sdl.cpp                             |   8 +-
 code/io/joy_ff-sdl.cpp                          |   6 +-
 code/io/mouse.cpp                               |   6 +-
 code/lighting/lighting.cpp                      |   2 +-
 code/localization/localize.cpp                  |   4 +-
 code/menuui/optionsmenu.cpp                     |  27 ++++
 code/mission/missionbriefcommon.cpp             |   3 +-
 code/mod_table/mod_table.cpp                    |   4 +-
 code/nebula/neb.cpp                             |   3 +-
 code/network/multi_options.cpp                  |  14 +-
 code/options/Ingame_Options.cpp                 | 109 ++++++++++++++
 code/options/Ingame_Options.h                   |   7 +
 code/options/Ingame_Options_internal.h          |   9 ++
 code/options/Option.cpp                         |  20 ++-
 code/options/Option.h                           |  28 +++-
 code/options/OptionsManager.cpp                 |   9 +-
 code/options/dialogs/ingame_options_ui.cpp      | 174 ++++++++++++++++++++++
 code/options/dialogs/ingame_options_ui.h        |  15 ++
 code/options/manager/ingame_options_manager.cpp | 189 ++++++++++++++++++++++++
 code/options/manager/ingame_options_manager.h   |  49 ++++++
 code/osapi/osapi.cpp                            |   6 +-
 code/scripting/api/objs/option.cpp              |   4 +
 code/sound/sound.cpp                            |   6 +-
 code/source_groups.cmake                        |  13 ++
 code/starfield/starfield.cpp                    |   2 +-
 code/weapon/shockwave.cpp                       |   2 +-
 freespace2/freespace.cpp                        |  24 ++-
 39 files changed, 748 insertions(+), 71 deletions(-)

------------------------------------------------------------------------
commit d4d7c8dbd
Author: Goober5000
Commit: Goober5000

    add Team virtvar to parse objects
 code/scripting/api/objs/parse_object.cpp | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

------------------------------------------------------------------------
commit 03696d07c
Author: Goober5000
Commit: Goober5000

    cover all stages of ship warping in the Lua API
 code/scripting/api/objs/ship.cpp | 53 +++++++++++++++++++++++++++++++++++++++-
 1 file changed, 52 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 0528538a6
Author: MageKing17
Commit: MageKing17

    Fix SSM strikes with a variable count.
 code/hud/hudartillery.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 4e707fc8e
Author: Goober5000
Commit: Goober5000

    make is-in-mission work for wings
 code/parse/sexp.cpp | 35 ++++++++++++++++++++++++++---------
 1 file changed, 26 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 2e7057ed8
Author: Goober5000
Commit: Goober5000

    add for-subsystems
 code/mission/missionparse.cpp |   2 +-
 code/parse/parselo.cpp        |  10 ++--
 code/parse/parselo.h          |   2 +-
 code/parse/sexp.cpp           | 105 ++++++++++++++++++++++++++++++++++++------
 code/parse/sexp.h             |   1 +
 5 files changed, 99 insertions(+), 21 deletions(-)

 

Offline den5

  • 27
Re: Nightly: 28 February 2024 - Revision 2eb5a3ecd
This build does not save my changes to options. Neither standard nor F3 added options. The last one says a restart is needed to save, but every time it goes back to the default settings.

Edit: This works with Knossos launcher but does not work with wxlauncher. Is it not supported anymore?
« Last Edit: February 29, 2024, 09:43:21 am by den5 »