Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 15, 2021, 12:50:22 am
-
Here is the nightly for 15 December 2021 - Revision 1f531b69f
Group: Win64-SSE2
nightly_20211215_1f531b69f-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20211215_1f531b69f/nightly_20211215_1f531b69f-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20211215_1f531b69f/nightly_20211215_1f531b69f-builds-x64-SSE2.zip))
Group: Linux
nightly_20211215_1f531b69f-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20211215_1f531b69f/nightly_20211215_1f531b69f-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20211215_1f531b69f/nightly_20211215_1f531b69f-builds-Linux.tar.gz))
Group: Win32-SSE2
nightly_20211215_1f531b69f-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20211215_1f531b69f/nightly_20211215_1f531b69f-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20211215_1f531b69f/nightly_20211215_1f531b69f-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit d2f15afce
Author: wookieejedi
Commit: GitHub
Set Default Detail Levels to be Consistent at Ultra Settings (#3811)
code/globalincs/systemvars.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit ef917998f
Author: Goober5000
Commit: Goober5000
restore the proper 'class' logic, which was broken in commit 3005e447d3e52d18786df676213a7a941c16d079
code/missionui/missionbrief.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit cdcb8a611
Author: Goober5000
Commit: Goober5000
update CMakeLists
fred2/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 8f91d82a7
Author: Goober5000
Commit: Goober5000
even more asteroid target fixes
fred2/asteroideditordlg.cpp | 80 ++++++++++++++++++++++++++++++++++++++
fred2/asteroideditordlg.h | 5 +++
fred2/fred.rc | 2 +-
fred2/fredview.cpp | 9 +++++
fred2/missionsave.cpp | 2 +-
qtfred/src/mission/missionsave.cpp | 2 +-
6 files changed, 97 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit e31518be7
Author: Goober5000
Commit: Goober5000
make BackgroundChooser a bit more flexible
fred2/backgroundchooser.cpp | 87 ------------------------
fred2/bgbitmapdlg.cpp | 14 +++-
fred2/fred.rc | 8 +--
fred2/listitemchooser.cpp | 81 ++++++++++++++++++++++
fred2/{backgroundchooser.h => listitemchooser.h} | 34 ++++-----
fred2/resource.h | 4 +-
6 files changed, 115 insertions(+), 113 deletions(-)
------------------------------------------------------------------------
commit 5a35c308f
Author: Goober5000
Commit: Goober5000
wip asteroid field dialog modifications
fred2/asteroideditordlg.cpp | 44 ++++++++++++++++++++++++++++++++++++--------
fred2/asteroideditordlg.h | 2 ++
fred2/fred.rc | 4 ++--
fred2/resource.h | 1 +
4 files changed, 41 insertions(+), 10 deletions(-)
------------------------------------------------------------------------
commit 51aaf8f5b
Author: Goober5000
Commit: Goober5000
fix this, which broke at some point previously
code/missionui/missionbrief.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit eb0610f81
Author: Goober5000
Commit: Goober5000
this too
fred2/missionsave.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 04141bc12
Author: Goober5000
Commit: Goober5000
more tweaks for the custom closeup label
fred2/briefingeditordlg.cpp | 23 +++++++++++++++++++++++
fred2/briefingeditordlg.h | 5 +++++
fred2/fred.rc | 24 ++++++++++++------------
3 files changed, 40 insertions(+), 12 deletions(-)
------------------------------------------------------------------------
commit 9db0c7179
Author: Goober5000
Commit: Goober5000
closeup label fixes
fred2/briefingeditordlg.cpp | 7 ++++---
fred2/briefingeditordlg.h | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 2f832d288
Author: Goober5000
Commit: Goober5000
fred ui partial updates for briefing editor and asteroid field editor
code/mission/missionbriefcommon.h | 2 -
code/mission/missionparse.cpp | 6 +-
code/missionui/missionbrief.cpp | 30 +++++---
fred2/asteroideditordlg.cpp | 4 +-
fred2/briefingeditordlg.cpp | 35 +++++----
fred2/briefingeditordlg.h | 2 +-
fred2/fred.rc | 143 +++++++++++++++++++++----------------
fred2/missionsave.cpp | 8 +--
fred2/resource.h | 11 ++-
qtfred/src/mission/missionsave.cpp | 8 +--
10 files changed, 137 insertions(+), 112 deletions(-)