Author Topic: Nightly: 12 July 2024 - Revision f34198747  (Read 857 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 12 July 2024 - Revision f34198747
Here is the nightly for 12 July 2024 - Revision f34198747



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit b565376a0
Author: Asteroth
Commit: Asteroth

    account for original retail handling
 code/object/collideweaponweapon.cpp | 14 ++++++++++++--
 code/weapon/weapon.h                |  4 ++++
 code/weapon/weapons.cpp             |  4 ----
 3 files changed, 16 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit a319adad7
Author: JohnAFernandez
Commit: JohnAFernandez

    Use constexpr and value, because we broke defines
 code/model/model.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit c50b425fe
Author: JohnAFernandez
Commit: JohnAFernandez

    More type fixes
 code/model/model.h           | 6 +++---
 code/model/modelinterp.cpp   | 6 +++---
 code/starfield/starfield.cpp | 4 ++--
 code/starfield/starfield.h   | 4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 7a99e9a7c
Author: JohnAFernandez
Commit: JohnAFernandez

    Even more type conversions
 code/model/modelrender.cpp | 6 +++---
 code/model/modelrender.h   | 2 +-
 code/ship/ship.cpp         | 2 +-
 code/starfield/starfield.h | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 84ccd1375
Author: John Fernandez
Commit: JohnAFernandez

    Fix Flag Negation
 code/lab/renderer/lab_renderer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit ffd78555a
Author: John Fernandez
Commit: John Fernandez

    Enable turning off insignias in the LAB
 code/lab/renderer/lab_renderer.cpp | 1 +
 code/model/model.h                 | 1 +
 code/ship/ship.cpp                 | 4 ++++
 code/ship/ship_flags.h             | 1 +
 4 files changed, 7 insertions(+)

------------------------------------------------------------------------
commit 1f834aa40
Author: John Fernandez
Commit: John Fernandez

    change render flags to uint64_t
 code/hud/hudtarget.cpp                 |  2 +-
 code/hud/hudtargetbox.cpp              |  8 ++++----
 code/jumpnode/jumpnode.cpp             |  2 +-
 code/menuui/techmenu.cpp               |  2 +-
 code/missionui/missionscreencommon.cpp |  4 ++--
 code/missionui/missionscreencommon.h   |  4 ++--
 code/model/modelrender.cpp             | 29 +++++++++++++++--------------
 code/model/modelrender.h               |  6 +++---
 code/ship/ship.cpp                     |  6 +++---
 code/ship/shipfx.cpp                   |  2 +-
 code/starfield/starfield.cpp           |  4 ++--
 code/weapon/weapons.cpp                |  2 +-
 fred2/fredrender.cpp                   | 16 ++++++++--------
 qtfred/src/mission/FredRenderer.cpp    | 18 ++++++++++--------
 14 files changed, 54 insertions(+), 51 deletions(-)

------------------------------------------------------------------------
commit c03207f14
Author: Goober5000
Commit: Goober5000

    address 6010
 code/globalincs/utility.h                          | 15 +++++++++++
 code/math/curve.cpp                                |  8 ++----
 code/particle/ParticleEffect.h                     |  4 +--
 code/particle/ParticleManager.cpp                  | 31 +++++++++++-----------
 code/particle/ParticleManager.h                    |  2 +-
 code/particle/effects/GenericShapeEffect.h         | 20 +++++++-------
 code/particle/effects/VolumeEffect.cpp             | 10 +++----
 code/particle/effects/VolumeEffect.h               |  2 +-
 code/particle/particle.cpp                         |  2 +-
 code/particle/util/ParticleProperties.cpp          | 18 ++++++-------
 .../runtime/src/tree/xpath/XPathLexer.cpp          |  2 +-
 .../generated/ActionExpressionLexer.cpp            |  2 +-
 .../generated/ActionExpressionParser.cpp           |  2 +-
 parsers/arg_parser/generated/ArgumentListLexer.cpp |  2 +-
 .../arg_parser/generated/ArgumentListParser.cpp    |  2 +-
 15 files changed, 66 insertions(+), 56 deletions(-)