Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on May 07, 2022, 01:48:21 am

Title: Nightly: 07 May 2022 - Revision bb2bd3fc1
Post by: SirKnightly on May 07, 2022, 01:48:21 am
Here is the nightly for 07 May 2022 - Revision bb2bd3fc1



Group: Win32-SSE2
nightly_20220507_bb2bd3fc1-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220507_bb2bd3fc1/nightly_20220507_bb2bd3fc1-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220507_bb2bd3fc1/nightly_20220507_bb2bd3fc1-builds-Win32-SSE2.zip))


Group: Win64-SSE2
nightly_20220507_bb2bd3fc1-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220507_bb2bd3fc1/nightly_20220507_bb2bd3fc1-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220507_bb2bd3fc1/nightly_20220507_bb2bd3fc1-builds-x64-SSE2.zip))


Group: Linux
nightly_20220507_bb2bd3fc1-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220507_bb2bd3fc1/nightly_20220507_bb2bd3fc1-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220507_bb2bd3fc1/nightly_20220507_bb2bd3fc1-builds-Linux.tar.gz))

Code: [Select]
------------------------------------------------------------------------
commit 4c948569c
Author: Goober5000
Commit: Goober5000

    address feedback
 code/mission/missionparse.cpp    | 7 +++++--
 code/starfield/starfield_flags.h | 4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 4b935731c
Author: Goober5000
Commit: Goober5000

    fix `is_sun` argument
 code/parse/sexp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit c1fdb640b
Author: Asteroth
Commit: Asteroth

    add wiki link
 code/math/vecmat.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 298265c83
Author: Goober5000
Commit: Goober5000

    replace names ending in 2 with names ending in new
 code/parse/sexp.cpp                 | 70 ++++++++++++++++++++-----------------
 code/parse/sexp.h                   |  8 ++---
 code/scripting/api/libs/mission.cpp |  8 ++---
 fred2/sexp_tree.cpp                 |  4 +--
 qtfred/src/ui/widgets/sexp_tree.cpp |  4 +--
 5 files changed, 49 insertions(+), 45 deletions(-)

------------------------------------------------------------------------
commit 30c168693
Author: Goober5000
Commit: Goober5000

    change 'fixed' to 'corrected'
 code/mission/missionparse.cpp       | 18 +++++++++---------
 code/parse/sexp.cpp                 |  6 +++---
 code/scripting/api/libs/mission.cpp | 12 ++++++------
 code/starfield/starfield.cpp        | 26 +++++++++++++-------------
 code/starfield/starfield.h          |  4 ++--
 code/starfield/starfield_flags.h    |  2 +-
 fred2/bgbitmapdlg.cpp               | 18 +++++++++---------
 fred2/bgbitmapdlg.h                 |  4 ++--
 fred2/fred.rc                       |  2 +-
 fred2/missionsave.cpp               | 12 ++++++------
 fred2/resource.h                    |  2 +-
 qtfred/src/mission/missionsave.cpp  | 12 ++++++------
 12 files changed, 59 insertions(+), 59 deletions(-)

------------------------------------------------------------------------
commit ba18cecf4
Author: Goober5000
Commit: Goober5000

    add clarifying comment
 code/globalincs/pstypes.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit f394708f0
Author: Goober5000
Commit: Goober5000

    this should work
 code/math/vecmat.cpp         | 28 ++++++++++++++++++++++++++++
 code/math/vecmat.h           |  2 ++
 code/starfield/starfield.cpp |  7 ++++---
 3 files changed, 34 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 47bd90091
Author: Goober5000
Commit: Goober5000

    moar
 code/starfield/starfield.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit a6e3c74ad
Author: Goober5000
Commit: Goober5000

    try this
 code/starfield/starfield.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit eb5be1c57
Author: Asteroth
Commit: Asteroth

    it wants double brackets i guess??
 code/starfield/starfield.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit df39ac45d
Author: Asteroth
Commit: Asteroth

    fill fix/unfix angles
 code/math/vecmat.cpp         | 18 ++++++++++++++++++
 code/starfield/starfield.cpp | 20 +++++++++++++++++---
 2 files changed, 35 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 59064fdf8
Author: Goober5000
Commit: Goober5000

    fix bugs
 code/starfield/starfield.cpp |  1 +
 fred2/bgbitmapdlg.cpp        | 17 +++++++++++------
 fred2/bgbitmapdlg.h          |  2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit af0b1fc9b
Author: Goober5000
Commit: Goober5000

    add FRED dialog support for flag
 fred2/bgbitmapdlg.cpp | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 fred2/bgbitmapdlg.h   |  8 ++++++++
 fred2/fred.rc         | 38 ++++++++++++++++++++--------------
 fred2/resource.h      |  3 ++-
 4 files changed, 88 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit a64a587c6
Author: Goober5000
Commit: Goober5000

    save old versions of angles if background doesn't have flag
 code/starfield/starfield.cpp       |  5 +++++
 code/starfield/starfield.h         |  5 ++++-
 fred2/missionsave.cpp              | 16 +++++++++++-----
 qtfred/src/mission/missionsave.cpp | 15 ++++++++++-----
 4 files changed, 30 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit fa4c66dfa
Author: Goober5000
Commit: Goober5000

    consolidate angle fixes into stars_fix_background_angles; add new script and sexp functions that use correct angles
 code/mission/missionparse.cpp       | 24 +++------------
 code/parse/sexp.cpp                 | 57 ++++++++++++++++++++++++++++++----
 code/parse/sexp.h                   |  2 ++
 code/scripting/api/libs/mission.cpp | 61 +++++++++++++++++++++++++++++++------
 code/starfield/starfield.cpp        | 16 ++++++++--
 code/starfield/starfield.h          |  3 ++
 fred2/sexp_tree.cpp                 |  8 +++--
 qtfred/src/ui/widgets/sexp_tree.cpp |  8 +++--
 8 files changed, 136 insertions(+), 43 deletions(-)

------------------------------------------------------------------------
commit 527b46443
Author: Asteroth
Commit: Asteroth

    background bitmap fix, part 2
 code/math/vecmat.cpp          | 11 +++++++++++
 code/math/vecmat.h            |  1 +
 code/mission/missionparse.cpp | 24 ++++++++++++++++++++++++
 code/starfield/starfield.cpp  | 17 +++--------------
 4 files changed, 39 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit f7dd1172c
Author: Goober5000
Commit: Goober5000

    background bitmap fix, part 1
 code/lab/renderer/lab_renderer.cpp |  2 +-
 code/mission/missionparse.cpp      | 21 ++++++++++++++++++++-
 code/source_groups.cmake           |  1 +
 code/starfield/starfield.cpp       | 19 +++++++++++++------
 code/starfield/starfield.h         |  3 +++
 code/starfield/starfield_flags.h   | 15 +++++++++++++++
 fred2/bgbitmapdlg.cpp              |  2 +-
 fred2/missionsave.cpp              | 19 +++++++++++++++++++
 qtfred/src/mission/missionsave.cpp | 23 ++++++++++++++++++++++-
 9 files changed, 95 insertions(+), 10 deletions(-)