Author Topic: Nightly: 12 July 2019 - Revision 9f07e43  (Read 887 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 12 July 2019 - Revision 9f07e43
Here is the nightly for 12 July 2019 - Revision 9f07e43



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


Group: MacOSX
nightly_20190712_9f07e43-builds-MacOSX.tar.gz (Mirror)


Group: Win64
nightly_20190712_9f07e43-builds-Win64.zip (Mirror)


Group: Win32
nightly_20190712_9f07e43-builds-Win32.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 1eb1923
Author: asarium
Commit: asarium

    Add SMAA
 code/cmdline/cmdline.cpp                         |    37 +-
 code/def_files/data/effects/SMAA.sdr             |  1361 ++
 code/def_files/data/effects/smaa-blend-f.sdr     |    23 +
 code/def_files/data/effects/smaa-blend-v.sdr     |    22 +
 code/def_files/data/effects/smaa-edge-f.sdr      |    20 +
 code/def_files/data/effects/smaa-edge-v.sdr      |    21 +
 code/def_files/data/effects/smaa-neighbour-f.sdr |    21 +
 code/def_files/data/effects/smaa-neighbour-v.sdr |    21 +
 code/graphics/2d.cpp                             |     9 +-
 code/graphics/2d.h                               |    14 +-
 code/graphics/opengl/SmaaAreaTex.h               | 14982 +++++++++++++++++++++
 code/graphics/opengl/SmaaSearchTex.h             |   134 +
 code/graphics/opengl/gropengldraw.cpp            |    17 +-
 code/graphics/opengl/gropengldraw.h              |     4 +-
 code/graphics/opengl/gropenglpostprocessing.cpp  |   408 +-
 code/graphics/opengl/gropenglpostprocessing.h    |     3 +
 code/graphics/opengl/gropenglshader.cpp          |    21 +-
 code/graphics/opengl/gropenglshader.h            |     2 +-
 code/graphics/opengl/gropengltexture.cpp         |     1 -
 code/graphics/opengl/gropengltexture.h           |     1 +
 code/model/modelrender.cpp                       |     5 +-
 code/model/modelrender.h                         |     6 +-
 code/ship/ship.cpp                               |     8 +-
 code/source_groups.cmake                         |    13 +-
 code/tracing/categories.cpp                      |     5 +
 code/tracing/categories.h                        |     5 +
 26 files changed, 17080 insertions(+), 84 deletions(-)

------------------------------------------------------------------------
commit 6d1931b
Author: asarium
Commit: asarium

    Add function for drawing full screen using oversized triangles
 code/graphics/opengl/gropengldeferred.cpp       |  6 +++---
 code/graphics/opengl/gropengldraw.cpp           | 19 ++++++++++++++++++-
 code/graphics/opengl/gropengldraw.h             | 12 ++++++++++++
 code/graphics/opengl/gropenglpostprocessing.cpp | 16 ++++++++--------
 4 files changed, 41 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit f75cb1e
Author: asarium
Commit: asarium

    Add deprecation feature for the scripting API
 cmake/platformChecks.cmake           |  20 ++---
 cmake/platformChecks.h.in            |  28 +++----
 code/globalincs/pstypes.h            |   2 +-
 code/globalincs/scp_defines.h        |   1 -
 code/globalincs/version.cpp          |   1 +
 code/globalincs/version.h            |   2 +
 code/scripting/ade.cpp               |  67 ++++++++++-------
 code/scripting/ade.h                 |   5 +-
 code/scripting/ade_api.h             |  63 ++++++++++++++--
 code/scripting/api/libs/graphics.cpp | 138 +++++++++++++++++++++++++++++++++++
 code/scripting/api/libs/testing.cpp  |  14 ++--
 code/utils/strings.h                 |  20 ++---
 code/windows_stub/stubs.cpp          |  10 +--
 13 files changed, 291 insertions(+), 80 deletions(-)

  
Re: Nightly: 12 July 2019 - Revision 9f07e43
WARNING: The new scripting system breaks one of the MVP scripts; making every mod using them unplayable as the error occurs on every ship exploding. https://www.hard-light.net/forums/index.php?topic=95774.0

Tested with "Surrender Belisarius" MVP_2018, builts from 6th July (OK) and this one (broken).