Here is the nightly for Windows on 24 Oct 2015 - Revision 0cdac66
Open non-feature issues in
Mantis: 124
Group: SSE
fso_SSE_20151024_0cdac66.7zMD5SumGroup: NO-SSE
fso_NO-SSE_20151024_0cdac66.7zMD5SumGroup: Standard
fso_Standard_20151024_0cdac66.7zMD5SumGroup: AVX
fso_AVX_20151024_0cdac66.7zMD5Sum------------------------------------------------------------------------
commit ddacb8c
Author: asarium <Sat Oct 24 14:16:31 2015 +0200>
Commit: asarium <Sat Oct 24 14:16:31 2015 +0200>
Revert "Fix for Coverity 1093600: Negative array index read"
code/hud/hudsquadmsg.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 88e7c83
Author: asarium <Sat Oct 24 12:49:04 2015 +0200>
Commit: asarium <Sat Oct 24 12:53:03 2015 +0200>
Fix Coverity 1093606 for real this time
code/weapon/weapons.cpp | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit f1fd9f9
Author: asarium <Fri Oct 23 22:35:56 2015 +0200>
Commit: asarium <Fri Oct 23 22:35:56 2015 +0200>
Fix memory leak in bm_load_animation
code/bmpman/bmpman.cpp | 3 +++
1 file changed, 3 insertions(+)
------------------------------------------------------------------------
commit 21a16fb
Author: Fabian Woltermann <Fri Oct 16 11:27:40 2015 +0200>
Commit: Fabian Woltermann <Fri Oct 16 11:27:40 2015 +0200>
Change this line back to what it was, with more accurate comment
code/mission/missionparse.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit bcedaee
Author: asarium <Wed Oct 14 18:54:14 2015 +0200>
Commit: asarium <Wed Oct 14 18:54:14 2015 +0200>
Fix "uninitialized variable warning"
code/network/stand_gui-unix.cpp | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit a020095
Author: asarium <Wed Oct 14 18:44:57 2015 +0200>
Commit: asarium <Wed Oct 14 18:44:57 2015 +0200>
Disable array bounds checks in a Travis build
ci/travis/before_script.sh | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit a5f918a
Author: asarium <Wed Oct 14 18:20:44 2015 +0200>
Commit: asarium <Wed Oct 14 18:20:44 2015 +0200>
Remove -ansi option as it's not supported by clang
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 4e21d9e
Author: asarium <Wed Oct 14 18:09:16 2015 +0200>
Commit: asarium <Wed Oct 14 18:09:16 2015 +0200>
Make error fatal when doing a CI build
ci/travis/before_script.sh | 2 +-
configure.ac | 12 ++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 7efd107
Author: asarium <Wed Oct 14 18:07:45 2015 +0200>
Commit: asarium <Wed Oct 14 18:07:45 2015 +0200>
Fix format warning and syntax error
code/cfile/cfilesystem.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 9f4589d
Author: asarium <Wed Oct 14 17:51:21 2015 +0200>
Commit: asarium <Wed Oct 14 17:51:21 2015 +0200>
Fix unitialized variable warning
code/stats/scoring.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 1d21537
Author: asarium <Wed Oct 14 17:45:46 2015 +0200>
Commit: asarium <Wed Oct 14 17:45:46 2015 +0200>
Fix an overflow warning
code/model/modelread.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 4a40aad
Author: asarium <Wed Oct 14 17:44:03 2015 +0200>
Commit: asarium <Wed Oct 14 17:44:03 2015 +0200>
Fix invalid index warning
code/gamehelp/contexthelp.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 14f1cee
Author: asarium <Wed Oct 14 17:41:31 2015 +0200>
Commit: asarium <Wed Oct 14 17:41:31 2015 +0200>
Fix "unused return" warnings
code/cfile/cfilesystem.cpp | 11 +++++++++--
code/cmdline/cmdline.cpp | 41 ++++++++++++++++++++++-------------------
code/globalincs/version.cpp | 6 ++++--
3 files changed, 35 insertions(+), 23 deletions(-)
------------------------------------------------------------------------
commit 2f78ae3
Author: Fabian Woltermann <Tue Oct 13 10:17:35 2015 +0200>
Commit: Fabian Woltermann <Tue Oct 13 10:17:35 2015 +0200>
Consistency for the doxygen comments
code/mission/missionparse.cpp | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
------------------------------------------------------------------------
commit bc788d6
Author: Fabian Woltermann <Tue Oct 13 09:29:07 2015 +0200>
Commit: Fabian Woltermann <Tue Oct 13 09:29:07 2015 +0200>
More comment cleanup
code/mission/missionparse.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
------------------------------------------------------------------------
commit f1b9c15
Author: Fabian Woltermann <Tue Oct 13 09:15:52 2015 +0200>
Commit: Fabian Woltermann <Tue Oct 13 09:15:52 2015 +0200>
More comment tweaks
code/mission/missionparse.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
------------------------------------------------------------------------
commit eab9fab
Author: Fabian Woltermann <Tue Oct 13 09:11:36 2015 +0200>
Commit: Fabian Woltermann <Tue Oct 13 09:11:36 2015 +0200>
Further, non-multi-breaking changes as suggested by MageKing17.
code/mission/missionparse.cpp | 44 +++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
------------------------------------------------------------------------
commit 92ace8e
Author: Fabian Woltermann <Thu Oct 8 09:49:48 2015 +0200>
Commit: Fabian Woltermann <Thu Oct 8 09:49:48 2015 +0200>
Further comment tweaks
code/mission/missionparse.cpp | 30 +++++++++++++++++++-----------
1 file changed, 19 insertions(+), 11 deletions(-)
------------------------------------------------------------------------
commit d3df7ef
Author: Fabian Woltermann <Mon Oct 5 08:08:46 2015 +0200>
Commit: Fabian Woltermann <Mon Oct 5 08:08:46 2015 +0200>
Adds explanatory comments and applies the same logic to the net signature overload.
code/mission/missionparse.cpp | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 99306be
Author: The E <Sun Oct 4 12:23:35 2015 +0200>
Commit: The E <Sun Oct 4 12:23:35 2015 +0200>
Amendment based on Kara's feedback. Should allow same behaviour in both SP and MP.
code/mission/missionparse.cpp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 6835d2b
Author: The E <Sat Oct 3 22:15:57 2015 +0200>
Commit: The E <Sat Oct 3 22:15:57 2015 +0200>
Only remove the player ship from the arrival list in singleplayer
code/mission/missionparse.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)