Author Topic: Nightly: 17 October 2023 - Revision 0cbe06884  (Read 226 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 17 October 2023 - Revision 0cbe06884
Here is the nightly for 17 October 2023 - Revision 0cbe06884



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 0cbe06884
Author: BMagnu
Commit: GitHub

    Allow to Capture Mouse in FSO window (#5678)
 code/cmdline/cmdline.cpp                | 7 +++++++
 code/cmdline/cmdline.h                  | 1 +
 code/graphics/opengl/gropengl.cpp       | 3 +++
 code/graphics/vulkan/VulkanRenderer.cpp | 3 +++
 code/osapi/osapi.h                      | 1 +
 freespace2/SDLGraphicsOperations.cpp    | 5 +++++
 6 files changed, 20 insertions(+)

------------------------------------------------------------------------
commit 987c705bc
Author: Goober5000
Commit: Goober5000

    address feedback
 code/ai/aigoals.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit b89cbbd53
Author: Goober5000
Commit: Goober5000

    fix and upgrade ai-fly-to-ship
 code/ai/ai.h        |  27 +++-----
 code/ai/aicode.cpp  | 186 ++++++++++++++--------------------------------------
 code/ai/aigoals.cpp |  50 +++++++++-----
 code/math/vecmat.h  |   6 ++
 code/parse/sexp.cpp |  13 ++--
 5 files changed, 105 insertions(+), 177 deletions(-)

------------------------------------------------------------------------
commit 79702273d
Author: Goober5000
Commit: Goober5000

    some tweaks and clarifications
 code/hud/hudets.cpp | 18 +++++++++---------
 code/ship/ship.h    |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 73c612034
Author: Goober5000
Commit: Goober5000

    log the filename
 freespace2/freespace.cpp | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit f98806b03
Author: Goober5000
Commit: Goober5000

    refactor ai_mission_goal_achievable
 code/ai/aigoals.cpp | 131 ++++++++++++++++++++--------------------------------
 1 file changed, 50 insertions(+), 81 deletions(-)

------------------------------------------------------------------------
commit ed5a5861f
Author: Goober5000
Commit: Goober5000

    aspect-ratio-specific splash screens
 code/mod_table/mod_table.cpp | 32 ++++++++++++++++++++++++++------
 code/mod_table/mod_table.h   | 15 ++++++++++++++-
 freespace2/freespace.cpp     | 44 ++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 82 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 89b33ebbc
Author: Goober5000
Commit: Goober5000

    add a maneuver-despite-engines flag
 code/ai/aicode.cpp     |  6 +++---
 code/hud/hudets.cpp    | 10 ++++++++--
 code/object/object.cpp | 33 +++++++++++++++++++--------------
 code/ship/ship.cpp     | 12 +++++++++---
 code/ship/ship.h       |  2 +-
 code/ship/ship_flags.h |  1 +
 6 files changed, 41 insertions(+), 23 deletions(-)