Author Topic: Nightly: 23 February 2025 - Revision 4337ec822  (Read 3130 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 23 February 2025 - Revision 4337ec822
Here is the nightly for 23 February 2025 - Revision 4337ec822



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 0cb01f50c
Author: wookieejedi
Commit: GitHub

    Fix changes to Options not properly discarding when escape key pressed (#6597)
 code/menuui/optionsmenu.cpp      | 69 ++++++++++++++++++++++------
 code/menuui/optionsmenumulti.cpp | 99 ++++++++++++++++++----------------------
 code/menuui/optionsmenumulti.h   |  2 +-
 code/network/multi_options.cpp   | 18 ++++----
 code/network/multi_pxo.cpp       |  9 +++-
 code/pilotfile/plr.cpp           |  8 +++-
 6 files changed, 123 insertions(+), 82 deletions(-)

------------------------------------------------------------------------
commit b1e69023e
Author: Goober5000
Commit: Goober5000

    rename `ship_get_eye` to `object_get_eye` and consolidate object/ship cases where appropriate
 code/camera/camera.cpp           |  2 +-
 code/hud/hudtargetbox.cpp        | 50 ++++++++++++----------------------------
 code/observer/observer.cpp       |  8 -------
 code/observer/observer.h         |  3 ---
 code/physics/physics.cpp         |  4 ++--
 code/playerman/playercontrol.cpp | 22 ++++--------------
 code/radar/radarsetup.cpp        |  6 +----
 code/ship/ship.cpp               |  4 ++--
 code/ship/ship.h                 |  2 +-
 code/ship/shipfx.cpp             |  2 +-
 freespace2/freespace.cpp         | 26 +++++----------------
 11 files changed, 33 insertions(+), 96 deletions(-)

------------------------------------------------------------------------
commit 29804918d
Author: Goober5000
Commit: Goober5000

    refactor ship_get_eye
 code/ship/ship.cpp | 85 ++++++++++++------------------------------------------
 code/ship/ship.h   |  3 +-
 2 files changed, 19 insertions(+), 69 deletions(-)

------------------------------------------------------------------------
commit d31f0a1b7
Author: Goober5000
Commit: Goober5000

    several fixes to ship sparks
 code/ship/ship.cpp    |  8 ++++----
 code/ship/ship.h      |  7 +++----
 code/ship/shipfx.cpp  |  8 ++++----
 code/ship/shiphit.cpp | 39 ++++++++++++++++++++-------------------
 4 files changed, 31 insertions(+), 31 deletions(-)