Author Topic: Nightly: 31 March 2025 - Revision 44ff94a72  (Read 373 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 31 March 2025 - Revision 44ff94a72
Here is the nightly for 31 March 2025 - Revision 44ff94a72



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 4b3894c0a
Author: Goober5000
Commit: Goober5000

    audit move semantics in the codebase
 code/decals/decals.cpp                    | 22 ----------------------
 code/decals/decals.h                      |  4 ++--
 code/graphics/opengl/ShaderProgram.cpp    | 10 ----------
 code/graphics/opengl/ShaderProgram.h      |  4 ++--
 code/graphics/opengl/gropenglshader.cpp   | 17 +----------------
 code/graphics/opengl/gropenglshader.h     |  4 ++--
 code/io/cursor.cpp                        |  3 +++
 code/io/cursor.h                          |  5 +++--
 code/io/joy-sdl.cpp                       |  3 +++
 code/model/animation/modelanimation.cpp   |  9 +++++++--
 code/model/animation/modelanimation.h     |  1 +
 code/object/object.cpp                    |  7 +++----
 code/object/object.h                      | 13 +++++++++----
 code/scripting/api/objs/player.cpp        | 23 ++++++++++++++++++-----
 code/scripting/api/objs/streaminganim.cpp | 10 ++++++----
 code/scripting/api/objs/texture.cpp       |  3 ++-
 code/scripting/lua/LuaReference.cpp       |  6 ++++--
 code/utils/event.h                        |  8 ++++++++
 18 files changed, 74 insertions(+), 78 deletions(-)