Author Topic: Nightly: 22 January 2022 - Revision 05f740f8f  (Read 330 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 22 January 2022 - Revision 05f740f8f
Here is the nightly for 22 January 2022 - Revision 05f740f8f

At least one of the nightly builds failed!


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


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

Code: [Select]
------------------------------------------------------------------------
commit 65cd5ef8d
Author: Goober5000
Commit: Goober5000

    add cmdline option
 code/cmdline/cmdline.cpp | 8 ++++++++
 code/cmdline/cmdline.h   | 1 +
 freespace2/freespace.cpp | 2 +-
 3 files changed, 10 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 420f75cfe
Author: Goober5000
Commit: Goober5000

    fred stubs
 fred2/fredstubs.cpp      | 1 +
 qtfred/src/fredstubs.cpp | 1 +
 test/src/test_stubs.cpp  | 1 +
 3 files changed, 3 insertions(+)

------------------------------------------------------------------------
commit 408ff9189
Author: Goober5000
Commit: Goober5000

    initialize Last_frame_timestamp
 code/controlconfig/controlsconfig.cpp | 3 +--
 freespace2/freespace.cpp              | 5 +++--
 2 files changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit f96ea3125
Author: Goober5000
Commit: Goober5000

    the variable should be nonzero by the time we get to mission stuff, but best to handle it anyway
 code/io/timer.cpp | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit a1bc06aee
Author: Goober5000
Commit: Goober5000

    accommodate elapsed time during debugging
 code/io/timer.cpp        | 14 ++++++++++++++
 code/io/timer.h          |  4 ++++
 freespace2/freespace.cpp |  7 +++++++
 3 files changed, 25 insertions(+)