Author Topic: Nightly: 17 August 2023 - Revision 03f01604d  (Read 191 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 17 August 2023 - Revision 03f01604d
Here is the nightly for 17 August 2023 - Revision 03f01604d



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 7602b8875
Author: Goober5000
Commit: Goober5000

    assign weapon particle effects properly
 code/weapon/weapons.cpp | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit fe42c7bdf
Author: Goober5000
Commit: Goober5000

    make alpha value work for streaming EFFs
 code/graphics/generic.cpp | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit f706d6c0a
Author: Goober5000
Commit: Goober5000

    use the correct resize mode
 code/graphics/generic.cpp                 | 2 +-
 code/graphics/generic.h                   | 2 ++
 code/scripting/api/libs/graphics.cpp      | 2 ++
 code/scripting/api/libs/graphics.h        | 3 ++-
 code/scripting/api/objs/streaminganim.cpp | 6 +++++-
 5 files changed, 12 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 16b922553
Author: Goober5000
Commit: Goober5000

    remove extensions from streaming animations
 code/scripting/api/objs/streaminganim.cpp | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)