Author Topic: Nightly: 11 November 2023 - Revision 9ac6060ab  (Read 152 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 11 November 2023 - Revision 9ac6060ab
Here is the nightly for 11 November 2023 - Revision 9ac6060ab



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit b25e76cb6
Author: wookieejedi
Commit: GitHub

    Fix documentation error in On State Start (#5789)
 code/scripting/global_hooks.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit a9cfd2745
Author: BMagnu
Commit: GitHub

    Expose more submodel instance and submodel attributes and functions to Lua (#5766)
 code/model/model.h                        |  4 +++
 code/model/modelread.cpp                  | 45 ++++++++++++++++++++++++++++
 code/scripting/api/objs/model.cpp         | 33 +++++++++++++++++++++
 code/scripting/api/objs/modelinstance.cpp | 49 +++++++++++++++++++++++++++++++
 test/src/model/test_modelread.cpp         | 23 +++++++++++----
 5 files changed, 148 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 47ac8a56a
Author: mjn-mixael
Commit: mjn-mixael

    Some cleanup
 fred2/sexp_tree.cpp                 | 6 ++++--
 qtfred/src/ui/widgets/sexp_tree.cpp | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 574b1e619
Author: Asteroth
Commit: Asteroth

    accidental shadow
 code/weapon/shockwave.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit dc83e4f14
Author: Asteroth
Commit: Asteroth

    few fixes
 code/weapon/shockwave.cpp | 2 ++
 code/weapon/weapons.cpp   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 3c837b7e9
Author: Asteroth
Commit: Asteroth

    add all the curves
 code/object/collideshipweapon.cpp   |   4 +
 code/object/collideweaponweapon.cpp |  18 ++--
 code/weapon/beam.cpp                |  73 +++++++------
 code/weapon/shockwave.cpp           |  28 +++--
 code/weapon/shockwave.h             |   5 +-
 code/weapon/weapon.h                |   9 +-
 code/weapon/weapons.cpp             | 198 +++++++++++++++++++++++++-----------
 7 files changed, 227 insertions(+), 108 deletions(-)

------------------------------------------------------------------------
commit 6d08a9010
Author: mjn-mixael
Commit: mjn-mixael

    Prevent out-of-range assert
 code/parse/sexp.cpp                 | 2 +-
 fred2/sexp_tree.cpp                 | 2 +-
 qtfred/src/ui/widgets/sexp_tree.cpp | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 92ed875e6
Author: mjn-mixael
Commit: mjn-mixael

    allow for lua enums to reference lua enums
 code/parse/sexp.cpp                 |  2 +-
 code/parse/sexp.h                   |  1 +
 code/parse/sexp/LuaSEXP.cpp         |  9 ++++++--
 fred2/sexp_tree.cpp                 | 42 +++++++++++++++++++++++++++++++++++++
 fred2/sexp_tree.h                   |  1 +
 qtfred/src/ui/widgets/sexp_tree.cpp | 42 +++++++++++++++++++++++++++++++++++++
 qtfred/src/ui/widgets/sexp_tree.h   |  1 +
 7 files changed, 95 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit bb6917ab3
Author: mjn-mixael
Commit: mjn-mixael

    custom lua action for mainhall esc keypress
 code/menuui/mainhallmenu.cpp | 21 +++++++++++++++++++--
 code/menuui/mainhallmenu.h   |  2 ++
 2 files changed, 21 insertions(+), 2 deletions(-)