Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on November 02, 2015, 10:08:07 am
-
Here is the nightly for OS X on 02 Nov 2015 - Revision 3ade9ae
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_20151102_3ade9ae.tgz (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20151102_3ade9ae.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20151102_3ade9ae.md5)
------------------------------------------------------------------------
commit 5c74720
Author: niffiwan <Sun Nov 1 19:31:14 2015 +1000>
Commit: niffiwan <Sun Nov 1 19:33:10 2015 +1000>
Fix memory leak in ds_load_buffer
code/sound/ds.cpp | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 1c84c54
Author: niffiwan <Sat Oct 31 19:02:45 2015 +1000>
Commit: niffiwan <Sat Oct 31 20:17:12 2015 +1000>
Model Assert/Assertion as Coverity killpaths
coverity/modeling.cpp | 10 ++++++++++
1 file changed, 10 insertions(+)
------------------------------------------------------------------------
commit 253d8a7
Author: niffiwan <Sat Oct 31 14:06:56 2015 +1000>
Commit: niffiwan <Sat Oct 31 14:06:56 2015 +1000>
Fix memory leak from Control_config_presets
code/controlconfig/controlsconfig.h | 1 +
code/controlconfig/controlsconfigcommon.cpp | 10 ++++++++++
code/freespace2/freespace.cpp | 1 +
3 files changed, 12 insertions(+)
------------------------------------------------------------------------
commit eb1ff0f
Author: niffiwan <Sat Oct 31 12:51:33 2015 +1000>
Commit: niffiwan <Sat Oct 31 12:51:33 2015 +1000>
Fix coverity_scan builds
.travis.yml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
------------------------------------------------------------------------
commit 9dfa67b
Author: niffiwan <Fri Oct 30 22:01:06 2015 +1000>
Commit: niffiwan <Fri Oct 30 22:01:06 2015 +1000>
Correctly compare vector .end()
code/camera/camera.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit c3c7477
Author: Yarn366 <Thu Oct 29 14:35:08 2015 -0400>
Commit: Yarn366 <Thu Oct 29 14:35:08 2015 -0400>
Made head animations scale to the size of the gauge window. Also deprecated "Animation Background Size" parameter and added the more accurately named "Animation Size" parameter, which sets how large animations should be.
code/hud/hudmessage.cpp | 11 ++++++++---
code/hud/hudparse.cpp | 4 ++++
2 files changed, 12 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 1ceae13
Author: niffiwan <Wed Oct 28 21:31:23 2015 +1000>
Commit: niffiwan <Wed Oct 28 21:53:57 2015 +1000>
Guard against negative array index reads
code/mission/missionparse.cpp | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
------------------------------------------------------------------------
commit fb20632
Author: niffiwan <Wed Oct 28 21:26:00 2015 +1000>
Commit: niffiwan <Wed Oct 28 21:26:00 2015 +1000>
Fix memory leak in cam_create/cam_close
code/camera/camera.cpp | 3 +++
1 file changed, 3 insertions(+)
------------------------------------------------------------------------
commit 1f6fc35
Author: Goober5000 <Sat Oct 24 15:07:58 2015 -0400>
Commit: Goober5000 <Sat Oct 24 15:07:58 2015 -0400>
just a tweak to avoid comparing whitespace
code/ship/shipfx.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 5b8584b
Author: Goober5000 <Sat Oct 24 15:06:58 2015 -0400>
Commit: Goober5000 <Sat Oct 24 15:06:58 2015 -0400>
clarify the use of mc_info_init, and make sure that model_instance_num and submodel_num have the proper values
code/ship/shipfx.cpp | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)