Author Topic: Nightly: 18 July 2024 - Revision e1458ae8a  (Read 225 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 18 July 2024 - Revision e1458ae8a
Here is the nightly for 18 July 2024 - Revision e1458ae8a



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit bac4eb84c
Author: Goober5000
Commit: Goober5000

    fix copy-paste error in timestamp_since
 code/io/timer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 2166c756a
Author: Goober5000
Commit: Goober5000

    per review, make the delta check silent
 code/scripting/api/objs/subsystem.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 5faed98e3
Author: Goober5000
Commit: Goober5000

    handle special timestamp values in `timestamp_until` and `timestamp_since`
 code/io/timer.cpp | 12 ++++++++++++
 1 file changed, 12 insertions(+)

------------------------------------------------------------------------
commit fe3b72b01
Author: Goober5000
Commit: Goober5000

    fix `NextFireTimestamp`
 code/scripting/api/objs/subsystem.cpp | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 87ea04fa5
Author: Goober5000
Commit: Goober5000

    change atan2_safe to atan2
 code/hud/hudtarget.cpp |  2 +-
 code/math/vecmat.cpp   | 46 ++++++++--------------------------------------
 code/math/vecmat.h     |  3 ---
 code/render/3ddraw.cpp |  2 +-
 code/render/3dmath.cpp |  4 ++--
 5 files changed, 12 insertions(+), 45 deletions(-)