Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 17, 2023, 01:59:16 am
-
Here is the nightly for 17 October 2023 - Revision 0cbe06884
Group: Linux
nightly_20231017_0cbe06884-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20231017_0cbe06884/nightly_20231017_0cbe06884-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231017_0cbe06884/nightly_20231017_0cbe06884-builds-Linux.tar.gz))
Group: MacOSX
nightly_20231017_0cbe06884-builds-Mac.tar.gz (https://scp.indiegames.us/builds/nightly/20231017_0cbe06884/nightly_20231017_0cbe06884-builds-Mac.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231017_0cbe06884/nightly_20231017_0cbe06884-builds-Mac.tar.gz))
Group: Win32-SSE2
nightly_20231017_0cbe06884-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231017_0cbe06884/nightly_20231017_0cbe06884-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231017_0cbe06884/nightly_20231017_0cbe06884-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20231017_0cbe06884-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231017_0cbe06884/nightly_20231017_0cbe06884-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231017_0cbe06884/nightly_20231017_0cbe06884-builds-x64-SSE2.zip))
------------------------------------------------------------------------
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(-)