Author Topic: Nightly: 29 November 2022 - Revision 4106176aa  (Read 190 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 29 November 2022 - Revision 4106176aa
Here is the nightly for 29 November 2022 - Revision 4106176aa

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 4106176aa
Author: Kiloku
Commit: GitHub

    Cheat framework allowing for custom cheats, sexp for cheat used and On Cheat lua hook (#4387)
 code/cheats_table/cheats_table.cpp    | 181 ++++++++++++++++++++++++++++++++++
 code/cheats_table/cheats_table.h      |  49 +++++++++
 code/def_files/data/tables/cheats.tbl |  10 ++
 code/io/key.cpp                       |   1 +
 code/io/key.h                         |   1 +
 code/io/keycontrol.cpp                |  85 +++-------------
 code/parse/sexp.cpp                   |  28 ++++++
 code/parse/sexp.h                     |   2 +-
 code/scripting/global_hooks.cpp       |   6 ++
 code/scripting/global_hooks.h         |   2 +
 code/source_groups.cmake              |   6 ++
 freespace2/freespace.cpp              |   5 +
 12 files changed, 306 insertions(+), 70 deletions(-)