[xoreos-git] [xoreos/xoreos] 857972: KOTORBASE: Don't deref HUD::_targetHealth when it'...

Sven Hesse noreply at github.com
Sat Mar 2 20:39:15 CET 2019


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 8579723749ceff7cdb600aa83f96b60a64d9e3b9
      https://github.com/xoreos/xoreos/commit/8579723749ceff7cdb600aa83f96b60a64d9e3b9
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-03-02 (Sat, 02 Mar 2019)

  Changed paths:
    M src/engines/kotorbase/gui/hud.cpp

  Log Message:
  -----------
  KOTORBASE: Don't deref HUD::_targetHealth when it's nullptr

This fixes Coverity Scan issue #1399129.


  Commit: 7f215011bea44294b64baf168d7589563691de63
      https://github.com/xoreos/xoreos/commit/7f215011bea44294b64baf168d7589563691de63
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-03-02 (Sat, 02 Mar 2019)

  Changed paths:
    M src/engines/nwn2/inventory.cpp
    M src/engines/nwn2/inventory.h

  Log Message:
  -----------
  NWN2: Always initialize Inventory::_lastRetrieved

That's why I like in-class brace initializers: removes the possibility
to forget initializing the member in a new constructor.

This fixes Coverity Scan issue #1399125.


  Commit: f26566d0bb6584c83c676190460102185c03ea33
      https://github.com/xoreos/xoreos/commit/f26566d0bb6584c83c676190460102185c03ea33
  Author: Cameron Cawley <ccawley2011 at gmail.com>
  Date:   2019-03-02 (Sat, 02 Mar 2019)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  BUILD: Move OpenGL detection to after GLEW is detected


  Commit: 9f46a0ae3301e3c2af76eb0c14875b4ef711eb60
      https://github.com/xoreos/xoreos/commit/9f46a0ae3301e3c2af76eb0c14875b4ef711eb60
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2019-03-02 (Sat, 02 Mar 2019)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  BUILD: Only link to mincore.lib on Windows 8 and above


  Commit: 817402634499fff60143665dd87701df49d7c7a9
      https://github.com/xoreos/xoreos/commit/817402634499fff60143665dd87701df49d7c7a9
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2019-03-02 (Sat, 02 Mar 2019)

  Changed paths:
    M src/engines/rules.mk
    M src/graphics/aurora/rules.mk
    M src/graphics/rules.mk
    M src/video/aurora/rules.mk
    M src/video/rules.mk

  Log Message:
  -----------
  BUILD: Fix build using MinGW and CMake


  Commit: 848928a3d22bef38c87c286482f6cec3a8609136
      https://github.com/xoreos/xoreos/commit/848928a3d22bef38c87c286482f6cec3a8609136
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-03-02 (Sat, 02 Mar 2019)

  Changed paths:
    M src/engines/aurora/pathfinding.cpp

  Log Message:
  -----------
  ENGINES: Remove C99 printf specifier for size_t

It's not necessarily available everywhere, unfortunately.


Compare: https://github.com/xoreos/xoreos/compare/f5ff1f167b7c...848928a3d22b



More information about the xoreos-git mailing list