Author Topic: Nightly: 06 June 2025 - Revision 0bf5714dd  (Read 288 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 06 June 2025 - Revision 0bf5714dd
Here is the nightly for 06 June 2025 - Revision 0bf5714dd



Group: Linux-arm64
nightly_20250606_0bf5714dd-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20250606_0bf5714dd-builds-Linux-x86_64.tar.gz (Mirror)


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 552f9990d
Author: Taylor Richards
Commit: GitHub

    remove support for memory mapped files (#6748)
 code/anim/animplay.cpp                      |  23 ++---
 code/anim/animplay.h                        |   8 +-
 code/cfile/cfile.cpp                        | 146 ++--------------------------
 code/cfile/cfile.h                          |   6 +-
 code/cfile/cfilearchive.cpp                 |   3 -
 code/cfile/cfilearchive.h                   |   7 --
 code/controlconfig/controlsconfig.cpp       |   1 -
 code/controlconfig/controlsconfigcommon.cpp |   2 +-
 code/controlconfig/presets.cpp              |   6 +-
 code/ddsutils/ddsutils.cpp                  |   4 +-
 code/graphics/generic.cpp                   |   2 +-
 code/graphics/opengl/gropenglshader.cpp     |  10 +-
 code/graphics/software/FontManager.cpp      |   6 +-
 code/hud/hudconfig.cpp                      |   4 +-
 code/jpgutils/jpgutils.cpp                  |   2 +-
 code/libs/ffmpeg/FFmpegContext.cpp          |   2 +-
 code/mission/missionparse.cpp               |   4 +-
 code/missionui/fictionviewer.cpp            |   2 +-
 code/model/modelread.cpp                    |   2 +-
 code/network/multi_options.cpp              |   2 +-
 code/network/multi_pxo.cpp                  |   6 +-
 code/network/multi_xfer.cpp                 |   4 +-
 code/network/multiui.cpp                    |   4 +-
 code/network/multiutil.cpp                  |   4 +-
 code/parse/generic_log.cpp                  |   2 +-
 code/parse/parselo.cpp                      |   4 +-
 code/pcxutils/pcxutils.cpp                  |   2 +-
 code/pilotfile/csg.cpp                      |   6 +-
 code/pilotfile/csg_convert.cpp              |   4 +-
 code/pilotfile/plr.cpp                      |   6 +-
 code/pilotfile/plr_convert.cpp              |   4 +-
 code/pilotfile/plr_hudprefs.cpp             |   4 +-
 code/pngutils/pngutils.cpp                  |   2 +-
 code/scpui/RocketFileInterface.cpp          |   2 +-
 code/scripting/ade.cpp                      |   2 +-
 code/scripting/api/libs/cfile.cpp           |   4 +-
 code/scripting/scripting.cpp                |   4 +-
 code/tgautils/tgautils.cpp                  |   2 +-
 fred2/dumpstats.cpp                         |   2 +-
 fred2/missionsave.cpp                       |   4 +-
 fred2/voiceactingmanager.cpp                |   2 +-
 freespace2/freespace.cpp                    |   2 +-
 qtfred/src/mission/missionsave.cpp          |   4 +-
 test/src/cfile/cfile.cpp                    |   6 +-
 test/src/scripting/ScriptingTestFixture.cpp |   2 +-
 45 files changed, 81 insertions(+), 249 deletions(-)

------------------------------------------------------------------------
commit 9e9fc22b1
Author: Taylor Richards
Commit: GitHub

    fix type conversion issue in vecmat (#6749)
 code/math/vecmat.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit c04a23e4f
Author: Goober5000
Commit: Goober5000

    add a few debug console commands for running scripts
 code/parse/sexp.cpp | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)

------------------------------------------------------------------------
commit 2cb76e8d7
Author: Goober5000
Commit: Goober5000

    revise documentation
 code/parse/sexp.cpp | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 778e2a5cb
Author: Goober5000
Commit: Goober5000

    enhance scripted time library a bit
 code/scripting/api/objs/time_obj.cpp | 42 +++++++++++++++++++++++++++++++++---
 1 file changed, 39 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 2e65831fa
Author: Goober5000
Commit: Goober5000

    add int64 support to toolchain, and fix errors
 code/globalincs/toolchain/clang.h   |  4 ++++
 code/globalincs/toolchain/doxygen.h | 17 +++++++++++++++++
 code/globalincs/toolchain/gcc.h     |  7 ++++++-
 code/globalincs/toolchain/mingw.h   |  4 ++++
 code/globalincs/toolchain/msvc.h    |  4 ++++
 code/parse/sexp_container.cpp       |  1 -
 6 files changed, 35 insertions(+), 2 deletions(-)