Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on April 21, 2022, 01:51:48 am
-
Here is the nightly for 21 April 2022 - Revision e9ad970c2
Group: Win64-SSE2
nightly_20220421_e9ad970c2-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220421_e9ad970c2/nightly_20220421_e9ad970c2-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220421_e9ad970c2/nightly_20220421_e9ad970c2-builds-x64-SSE2.zip))
Group: Linux
nightly_20220421_e9ad970c2-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220421_e9ad970c2/nightly_20220421_e9ad970c2-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220421_e9ad970c2/nightly_20220421_e9ad970c2-builds-Linux.tar.gz))
Group: Win32-SSE2
nightly_20220421_e9ad970c2-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220421_e9ad970c2/nightly_20220421_e9ad970c2-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220421_e9ad970c2/nightly_20220421_e9ad970c2-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit ce6458b64
Author: Goober5000
Commit: Goober5000
probably fix #4187
code/ai/aicode.cpp | 2 +-
code/ai/aigoals.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 8a188c56f
Author: Asteroth
Commit: Asteroth
add a doxy
code/model/modelinterp.cpp | 6 ++++++
1 file changed, 6 insertions(+)
------------------------------------------------------------------------
commit 87ed583b2
Author: wookieejedi
Commit: GitHub
Fix FRED accessibility of new flag `ai-attackable-if-no-collide` (#4189)
code/mission/missionparse.cpp | 2 +-
code/object/object.cpp | 2 +-
code/parse/sexp.cpp | 1 +
fred2/missionsave.cpp | 2 ++
qtfred/src/mission/missionsave.cpp | 3 +++
5 files changed, 8 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 3e2030bf0
Author: Asteroth
Commit: Asteroth
clean up
code/model/modelcollide.cpp | 18 +++++++-------
code/model/modelinterp.cpp | 57 ++++++++++++++++++++++++++++++++++-----------
code/model/modeloctant.cpp | 38 +++++++++++++++++++-----------
code/model/modelread.cpp | 8 ++++++-
4 files changed, 83 insertions(+), 38 deletions(-)
------------------------------------------------------------------------
commit 2e4a657b5
Author: Asteroth
Commit: Asteroth
more clean up and removing dead code
code/model/modelcollide.cpp | 292 +-------------------------------------------
1 file changed, 6 insertions(+), 286 deletions(-)
------------------------------------------------------------------------
commit 13a465825
Author: Asteroth
Commit: Asteroth
swap tmap_num and nverts
code/model/modelinterp.cpp | 12 ++++++------
code/model/modeloctant.cpp | 4 ++--
code/model/modelread.cpp | 48 +++++-----------------------------------------
3 files changed, 13 insertions(+), 51 deletions(-)
------------------------------------------------------------------------
commit 943e5c395
Author: Asteroth
Commit: Asteroth
first version of bsp space optimizations
code/model/modelcollide.cpp | 97 ++++++++++++++++++++++++++-----
code/model/modelinterp.cpp | 138 ++++++++++++++++++++++++++++++--------------
code/model/modeloctant.cpp | 8 +++
code/model/modelread.cpp | 31 +++++++++-
code/model/modelsinc.h | 1 +
code/render/3ddraw.cpp | 5 +-
6 files changed, 218 insertions(+), 62 deletions(-)