Author Topic: Nightly: 25 December 2024 - Revision 7c82072f0  (Read 916 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 25 December 2024 - Revision 7c82072f0
Here is the nightly for 25 December 2024 - Revision 7c82072f0



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 642ff8283
Author: Daft Mugi
Commit: Daft Mugi

    Add FSO_BUILD_WITH_DISCORD cmake option
 CMakeLists.txt                |  4 ++++
 code/CMakeLists.txt           |  5 ++++-
 code/libs/discord/discord.cpp | 18 ++++++++++++++++++
 code/mod_table/mod_table.cpp  |  2 ++
 lib/CMakeLists.txt            |  4 +++-
 5 files changed, 31 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 2375ea380
Author: Kestrellius
Commit: Kestrellius

    Cleans up weapon light casting.
 code/graphics/color.cpp | 33 +++++++++++++++++++++++----------
 code/graphics/color.h   |  3 ++-
 code/object/object.cpp  | 38 +++++++++++++++++++++-----------------
 3 files changed, 46 insertions(+), 28 deletions(-)

------------------------------------------------------------------------
commit 58f90c22a
Author: Goober5000
Commit: Goober5000

    warn and adapt when adding and removing NaN priorities
 code/ai/aigoals.cpp | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 09552bb19
Author: Goober5000
Commit: Goober5000

    bypass the SEXP caching code if running in FRED
 code/parse/sexp.cpp | 67 ++++++++++++++++++++++++++++++-----------------------
 1 file changed, 38 insertions(+), 29 deletions(-)

------------------------------------------------------------------------
commit 02cbfbc34
Author: Goober5000
Commit: Goober5000

    enhance the add-goal and remove-goal sexps
 code/ai/aigoals.cpp | 152 +++++++++++++++++++++++++++++++++-------------------
 code/ai/aigoals.h   |   2 +-
 code/parse/sexp.cpp |  37 +++++++++----
 3 files changed, 124 insertions(+), 67 deletions(-)

------------------------------------------------------------------------
commit a742b6c06
Author: Goober5000
Commit: Goober5000

    add missing newline
 freespace2/freespace.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)