Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on March 16, 2021, 01:47:38 am
-
Here is the nightly for 16 March 2021 - Revision 95235b353
Group: Win32-SSE2
nightly_20210316_95235b353-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210316_95235b353/nightly_20210316_95235b353-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210316_95235b353/nightly_20210316_95235b353-builds-Win32-SSE2.zip))
Group: Linux
nightly_20210316_95235b353-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20210316_95235b353/nightly_20210316_95235b353-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210316_95235b353/nightly_20210316_95235b353-builds-Linux.tar.gz))
Group: Win64-SSE2
nightly_20210316_95235b353-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210316_95235b353/nightly_20210316_95235b353-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210316_95235b353/nightly_20210316_95235b353-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 593fbdbf2
Author: Goober5000
Commit: Goober5000
add text to context popup
fred2/fred.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit e3acb2c56
Author: Baezon
Commit: Baezon
ai fighter support
code/ai/aicode.cpp | 32 ++++++++++++++++++--------------
code/weapon/weapons.cpp | 8 ++++----
2 files changed, 22 insertions(+), 18 deletions(-)
------------------------------------------------------------------------
commit ec323a396
Author: Baezon
Commit: Baezon
combine flags
code/ai/aicode.cpp | 6 +++---
code/ai/aiturret.cpp | 12 ++++++------
code/def_files/data/tables/objecttypes.tbl | 30 ++++++++++--------------------
code/ship/ship.cpp | 8 ++------
code/ship/ship_flags.h | 3 +--
code/weapon/weapons.cpp | 5 +++++
6 files changed, 27 insertions(+), 37 deletions(-)
------------------------------------------------------------------------
commit 2dbaf53e4
Author: Baezon
Commit: Baezon
no more travis wooo
------------------------------------------------------------------------
commit 849b4c57b
Author: Baezon
Commit: Baezon
no warning
code/weapon/weapons.cpp | 5 -----
1 file changed, 5 deletions(-)
------------------------------------------------------------------------
commit de0933e1b
Author: Baezon
Commit: Baezon
expose targeting sizes
code/ai/aiturret.cpp | 27 +++++++++++++++++++--------
code/def_files/data/tables/objecttypes.tbl | 20 ++++++++++++++++++++
code/ship/ship.cpp | 8 ++++++++
code/ship/ship_flags.h | 2 ++
4 files changed, 49 insertions(+), 8 deletions(-)