Author Topic: Nightly: 06 October 2022 - Revision 6ce8963e1  (Read 210 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 06 October 2022 - Revision 6ce8963e1
Here is the nightly for 06 October 2022 - Revision 6ce8963e1



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 209cb7cba
Author: BMagnu
Commit: GitHub

    Enable PNG blobs in LibRocket (#4754)
 code/pngutils/pngutils.cpp              | 241 +++++++++++++++++++++-----------
 code/pngutils/pngutils.h                |   2 +
 code/scpui/RocketRenderingInterface.cpp |  37 +++++
 3 files changed, 197 insertions(+), 83 deletions(-)

------------------------------------------------------------------------
commit f0542553d
Author: Goober5000
Commit: Goober5000

    make animated ship effects use the new timestamps
 code/object/objectsort.cpp       |  4 ++--
 code/parse/sexp.cpp              |  6 ++----
 code/scripting/api/objs/ship.cpp |  3 +--
 code/ship/ship.cpp               | 22 ++++++++--------------
 code/ship/ship.h                 |  3 +--
 5 files changed, 14 insertions(+), 24 deletions(-)