Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on September 15, 2022, 02:17:27 am

Title: Nightly: 15 September 2022 - Revision 850f2904d
Post by: SirKnightly on September 15, 2022, 02:17:27 am
Here is the nightly for 15 September 2022 - Revision 850f2904d



Group: MacOSX
nightly_20220915_850f2904d-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20220915_850f2904d/nightly_20220915_850f2904d-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220915_850f2904d/nightly_20220915_850f2904d-builds-Mac.tar.gz))


Group: Win32-SSE2
nightly_20220915_850f2904d-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220915_850f2904d/nightly_20220915_850f2904d-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220915_850f2904d/nightly_20220915_850f2904d-builds-Win32-SSE2.zip))


Group: Win64-SSE2
nightly_20220915_850f2904d-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220915_850f2904d/nightly_20220915_850f2904d-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220915_850f2904d/nightly_20220915_850f2904d-builds-x64-SSE2.zip))


Group: Linux
nightly_20220915_850f2904d-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220915_850f2904d/nightly_20220915_850f2904d-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220915_850f2904d/nightly_20220915_850f2904d-builds-Linux.tar.gz))

Code: [Select]
------------------------------------------------------------------------
commit 452f55419
Author: EatThePath
Commit: GitHub

    Crossing the specular rubicon (#4302)
 code/cmdline/cmdline.cpp                   | 47 +++++++++----------
 code/cmdline/cmdline.h                     |  7 ++-
 code/def_files/data/effects/deferred-f.sdr |  6 +--
 code/def_files/data/effects/deferred-v.sdr |  3 +-
 code/def_files/data/effects/main-f.sdr     |  5 +-
 code/def_files/data/effects/main-g.sdr     |  3 +-
 code/def_files/data/effects/main-v.sdr     |  3 +-
 code/graphics/decal_draw_list.cpp          |  8 +---
 code/graphics/light.cpp                    | 48 ++++---------------
 code/graphics/light.h                      |  4 +-
 code/graphics/opengl/gropengldeferred.cpp  | 15 +-----
 code/graphics/uniforms.cpp                 |  8 +---
 code/graphics/util/uniform_structs.h       | 11 ++---
 code/lab/dialogs/render_options.cpp        | 28 +++++++----
 code/lab/renderer/lab_renderer.h           | 19 ++++----
 code/lighting/lighting.cpp                 | 61 +++++-------------------
 code/lighting/lighting.h                   |  9 ++--
 code/lighting/lighting_profiles.cpp        | 74 +++++++++++++++++++++++++++++-
 code/lighting/lighting_profiles.h          | 21 ++++++---
 code/menuui/techmenu.cpp                   | 12 +----
 code/missionui/missionbrief.cpp            | 13 ++----
 code/missionui/missionscreencommon.cpp     | 48 ++++++++++---------
 code/missionui/missionscreencommon.h       |  1 +
 code/missionui/missionweaponchoice.cpp     | 10 +---
 code/model/modelinterp.cpp                 |  1 -
 code/model/modelrender.cpp                 |  4 +-
 code/scripting/api/objs/shipclass.cpp      | 17 ++-----
 code/starfield/starfield.cpp               | 19 +++-----
 28 files changed, 227 insertions(+), 278 deletions(-)

------------------------------------------------------------------------
commit 15dc0aba7
Author: Goober5000
Commit: Goober5000

    improve huge_fire_info lookup
 code/ai/aicode.cpp | 21 ++++++++++-----------
 code/ship/ship.cpp |  9 +++++++++
 code/ship/ship.h   |  1 +
 3 files changed, 20 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 70609bb3b
Author: MjnMixael
Commit: GitHub

    Cleanup Fiction, Red Alert, and Loop Brief based on feedback on other PRs (#4649)
 code/scripting/api/libs/ui.cpp            |  6 ++--
 code/scripting/api/objs/fictionviewer.cpp | 52 ++++++++++++++++---------------
 code/scripting/api/objs/fictionviewer.h   | 10 +++++-
 code/scripting/api/objs/loop_brief.cpp    | 40 ++++++++++++++++--------
 code/scripting/api/objs/loop_brief.h      | 10 +++++-
 code/scripting/api/objs/redalert.cpp      | 32 +++++++++++++------
 code/scripting/api/objs/redalert.h        | 10 +++++-
 7 files changed, 107 insertions(+), 53 deletions(-)

------------------------------------------------------------------------
commit 10a47781a
Author: BMagnu
Commit: GitHub

    Change cmd_briefing API to reference from copy (#4646)
 code/scripting/api/libs/ui.cpp        |  2 +-
 code/scripting/api/objs/cmd_brief.cpp | 60 +++++++++++++++++++++++------------
 code/scripting/api/objs/cmd_brief.h   | 13 ++++++--
 3 files changed, 52 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit ff55a39dd
Author: MjnMixael
Commit: GitHub

    Scripting functions required for SCPUI conversion of all four Tech Room UIs (#4591)
 code/menuui/credits.cpp                |  76 ++++++++-----
 code/menuui/credits.h                  |  15 +++
 code/menuui/readyroom.cpp              | 116 ++++++++++++++++++-
 code/menuui/readyroom.h                |  13 +++
 code/missionui/missionscreencommon.cpp |  13 +++
 code/missionui/missionscreencommon.h   |   1 +
 code/scripting/api/libs/mission.cpp    |   2 +-
 code/scripting/api/libs/ui.cpp         | 201 +++++++++++++++++++++++++++++++++
 code/scripting/api/objs/techroom.cpp   | 193 +++++++++++++++++++++++++++++++
 code/scripting/api/objs/techroom.h     |  31 +++++
 code/source_groups.cmake               |   2 +
 11 files changed, 627 insertions(+), 36 deletions(-)

------------------------------------------------------------------------
commit ae3fb54c0
Author: Goober5000
Commit: Goober5000

    add more timestamp documentation
 code/io/timer.h | 29 +++++++++++++++++++++++------
 1 file changed, 23 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 6c7c09372
Author: Goober5000
Commit: Goober5000

    some more timestamps
 code/controlconfig/controlsconfig.cpp |  6 +++---
 code/io/timer.cpp                     | 13 -------------
 code/io/timer.h                       |  4 ----
 code/object/objectsnd.cpp             |  9 ++++-----
 code/parse/sexp.cpp                   | 18 +++++++++---------
 5 files changed, 16 insertions(+), 34 deletions(-)

------------------------------------------------------------------------
commit 3d74bac90
Author: Goober5000
Commit: Goober5000

    more timestamp migration
 code/actions/common.h             |  2 +-
 code/actions/types/WaitAction.cpp |  6 ++--
 code/autopilot/autopilot.cpp      | 22 ++++++---------
 code/autopilot/autopilot.h        |  2 +-
 code/hud/hudartillery.cpp         |  4 +--
 code/hud/hudartillery.h           |  4 +--
 code/io/joy-sdl.cpp               | 58 +++++++++++++++++++--------------------
 code/io/joy.h                     |  8 +++---
 8 files changed, 51 insertions(+), 55 deletions(-)
Title: Re: Nightly: 15 September 2022 - Revision 850f2904d
Post by: Antares on September 15, 2022, 03:01:53 pm
Attempting to load the FSPort campaign mission list in the tech room with this build triggers an instant crash. If the campaign button is already highlighted, only the single, standalone missions will actually be displayed; clicking the campaign mission button is what triggers the crash. Bug is not present in the September 14 build.
Title: Re: Nightly: 15 September 2022 - Revision 850f2904d
Post by: The E on September 15, 2022, 03:18:47 pm
The cause for this crash has been identified and a fix will be in the next nightly.