Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on February 24, 2021, 12:53:48 am
-
Here is the nightly for 24 February 2021 - Revision 55b8f3f64
At least one of the nightly builds failed!
Group: Win32-SSE2
nightly_20210224_55b8f3f64-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210224_55b8f3f64/nightly_20210224_55b8f3f64-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210224_55b8f3f64/nightly_20210224_55b8f3f64-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20210224_55b8f3f64-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210224_55b8f3f64/nightly_20210224_55b8f3f64-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210224_55b8f3f64/nightly_20210224_55b8f3f64-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 55b8f3f64
Author: JohnAFernandez
Commit: GitHub
More cleanup and Int3() refactors (#2744)
code/ai/ai.h | 2 +-
code/ai/aicode.cpp | 84 +++++++++++++++++++++++++----------------------------
code/ai/aigoals.cpp | 10 +++----
code/weapon/emp.cpp | 2 +-
4 files changed, 46 insertions(+), 52 deletions(-)
------------------------------------------------------------------------
commit d0edab2c7
Author: the-maddin
Commit: Martin Merget
Better instance preparation; no MIN macro
code/libs/ffmpeg/FFmpegContext.cpp | 33 ++++++++++++++++-----------------
code/libs/ffmpeg/FFmpegContext.h | 7 +++----
2 files changed, 19 insertions(+), 21 deletions(-)
------------------------------------------------------------------------
commit 4305aed38
Author: Martin Merget
Commit: Martin Merget
Factor out duplicate creation/opening code
code/libs/ffmpeg/FFmpegContext.cpp | 130 ++++++++++++-----------------------
code/libs/ffmpeg/FFmpegContext.h | 5 ++
code/sound/ffmpeg/FFmpegWaveFile.cpp | 111 ++++++++++++------------------
code/sound/ffmpeg/FFmpegWaveFile.h | 3 +
4 files changed, 98 insertions(+), 151 deletions(-)
------------------------------------------------------------------------
commit 34eed1298
Author: the-maddin
Commit: Martin Merget
Extract shared code from AudioStream::Create and CreateMem
code/sound/audiostr.cpp | 160 ++++++++++++++++++------------------------------
1 file changed, 61 insertions(+), 99 deletions(-)
------------------------------------------------------------------------
commit 60775e73b
Author: the-maddin
Commit: GitHub
Fix MSVC builds v2
code/libs/ffmpeg/FFmpegContext.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit e55b24675
Author: the-maddin
Commit: GitHub
Fix MSVC builds
code/libs/ffmpeg/FFmpegContext.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 438f48c83
Author: the-maddin
Commit: GitHub
Fix compiler/type issue
code/libs/ffmpeg/FFmpegContext.cpp | 25 ++++++++++---------------
1 file changed, 10 insertions(+), 15 deletions(-)
------------------------------------------------------------------------
commit afc9e8132
Author: the-maddin
Commit: GitHub
renamed memfile functions & struct
code/libs/ffmpeg/FFmpegContext.cpp | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit 371aaa110
Author: the-maddin
Commit: GitHub
Moved, documented and renamed struct MemFileCursor
code/libs/ffmpeg/FFmpegContext.h | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
------------------------------------------------------------------------
commit ab7e6cbbe
Author: the-maddin
Commit: GitHub
add LuaErrors for invalid input, fix off-by-one
code/scripting/api/libs/testing.cpp | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 366a96bdd
Author: the-maddin
Commit: GitHub
Expose audiostreams from memory to LUA
code/scripting/api/libs/testing.cpp | 55 +++++++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
------------------------------------------------------------------------
commit 8770ad74f
Author: the-maddin
Commit: GitHub
Add support for audiostream from in-memory sound
code/sound/audiostr.cpp | 116 ++++++++++++++++++++++++++++++++++++++++++++++++
code/sound/audiostr.h | 3 ++
2 files changed, 119 insertions(+)
------------------------------------------------------------------------
commit 68d5467e2
Author: the-maddin
Commit: GitHub
Add support for in memory sound
code/sound/IAudioFile.h | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit ac2fa61f6
Author: the-maddin
Commit: GitHub
Add support for in-memory sound
code/sound/ffmpeg/FFmpegWaveFile.cpp | 58 ++++++++++++++++++++++++++++++++++++
code/sound/ffmpeg/FFmpegWaveFile.h | 9 ++++++
2 files changed, 67 insertions(+)
------------------------------------------------------------------------
commit 2060a1dab
Author: the-maddin
Commit: GitHub
Add backend for in-memory audio
code/libs/ffmpeg/FFmpegContext.cpp | 117 ++++++++++++++++++++++++++++++++++++-
code/libs/ffmpeg/FFmpegContext.h | 19 +++++-
2 files changed, 133 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 373d119f1
Author: David Gibson
Commit: David Gibson
modernize nullptr for tidy
code/graphics/opengl/gropengldeferred.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 7cb233832
Author: David Gibson
Commit: David Gibson
removed now-superflous element counting loop from gr_opengl_deferred_lighting_finish
code/graphics/opengl/gropengldeferred.cpp | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
------------------------------------------------------------------------
commit ddcc94b0d
Author: David Gibson
Commit: David Gibson
Extended the tube light cylinder volumes for deferred lighting to encompass the end cap spheres, removed those spheres, and adjusted the shader handling of tube lights to account for this.
code/def_files/data/effects/deferred-f.sdr | 9 ++++++++-
code/graphics/opengl/gropengldeferred.cpp | 19 ++++++++++++++-----
2 files changed, 22 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit 9a866434b
Author: David Gibson
Commit: David Gibson
Removed the end light volumes from the defered lighting setup for tubelights.
code/graphics/opengl/gropengldeferred.cpp | 25 -------------------------
1 file changed, 25 deletions(-)