Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on May 10, 2015, 05:15:19 am

Title: Nightly (FreeBSD): 10 May 2015 - Revision 367c060
Post by: SirKnightly on May 10, 2015, 05:15:19 am
Here is the nightly for FreeBSD on 10 May 2015 - Revision 367c060

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 124

Group: Standard
fso_Standard_20150510_367c060.tar.bz2 (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20150510_367c060.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20150510_367c060.md5)

Code: [Select]
------------------------------------------------------------------------
commit 24d1621
Author: Lari Nieminen <Sun May 10 02:23:44 2015 +0300>
Commit: Lari Nieminen <Sun May 10 02:23:44 2015 +0300>

    Avoid loading the anchor ship model multiple times when resolving path masks.
 code/mission/missionparse.cpp | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 7a8c7cc
Author: Lari Nieminen <Sat May 9 13:42:12 2015 +0300>
Commit: Lari Nieminen <Sat May 9 13:42:12 2015 +0300>

    Revert a part of f6e2f1d2 / r11129 which causes collision problems in some corner cases.
 code/model/modelcollide.cpp | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)