Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on March 08, 2023, 01:04:45 am
-
Here is the nightly for 08 March 2023 - Revision 7205808e7
Group: MacOSX
nightly_20230308_7205808e7-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20230308_7205808e7/nightly_20230308_7205808e7-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230308_7205808e7/nightly_20230308_7205808e7-builds-Mac.tar.gz))
Group: Win64-SSE2
nightly_20230308_7205808e7-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230308_7205808e7/nightly_20230308_7205808e7-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230308_7205808e7/nightly_20230308_7205808e7-builds-x64-SSE2.zip))
Group: Linux
nightly_20230308_7205808e7-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20230308_7205808e7/nightly_20230308_7205808e7-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230308_7205808e7/nightly_20230308_7205808e7-builds-Linux.tar.gz))
Group: Win32-SSE2
nightly_20230308_7205808e7-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230308_7205808e7/nightly_20230308_7205808e7-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230308_7205808e7/nightly_20230308_7205808e7-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit c1260fc53
Author: mjn-mixael
Commit: mjn-mixael
Check the op const, not the op dummy
code/parse/sexp.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 8cd8e9b0f
Author: mjn-mixael
Commit: mjn-mixael
address feedback
code/hud/hudmessage.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 5cc0404ef
Author: niffiwan
Commit: niffiwan
use input asteroids speed
code/asteroid/asteroid.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit ece792d35
Author: Asteroth
Commit: Asteroth
remove vestigal flag
code/model/model_flags.h | 1 -
code/model/modelread.cpp | 2 --
2 files changed, 3 deletions(-)
------------------------------------------------------------------------
commit aa4c3840f
Author: niffiwan
Commit: niffiwan
use large asteroids speed when chucking asteroids
code/asteroid/asteroid.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit c3d6d7294
Author: Asteroth
Commit: Asteroth
add for engine wash too
freespace2/freespace.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 0428fa221
Author: Asteroth
Commit: Asteroth
add shudder multipliers
code/ship/ship.cpp | 11 +++++++++--
code/ship/ship.h | 3 +++
code/weapon/weapon.h | 2 ++
code/weapon/weapons.cpp | 9 +++++++++
4 files changed, 23 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit e9be428cd
Author: mjn-mixael
Commit: mjn-mixael
refactor Msg_scrollback_lines
code/hud/hudmessage.cpp | 318 +++++++++++++++++++----------------------------
code/hud/hudmessage.h | 7 +-
freespace2/freespace.cpp | 1 -
3 files changed, 132 insertions(+), 194 deletions(-)