Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on June 22, 2015, 10:04:43 am
-
Here is the nightly for OS X on 22 Jun 2015 - Revision fda36a1
Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 123
Group: Standard
fso_Standard_20150622_fda36a1.tgz (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20150622_fda36a1.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20150622_fda36a1.md5)
------------------------------------------------------------------------
commit 2c36ce3
Author: Echelon9 <Sun Jun 21 15:37:25 2015 +1000>
Commit: Echelon9 <Sun Jun 21 15:37:25 2015 +1000>
Add 'make cppcheck' command line option.
Makefile.am | 7 +++++++
1 file changed, 7 insertions(+)
------------------------------------------------------------------------
commit fc6f7cb
Author: Peter Mitsis <Fri May 29 09:36:35 2015 -0400>
Commit: Peter Mitsis <Sat Jun 20 08:01:25 2015 -0400>
Add static and const keywords to vector math routines
code/math/vecmat.cpp | 195 ++++++++++++++++++------------------
code/math/vecmat.h | 156 ++++++++++++++---------------
code/mission/missionbriefcommon.cpp | 2 +-
3 files changed, 177 insertions(+), 176 deletions(-)
------------------------------------------------------------------------
commit 7c2eb53
Author: Peter Mitsis <Sat Jun 20 07:46:50 2015 -0400>
Commit: Peter Mitsis <Sat Jun 20 07:59:34 2015 -0400>
Remove unused routine vm_fvec_matrix_interpolate()
code/math/vecmat.cpp | 236 ---------------------------------------------------
1 file changed, 236 deletions(-)
------------------------------------------------------------------------
commit 4d6d679
Author: jg18 <Fri Jun 19 23:50:14 2015 -0700>
Commit: jg18 <Fri Jun 19 23:50:14 2015 -0700>
Log usage status of enhanced sound.
code/sound/ds.cpp | 8 ++++++++
1 file changed, 8 insertions(+)
------------------------------------------------------------------------
commit 3e8b629
Author: Cliff Gordon <Wed Jun 17 14:14:06 2015 -0500>
Commit: Cliff Gordon <Wed Jun 17 14:14:06 2015 -0500>
[fix/standalone_name_hang] Prevent the standalone from hanging when attempting to set a name that is too long.
code/network/stand_gui-unix.cpp | 91 +++++++++++++++++++++++++++++++----------
1 file changed, 70 insertions(+), 21 deletions(-)