Author Topic: Nightly (Windows): 17 May 2015 - Revision 1784e88  (Read 664 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 17 May 2015 - Revision 1784e88
Here is the nightly for Windows on 17 May 2015 - Revision 1784e88

Open non-feature issues in Mantis: 123

Group: Standard
fso_Standard_20150517_1784e88.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20150517_1784e88.7z
MD5Sum

Group: AVX
fso_AVX_20150517_1784e88.7z
MD5Sum

Group: SSE
fso_SSE_20150517_1784e88.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit cc91098
Author: asarium <Sat May 2 17:46:35 2015 +0200>
Commit: asarium <Sat May 16 11:20:20 2015 +0200>

    Fix for Coverity 1093690: Resource leak
 code/fred2/management.cpp     |  6 +++---
 code/jumpnode/jumpnode.cpp    | 46 +++++++++++++++++++++++++++++++++++++++++--
 code/jumpnode/jumpnode.h      |  8 +++++++-
 code/mission/missionparse.cpp | 14 ++++++-------
 4 files changed, 60 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit 6512ede
Author: niffiwan <Sat May 16 10:59:15 2015 +1000>
Commit: niffiwan <Sat May 16 10:59:15 2015 +1000>

    Fix Coverity 1298268: Division by float zero
 code/model/modelinterp.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 2910a7a
Author: niffiwan <Sat May 16 10:36:30 2015 +1000>
Commit: niffiwan <Sat May 16 10:36:30 2015 +1000>

    Fix Coverity 1298261 Missing break in switch
 code/graphics/gropengltnl.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 794a7f5
Author: asarium <Sat May 16 00:02:56 2015 +0200>
Commit: asarium <Sat May 16 00:02:56 2015 +0200>

    Add coverity badge to Readme.md
 README.md | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 762e7c3
Author: asarium <Fri May 15 23:39:15 2015 +0200>
Commit: asarium <Fri May 15 23:39:15 2015 +0200>

    Remove SCP_vm_allocator
 code/globalincs/vmallocator.h | 118 +++---------------------------------------
 1 file changed, 8 insertions(+), 110 deletions(-)

------------------------------------------------------------------------
commit 268c255
Author: Lari Nieminen <Fri May 15 15:16:58 2015 +0300>
Commit: Lari Nieminen <Fri May 15 15:16:58 2015 +0300>

    Fixed a bug with the next/prev subsystem targeting keys not working if the target only has one subsystem.
 code/hud/hudtarget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit e50555c
Author: asarium <Thu May 14 22:02:59 2015 +0200>
Commit: asarium <Thu May 14 22:20:30 2015 +0200>

    Add Travis CI config file
 .travis.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

------------------------------------------------------------------------
commit e677ed7
Author: asarium <Thu May 14 10:51:00 2015 +0200>
Commit: asarium <Thu May 14 17:37:41 2015 +0200>

    Fix warning 'allocate_poly_list' : unreferenced local function has been removed
 code/model/modelinterp.cpp | 10 ----------
 1 file changed, 10 deletions(-)

------------------------------------------------------------------------
commit a237d7f
Author: asarium <Thu May 7 18:34:01 2015 +0200>
Commit: asarium <Thu May 14 10:45:32 2015 +0200>

    Fix compilation on OS X
 projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 77283e9
Author: asarium <Sat May 2 19:13:22 2015 +0200>
Commit: asarium <Thu May 14 10:45:32 2015 +0200>

    Fix conversion warnings
 code/sound/voicerec.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit f7a22d7
Author: asarium <Sat May 2 19:13:01 2015 +0200>
Commit: asarium <Thu May 14 10:45:31 2015 +0200>

    Fix BM_TYPE to ubyte conversion warnings
 code/bmpman/bm_internal.h        | 29 +----------------------------
 code/bmpman/bmpman.cpp           | 22 +++++++++++-----------
 code/bmpman/bmpman.h             | 35 +++++++++++++++++++++++++++++++----
 code/graphics/2d.h               |  4 ++--
 code/graphics/generic.cpp        |  4 ++--
 code/graphics/generic.h          |  5 +++--
 code/graphics/gropenglbmpman.cpp |  5 +++--
 code/graphics/gropenglbmpman.h   |  2 +-
 code/graphics/grstub.cpp         |  4 ++--
 code/menuui/mainhallmenu.cpp     |  2 +-
 10 files changed, 57 insertions(+), 55 deletions(-)

------------------------------------------------------------------------
commit ab1b12f
Author: asarium <Sat May 2 18:40:40 2015 +0200>
Commit: asarium <Thu May 14 10:45:30 2015 +0200>

    Fix "conversion from 'SPPHRASERNG' to 'ULONG'" warning
 code/sound/voicerec.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit d593861
Author: asarium <Sat May 2 18:40:16 2015 +0200>
Commit: asarium <Thu May 14 10:45:29 2015 +0200>

    Fix "forcing value to bool 'true' or 'false'" warning
 code/graphics/generic.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 83bb7e1
Author: asarium <Sat May 2 18:39:53 2015 +0200>
Commit: asarium <Thu May 14 10:45:29 2015 +0200>

    Fix unused function warning
 code/bmpman/bmpman.cpp | 92 --------------------------------------------------
 1 file changed, 92 deletions(-)

------------------------------------------------------------------------
commit 65b1569
Author: asarium <Sat May 2 18:39:30 2015 +0200>
Commit: asarium <Thu May 14 10:45:28 2015 +0200>

    Fix macro redefinition warning
 code/bmpman/bmpman.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit b849eec7
Author: asarium <Sat May 2 18:39:03 2015 +0200>
Commit: asarium <Thu May 14 10:45:27 2015 +0200>

    Fix "conversion from 'BM_TYPE' to 'ubyte'" warning
 code/bmpman/bm_internal.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit b883ebc
Author: asarium <Sat May 2 18:30:33 2015 +0200>
Commit: asarium <Thu May 14 10:45:26 2015 +0200>

    Fix usage of uninitialized variable warning
 code/ship/ship.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 3cfbcbe
Author: asarium <Sat May 2 18:29:49 2015 +0200>
Commit: asarium <Thu May 14 10:45:25 2015 +0200>

    Fix signed < unsigned warning
 code/hud/hudshield.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)