[xoreos-git] [xoreos/xoreos] b7991e: GRAPHICS: Always throw a Common::Exception instead...

GitHub noreply at github.com
Wed Oct 26 00:28:48 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: b7991e77d040d9d16a54bf03a43ca309f35993a2
      https://github.com/xoreos/xoreos/commit/b7991e77d040d9d16a54bf03a43ca309f35993a2
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M src/graphics/aurora/cursorman.cpp

  Log Message:
  -----------
  GRAPHICS: Always throw a Common::Exception instead of a bare string


  Commit: 99c10b8a5e35147233b3c1636f6b02643ff6219c
      https://github.com/xoreos/xoreos/commit/99c10b8a5e35147233b3c1636f6b02643ff6219c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M src/video/codecs/xmvwmv2.cpp

  Log Message:
  -----------
  VIDEO: Check the right pointers before access in XMVWMV2's setQScale()

Instead of checking acQuantTop for != 0 (which is always true), check
that acQuantTop[0], acQuantTop[1] and acQuantTop[2] are != 0.


Compare: https://github.com/xoreos/xoreos/compare/3ff0bdcfee55...99c10b8a5e35


More information about the xoreos-git mailing list