Author Topic: Nightly: 02 July 2024 - Revision eed055d41  (Read 777 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 02 July 2024 - Revision eed055d41
Here is the nightly for 02 July 2024 - Revision eed055d41



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 6468901c0
Author: Goober5000
Commit: Goober5000

    address feedback
 code/io/keycontrol.cpp           | 2 --
 code/io/keycontrol.h             | 2 --
 code/parse/sexp.cpp              | 2 +-
 code/playerman/player.h          | 3 +++
 code/playerman/playercontrol.cpp | 2 ++
 5 files changed, 6 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit d14b66456
Author: Kestrellius
Commit: GitHub

    Adds conditional impact functionality. (#6218)
 code/weapon/weapon.h    | 11 +++++++
 code/weapon/weapons.cpp | 83 +++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 91 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 723209ce2
Author: naomimyselfandi
Commit: GitHub

    Clarify some SEXP operator documentation (#6216)
 code/parse/sexp.cpp | 72 +++++++++++++++++++++++++++--------------------------
 1 file changed, 37 insertions(+), 35 deletions(-)

------------------------------------------------------------------------
commit 98da98c53
Author: Goober5000
Commit: Goober5000

    enhance stuff_int_list to allow turning off the warning
 code/parse/parselo.cpp | 21 +++++++++++----------
 code/parse/parselo.h   |  4 ++--
 2 files changed, 13 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 558a8333e
Author: Goober5000
Commit: Goober5000

    add an option to not change the view mode
 code/parse/sexp.cpp | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit ffcbfeb70
Author: Goober5000
Commit: Goober5000

    enhance lock-perspective to also lock slew mode
 code/io/keycontrol.cpp           |  1 +
 code/io/keycontrol.h             |  1 +
 code/parse/sexp.cpp              | 25 ++++++++++++++++++-------
 code/playerman/playercontrol.cpp | 20 +++++++++++---------
 freespace2/freespace.cpp         |  1 +
 5 files changed, 32 insertions(+), 16 deletions(-)