Author Topic: Nightly: 13 December 2022 - Revision f40a01878  (Read 1078 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 13 December 2022 - Revision f40a01878
Here is the nightly for 13 December 2022 - Revision f40a01878



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 74db049f8
Author: Goober5000
Commit: Goober5000

    subcategory fixes and followup
 code/parse/sexp.cpp               | 45 +++++++++++++++++++++++++++++----------
 code/parse/sexp.h                 |  1 +
 code/parse/sexp/EngineSEXP.cpp    |  8 +++----
 code/parse/sexp/EngineSEXP.h      |  4 ++--
 code/parse/sexp/LuaAISEXP.cpp     |  2 +-
 code/parse/sexp/sexp_lookup.cpp   | 11 ++++++++++
 fred2/management.cpp              |  2 +-
 freespace2/freespace.cpp          |  4 ++--
 qtfred/src/main.cpp               |  2 +-
 qtfred/src/mission/management.cpp |  6 +++---
 qtfred/src/mission/management.h   |  2 +-
 11 files changed, 61 insertions(+), 26 deletions(-)

------------------------------------------------------------------------
commit 7fde659b4
Author: MageKing17
Commit: MageKing17

    Add missing locale argument to `std::isdigit()` calls.
 code/scripting/api/libs/base.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)