Author Topic: Nightly: 08 March 2023 - Revision 7205808e7  (Read 207 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 08 March 2023 - Revision 7205808e7
Here is the nightly for 08 March 2023 - Revision 7205808e7



Group: MacOSX
nightly_20230308_7205808e7-builds-Mac.tar.gz (Mirror)


Group: Win64-SSE2
nightly_20230308_7205808e7-builds-x64-SSE2.zip (Mirror)


Group: Linux
nightly_20230308_7205808e7-builds-Linux.tar.gz (Mirror)


Group: Win32-SSE2
nightly_20230308_7205808e7-builds-Win32-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
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(-)