Author Topic: Nightly: 24 November 2024 - Revision 1f8227b99  (Read 1812 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 24 November 2024 - Revision 1f8227b99
Here is the nightly for 24 November 2024 - Revision 1f8227b99



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 1af285e1f
Author: Goober5000
Commit: Goober5000

    re-add Update_window tracking
 fred2/fred.cpp | 11 +++++++++++
 1 file changed, 11 insertions(+)

------------------------------------------------------------------------
commit 524ecbe82
Author: Goober5000
Commit: Goober5000

    handle clang warnings
 code/ai/aicode.cpp       | 10 +++++-----
 code/network/multimsgs.h |  4 ++--
 code/ship/ship.h         |  2 +-
 code/ship/shiphit.cpp    |  6 +++---
 code/ship/shiphit.h      |  2 +-
 code/weapon/weapon.h     |  2 +-
 6 files changed, 13 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit 31a86e3f3
Author: Goober5000
Commit: Goober5000

    all the consts!
 code/ai/ai.h                      |  2 +-
 code/ai/aibig.cpp                 |  4 +--
 code/ai/aicode.cpp                | 12 ++++----
 code/debris/debris.cpp            | 15 +++++-----
 code/debris/debris.h              | 14 +++++-----
 code/decals/decals.cpp            |  2 +-
 code/decals/decals.h              |  2 +-
 code/hud/hud.h                    |  2 +-
 code/hud/hudartillery.cpp         |  5 ++--
 code/hud/hudartillery.h           |  3 +-
 code/hud/hudescort.cpp            |  6 ++--
 code/hud/hudescort.h              |  6 ++--
 code/hud/hudshield.cpp            | 22 +++++++--------
 code/hud/hudshield.h              | 20 +++++++-------
 code/hud/hudtarget.cpp            |  6 ++--
 code/hud/hudtarget.h              |  6 ++--
 code/io/keycontrol.cpp            |  2 +-
 code/model/model.h                |  2 +-
 code/model/modelinterp.cpp        |  4 +--
 code/model/modelread.cpp          |  2 +-
 code/network/multi_dogfight.cpp   |  2 +-
 code/network/multi_dogfight.h     |  2 +-
 code/network/multi_respawn.cpp    |  2 +-
 code/network/multi_respawn.h      |  2 +-
 code/network/multimsgs.cpp        | 14 +++++-----
 code/network/multimsgs.h          | 14 +++++-----
 code/network/multiutil.cpp        |  2 +-
 code/network/multiutil.h          |  2 +-
 code/object/collideshipweapon.cpp |  7 +++--
 code/object/object.cpp            |  6 ++--
 code/object/object.h              |  6 ++--
 code/object/objectdock.cpp        |  3 +-
 code/object/objectdock.h          |  2 +-
 code/object/objectshield.cpp      |  8 +++---
 code/object/objectshield.h        |  8 +++---
 code/particle/particle.cpp        |  6 ++--
 code/particle/particle.h          |  6 ++--
 code/physics/physics.cpp          |  7 ++---
 code/physics/physics.h            |  4 +--
 code/ship/shield.cpp              |  4 +--
 code/ship/ship.cpp                | 24 ++++++++--------
 code/ship/ship.h                  | 26 +++++++++---------
 code/ship/shipfx.cpp              | 12 ++++----
 code/ship/shipfx.h                |  6 ++--
 code/ship/shiphit.cpp             | 58 ++++++++++++++++++---------------------
 code/ship/shiphit.h               | 16 ++++++-----
 code/stats/scoring.cpp            |  8 +++---
 code/stats/scoring.h              |  6 ++--
 code/weapon/beam.cpp              |  4 +--
 code/weapon/beam.h                |  4 +--
 code/weapon/shockwave.cpp         |  8 +++---
 code/weapon/shockwave.h           |  8 +++---
 code/weapon/weapon.h              | 20 +++++++-------
 code/weapon/weapons.cpp           | 26 +++++++++---------
 fred2/fredstubs.cpp               |  5 +++-
 freespace2/freespace.cpp          |  2 +-
 qtfred/src/fredstubs.cpp          |  5 +++-
 test/src/test_stubs.cpp           |  5 +++-
 58 files changed, 248 insertions(+), 239 deletions(-)