Author Topic: Nightly: 30 June 2025 - Revision 11a33fe42  (Read 86 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 30 June 2025 - Revision 11a33fe42
Here is the nightly for 30 June 2025 - Revision 11a33fe42



Group: Linux-arm64
nightly_20250630_11a33fe42-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20250630_11a33fe42-builds-Linux-x86_64.tar.gz (Mirror)


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 5380d8868
Author: Goober5000
Commit: Goober5000

    small optimization to `get_builtin_message_sender()`
 code/parse/sexp.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 3605f66e6
Author: Goober5000
Commit: Goober5000

    fix builtin_message memory usage
 code/mission/missionmessage.cpp | 38 ++++++++++++++++++++++++++++++++++++--
 code/mission/missionmessage.h   |  9 +++++++++
 2 files changed, 45 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 329974b4b
Author: Goober5000
Commit: Goober5000

    a few refinements to the new comm node selection feature
 code/hud/hudsquadmsg.cpp | 31 ++++++++++++++++++-------------
 1 file changed, 18 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit c5d5a9376
Author: Goober5000
Commit: Goober5000

    address feedback
 code/scripting/lua/LuaUtil.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit f0ee1e2f7
Author: Goober5000
Commit: Goober5000

    electrical arc upgrade, stage 4: add a new ModifyElectricArcPoints function with a handy valueToVec3d utility function
 code/scripting/api/objs/ship.cpp | 66 ++++++++++++++++++++++++++++++++++
 code/scripting/lua/LuaUtil.cpp   | 78 ++++++++++++++++++++++++++++++++++++++++
 code/scripting/lua/LuaUtil.h     |  8 +++++
 3 files changed, 152 insertions(+)

------------------------------------------------------------------------
commit 47025a79d
Author: Goober5000
Commit: Goober5000

    electrical arc upgrade, stage 3: add support for customizing segment depth and using persistent arc points
 code/debris/debris.cpp           |  2 +-
 code/model/model.h               |  6 ++--
 code/model/modelinterp.cpp       | 14 ++++-----
 code/model/modelread.cpp         |  8 ++++--
 code/model/modelrender.cpp       | 41 ++++++++++++++++++---------
 code/model/modelrender.h         |  7 +++--
 code/scripting/api/objs/ship.cpp | 61 +++++++++++++++++++++++++++++++++++-----
 code/ship/ship.cpp               |  2 +-
 code/ship/ship.h                 |  3 ++
 code/ship/shipfx.cpp             |  8 ++++++
 10 files changed, 114 insertions(+), 38 deletions(-)

------------------------------------------------------------------------
commit 305af2a1c
Author: Goober5000
Commit: Goober5000

    electrical arc upgrade, stage 2: make arrays dynamic
 code/debris/debris.cpp           | 33 ++++++++++++++-------------------
 code/debris/debris.h             |  4 ++--
 code/model/model.h               |  8 +-------
 code/model/modelinterp.cpp       |  9 ++-------
 code/model/modelread.cpp         | 26 ++++++++++++--------------
 code/model/modelrender.cpp       | 31 ++++++++++++-------------------
 code/scripting/api/objs/ship.cpp | 10 +++++-----
 code/ship/ship.cpp               | 14 ++++++++------
 code/ship/ship.h                 |  6 +++---
 code/ship/shipfx.cpp             | 27 +++++++++++----------------
 10 files changed, 70 insertions(+), 98 deletions(-)

------------------------------------------------------------------------
commit 573218347
Author: Goober5000
Commit: Goober5000

    rename debris spark timestamps, per Asteroth
 code/debris/debris.cpp | 14 +++++++-------
 code/debris/debris.h   |  4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 611de4d06
Author: Goober5000
Commit: Goober5000

    fix scope of ship arc sound generation
 code/debris/debris.cpp |  3 +--
 code/ship/shipfx.cpp   | 49 ++++++++++++++++++++++++-------------------------
 2 files changed, 25 insertions(+), 27 deletions(-)

------------------------------------------------------------------------
commit 8270a3850
Author: Goober5000
Commit: Goober5000

    electrical arc upgrade, stage 1: refactor data structures
 code/debris/debris.cpp           |  62 +++++++++++++-------
 code/debris/debris.h             |   9 ++-
 code/model/model.h               |  41 +++++++------
 code/model/modelread.cpp         |  15 ++---
 code/model/modelrender.cpp       |  16 ++---
 code/object/object.cpp           |  24 ++++----
 code/scripting/api/objs/ship.cpp |  35 +++++------
 code/ship/ship.cpp               |  44 +++++++-------
 code/ship/ship.h                 |  20 ++++---
 code/ship/shipfx.cpp             | 124 ++++++++++++++++++++-------------------
 10 files changed, 214 insertions(+), 176 deletions(-)