Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on January 08, 2021, 12:56:46 am
-
Here is the nightly for 08 January 2021 - Revision 726ce953c
Group: Linux
nightly_20210108_726ce953c-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20210108_726ce953c/nightly_20210108_726ce953c-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210108_726ce953c/nightly_20210108_726ce953c-builds-Linux.tar.gz))
Group: Win32-SSE2
nightly_20210108_726ce953c-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210108_726ce953c/nightly_20210108_726ce953c-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210108_726ce953c/nightly_20210108_726ce953c-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20210108_726ce953c-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210108_726ce953c/nightly_20210108_726ce953c-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210108_726ce953c/nightly_20210108_726ce953c-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit e5685ded8
Author: JohnAFernandez
Commit: JohnAFernandez
Keep the lists from being cleared early by removing unneeded the loops.
code/menuui/techmenu.cpp | 25 +++++--------------------
1 file changed, 5 insertions(+), 20 deletions(-)
------------------------------------------------------------------------
commit 226cbf120
Author: JohnAFernandez
Commit: JohnAFernandez
The true fix, check the correct value
code/menuui/techmenu.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 043466309
Author: Goober5000
Commit: Goober5000
de-parent live debris
code/model/model.h | 2 +-
code/model/modelread.cpp | 3 +++
code/ship/shipfx.cpp | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 766624600
Author: Baezon
Commit: Baezon
update name
code/ai/aicode.cpp | 2 +-
code/hud/hudlock.cpp | 6 +++---
code/weapon/weapon.h | 2 +-
code/weapon/weapons.cpp | 6 +++---
4 files changed, 8 insertions(+), 8 deletions(-)
------------------------------------------------------------------------
commit dab9a41f4
Author: Baezon
Commit: Baezon
remove redundant check
code/weapon/weapons.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
------------------------------------------------------------------------
commit b93d30e12
Author: Baezon
Commit: Baezon
unused variable
code/weapon/weapons.cpp | 4 ----
1 file changed, 4 deletions(-)
------------------------------------------------------------------------
commit 67de007ec
Author: Baezon
Commit: Baezon
lock restrictions safety
code/ai/aicode.cpp | 2 +-
code/hud/hudlock.cpp | 6 +++---
code/weapon/weapon.h | 4 ++--
code/weapon/weapons.cpp | 17 ++++++++++-------
4 files changed, 16 insertions(+), 13 deletions(-)
------------------------------------------------------------------------
commit 9f33b432f
Author: JohnAFernandez
Commit: JohnAFernandez
Simply this check
code/menuui/techmenu.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 7a0578a79
Author: JohnAFernandez
Commit: JohnAFernandez
Ok CI, I'll use nullptr
code/menuui/techmenu.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit b81825326
Author: JohnAFernandez
Commit: JohnAFernandez
Signed Vs Unsigned
code/menuui/techmenu.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit b8c2c975c
Author: JohnAFernandez
Commit: JohnAFernandez
Change to a pointer
code/menuui/techmenu.cpp | 75 ++++++++++++++++++++++--------------------------
1 file changed, 34 insertions(+), 41 deletions(-)
------------------------------------------------------------------------
commit dc0272e66
Author: JohnAFernandez
Commit: JohnAFernandez
Fixes Part 1
code/menuui/techmenu.cpp | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
------------------------------------------------------------------------
commit 3e329d64d
Author: JohnAFernandez
Commit: JohnAFernandez
Check the correct value in the animation code
code/menuui/techmenu.cpp | 35 +++++++++++++----------------------
1 file changed, 13 insertions(+), 22 deletions(-)
------------------------------------------------------------------------
commit 882ac2b1a
Author: JohnAFernandez
Commit: JohnAFernandez
Possibly Fix Memory Corruption Issue
code/menuui/techmenu.cpp | 284 +++++++++++++++++++----------------------------
1 file changed, 117 insertions(+), 167 deletions(-)