Author Topic: Nightly: 21 March 2023 - Revision 6f7c949e1  (Read 217 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 21 March 2023 - Revision 6f7c949e1
Here is the nightly for 21 March 2023 - Revision 6f7c949e1



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 7540c7999
Author: Goober5000
Commit: Goober5000

    add comment
 code/parse/sexp.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit eed50619c
Author: Goober5000
Commit: Goober5000

    fix an edge case in is-event-true-delay and related sexps
 code/io/timer.cpp   | 22 ++++++++++++++++++++++
 code/io/timer.h     |  2 ++
 code/parse/sexp.cpp |  2 +-
 3 files changed, 25 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 685f64169
Author: Goober5000
Commit: Goober5000

    synchronize simulation timestamps across the entire frame
 code/io/timer.cpp        | 29 ++++++++++++++++++++++-------
 code/io/timer.h          |  1 +
 freespace2/freespace.cpp |  3 +++
 3 files changed, 26 insertions(+), 7 deletions(-)