[xoreos-git] [xoreos/xoreos] 81ce9a: GRAPHICS: Fix a bug with missing S3TC decompressio...

GitHub noreply at github.com
Sun Dec 3 21:28:34 CET 2017


  Branch: refs/heads/coverity_scan
  Home:   https://github.com/xoreos/xoreos
  Commit: 81ce9a3ab39f7c62609d5a70e12ee6fb87f284ab
      https://github.com/xoreos/xoreos/commit/81ce9a3ab39f7c62609d5a70e12ee6fb87f284ab
  Author: Patrick <nostritius at googlemail.com>
  Date:   2017-05-07 (Sun, 07 May 2017)

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

  Log Message:
  -----------
  GRAPHICS: Fix a bug with missing S3TC decompression on cursors


  Commit: 052caa60b6612390a564a211804044fb5b9cf550
      https://github.com/xoreos/xoreos/commit/052caa60b6612390a564a211804044fb5b9cf550
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
    M AUTHORS

  Log Message:
  -----------
  DOCS: Add Nostritius to the contributors list


  Commit: 9efc146cfd809267b886ef059e4f5105a6862882
      https://github.com/xoreos/xoreos/commit/9efc146cfd809267b886ef059e4f5105a6862882
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
    M src/common/changeid.cpp

  Log Message:
  -----------
  COMMON: Don't implicitly depend on explicit ScopedPtr bool conversion

Because this won't compile in C++11 mode, by design.


  Commit: dc08873f026363e739d45eb3f42c57b5af345276
      https://github.com/xoreos/xoreos/commit/dc08873f026363e739d45eb3f42c57b5af345276
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
    M src/engines/nwn/gui/ingame/ingame.cpp

  Log Message:
  -----------
  NWN: Don't implicitly depend on explicit ScopedPtr bool conversion

Because this won't compile in C++11 mode, by design.


  Commit: 606b1cbfbbff1bb6bea7741e6543267cd7e9cb08
      https://github.com/xoreos/xoreos/commit/606b1cbfbbff1bb6bea7741e6543267cd7e9cb08
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
    M src/engines/dragonage/campaign.cpp

  Log Message:
  -----------
  DRAGONAGE: Use our ScopedPtr instead of std::auto_ptr

std::auto_ptr is deprecated in C++11, and we have a ScopedPtr for
exactly this reason.


  Commit: ba03b7b8dde102debc63eaa142289e09d40740a1
      https://github.com/xoreos/xoreos/commit/ba03b7b8dde102debc63eaa142289e09d40740a1
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
    M src/engines/dragonage2/campaign.cpp

  Log Message:
  -----------
  DRAGONAGE2: Use our ScopedPtr instead of std::auto_ptr

std::auto_ptr is deprecated in C++11, and we have a ScopedPtr for
exactly this reason.


  Commit: b99751fec920b10c48aceaffc57bc70b149af5cd
      https://github.com/xoreos/xoreos/commit/b99751fec920b10c48aceaffc57bc70b149af5cd
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M src/engines/aurora/gui.cpp
    M src/engines/aurora/gui.h

  Log Message:
  -----------
  ENGINES: Add functionality to add child GUIs to a GUI


  Commit: 28e413ddaa18fb14ad69974179c998f4c8c13384
      https://github.com/xoreos/xoreos/commit/28e413ddaa18fb14ad69974179c998f4c8c13384
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-05-28 (Sun, 28 May 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/kotorwidget.cpp

  Log Message:
  -----------
  KOTOR: Fix a bug for widgets with a initially empty text


  Commit: 1cf2577241a7042250e1f01bda1fa6b7e2077fb9
      https://github.com/xoreos/xoreos/commit/1cf2577241a7042250e1f01bda1fa6b7e2077fb9
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-05-29 (Mon, 29 May 2017)

  Changed paths:
    M src/graphics/aurora/guiquad.cpp
    M src/graphics/aurora/guiquad.h

  Log Message:
  -----------
  GRAPHICS: Add an optional opengl scissor test for the quad rendering


  Commit: d172d488a2f2b06b1b187472c229c7407e2adcf1
      https://github.com/xoreos/xoreos/commit/d172d488a2f2b06b1b187472c229c7407e2adcf1
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-06-04 (Sun, 04 Jun 2017)

  Changed paths:
    M src/common/foxpro.cpp

  Log Message:
  -----------
  COMMON: Heed that date fields are not terminated in FoxPro::getDate()


  Commit: 048d8fab092b8fdf8a8007a1d5430c5a5cadcb91
      https://github.com/xoreos/xoreos/commit/048d8fab092b8fdf8a8007a1d5430c5a5cadcb91
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-06-04 (Sun, 04 Jun 2017)

  Changed paths:
    M src/common/foxpro.cpp

  Log Message:
  -----------
  COMMON: Heed that date fields are not terminated in FoxPro::setDate()


  Commit: e5ab5051efa22cba85ea9c2dbe615799cc332242
      https://github.com/xoreos/xoreos/commit/e5ab5051efa22cba85ea9c2dbe615799cc332242
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/button.cpp
    M src/engines/kotor/gui/widgets/button.h

  Log Message:
  -----------
  KOTOR: Add the possibility to permanently highlight the button


  Commit: 1f448039f2af16a37ed8c66963cea9663304ff68
      https://github.com/xoreos/xoreos/commit/1f448039f2af16a37ed8c66963cea9663304ff68
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/button.cpp
    M src/engines/kotor/gui/widgets/button.h

  Log Message:
  -----------
  KOTOR: Add the possibility to disable the hovering sound on buttons


  Commit: 840ad67fac40e78de297c45789eefe6b66ade8af
      https://github.com/xoreos/xoreos/commit/840ad67fac40e78de297c45789eefe6b66ade8af
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
    M src/video/codecs/h263.cpp
    M src/video/codecs/h263.h
    M src/video/quicktime.cpp

  Log Message:
  -----------
  VIDEO: Move handling of h.263 extra data to the constructor

Most codecs don't work that way; try to keep more consistent with
others, even if we don't have others in xoreos right now.


  Commit: 3f006b39523d8feb285415773a089b2add6cd418
      https://github.com/xoreos/xoreos/commit/3f006b39523d8feb285415773a089b2add6cd418
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
    M src/video/quicktime.cpp
    M src/video/quicktime.h

  Log Message:
  -----------
  VIDEO: Remove unused parameter to VideoSampleDesc::initCodec()


  Commit: 3cc915fe274ea76bfc52da62dbd3a8a9648f1f1d
      https://github.com/xoreos/xoreos/commit/3cc915fe274ea76bfc52da62dbd3a8a9648f1f1d
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
    M src/video/codecs/h263.cpp
    M src/video/codecs/h263.h
    M src/video/quicktime.cpp

  Log Message:
  -----------
  VIDEO: Hide the H263Codec implementation behind a factory function


  Commit: 8118cd0c83bcc7fdbcb6eb9fc71cf702fde6438d
      https://github.com/xoreos/xoreos/commit/8118cd0c83bcc7fdbcb6eb9fc71cf702fde6438d
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

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

  Log Message:
  -----------
  VIDEO: Throw exceptions when libxvidcore returns errors


  Commit: cecd3146589378c9a05640f4847aaf6f3fe6f745
      https://github.com/xoreos/xoreos/commit/cecd3146589378c9a05640f4847aaf6f3fe6f745
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
    M src/video/quicktime.cpp

  Log Message:
  -----------
  VIDEO: Reset the video codec from within VideoSampleDesc::initCodec()


  Commit: 225e1ca24801c57efddedab92a7ad52e40f44459
      https://github.com/xoreos/xoreos/commit/225e1ca24801c57efddedab92a7ad52e40f44459
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-18 (Sun, 18 Jun 2017)

  Changed paths:
    M src/engines/kotor/script/function_tables.h
    M src/engines/kotor/script/functions.h
    M src/engines/kotor/script/functions_object.cpp

  Log Message:
  -----------
  KOTOR: Add the nwscript function GetObjectByTag


  Commit: 3d48f5b00593516e368597bb3d9f83a909da1b26
      https://github.com/xoreos/xoreos/commit/3d48f5b00593516e368597bb3d9f83a909da1b26
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  DIST: Add CLion project folder to .gitignore


  Commit: 7a1b1f81b0b50d98132cbd4f729f705e955fb7d0
      https://github.com/xoreos/xoreos/commit/7a1b1f81b0b50d98132cbd4f729f705e955fb7d0
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
    A src/graphics/aurora/fadequad.cpp
    A src/graphics/aurora/fadequad.h
    M src/graphics/aurora/rules.mk

  Log Message:
  -----------
  GRAPHICS: Add a quad for screen fading


  Commit: 85d827342ca319ee32cbc449a86c34fccc04f453
      https://github.com/xoreos/xoreos/commit/85d827342ca319ee32cbc449a86c34fccc04f453
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
    M src/engines/kotor/module.cpp
    M src/engines/kotor/module.h
    M src/engines/kotor/script/function_tables.h
    M src/engines/kotor/script/functions.h
    M src/engines/kotor/script/functions_module.cpp

  Log Message:
  -----------
  KOTOR: Add screen fading support to KotOR


  Commit: 0779ebd55f231a2c42403fcc5ac124939ab96c92
      https://github.com/xoreos/xoreos/commit/0779ebd55f231a2c42403fcc5ac124939ab96c92
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-25 (Sun, 25 Jun 2017)

  Changed paths:
    M src/engines/kotor/script/functions_module.cpp

  Log Message:
  -----------
  KOTOR: Fix a bug with a fadein fading out


  Commit: 1e6a0641656cf5d73b7b86c797eb2b1a73f67c23
      https://github.com/xoreos/xoreos/commit/1e6a0641656cf5d73b7b86c797eb2b1a73f67c23
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    A src/engines/kotor/gui/chargen/rules.mk
    M src/engines/kotor/gui/rules.mk

  Log Message:
  -----------
  KOTOR: Add makefiles for the character generation menu


  Commit: de3b2fc01791275b310b4b40d699eebe5c94292f
      https://github.com/xoreos/xoreos/commit/de3b2fc01791275b310b4b40d699eebe5c94292f
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/button.cpp
    M src/engines/kotor/gui/widgets/button.h

  Log Message:
  -----------
  KOTOR: Add the possibility to get a buttons hovering state


  Commit: 6bd2a447aefb09b6f8b6d6266ec0d0fce2b2b1da
      https://github.com/xoreos/xoreos/commit/6bd2a447aefb09b6f8b6d6266ec0d0fce2b2b1da
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/kotorwidget.cpp
    M src/engines/kotor/gui/widgets/kotorwidget.h

  Log Message:
  -----------
  KOTOR: Add a method to the KotOR widget class to wrap texts


  Commit: e573ec3d92fd52dc8bc70bb45a0ad2c5173a9ce4
      https://github.com/xoreos/xoreos/commit/e573ec3d92fd52dc8bc70bb45a0ad2c5173a9ce4
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M src/engines/kotor/game.cpp
    A src/engines/kotor/gui/chargen/classselection.cpp
    A src/engines/kotor/gui/chargen/classselection.h
    M src/engines/kotor/gui/chargen/rules.mk
    M src/engines/kotor/gui/main/main.cpp
    M src/engines/kotor/gui/main/main.h

  Log Message:
  -----------
  KOTOR: Add the class selection menu including the change of the music


  Commit: 3cc7978c6a6d9450cd9c880fd74d50187b59dab6
      https://github.com/xoreos/xoreos/commit/3cc7978c6a6d9450cd9c880fd74d50187b59dab6
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    A src/engines/kotor/gui/chargen/charactergeneration.cpp
    A src/engines/kotor/gui/chargen/charactergeneration.h
    M src/engines/kotor/gui/chargen/classselection.cpp
    M src/engines/kotor/gui/chargen/classselection.h
    M src/engines/kotor/gui/chargen/rules.mk

  Log Message:
  -----------
  KOTOR: Add the character generation menu and link from the class menu


  Commit: 535b6cc6672f80bb59c34a52660b203988ec3350
      https://github.com/xoreos/xoreos/commit/535b6cc6672f80bb59c34a52660b203988ec3350
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/kotorwidget.cpp
    M src/engines/kotor/gui/widgets/kotorwidget.h

  Log Message:
  -----------
  KOTOR: Add the scissor test to the KotORWidget class


  Commit: 96aa0362dbb4770e18a4c04fa1bc172d3020f027
      https://github.com/xoreos/xoreos/commit/96aa0362dbb4770e18a4c04fa1bc172d3020f027
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M src/engines/kotor/gui/chargen/charactergeneration.cpp
    M src/engines/kotor/gui/chargen/charactergeneration.h
    M src/engines/kotor/gui/chargen/classselection.cpp
    A src/engines/kotor/gui/chargen/customchar.cpp
    A src/engines/kotor/gui/chargen/customchar.h
    A src/engines/kotor/gui/chargen/quickchar.cpp
    A src/engines/kotor/gui/chargen/quickchar.h
    A src/engines/kotor/gui/chargen/quickorcustom.cpp
    A src/engines/kotor/gui/chargen/quickorcustom.h
    M src/engines/kotor/gui/chargen/rules.mk

  Log Message:
  -----------
  KOTOR: Add the panels for the character creation menu


  Commit: fd1f47f7a6ba65d92540b4f0c79c16304b05a171
      https://github.com/xoreos/xoreos/commit/fd1f47f7a6ba65d92540b4f0c79c16304b05a171
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    A src/engines/kotor/gui/chargen/chargeninfo.cpp
    A src/engines/kotor/gui/chargen/chargeninfo.h
    M src/engines/kotor/gui/chargen/rules.mk
    M src/engines/kotor/types.h

  Log Message:
  -----------
  KOTOR: Add a class for storing character generation information


  Commit: 2532959776b5d6553325d43701846b08201b3620
      https://github.com/xoreos/xoreos/commit/2532959776b5d6553325d43701846b08201b3620
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    A src/engines/kotor/gui/chargen/chargenbase.cpp
    A src/engines/kotor/gui/chargen/chargenbase.h
    M src/engines/kotor/gui/chargen/rules.mk

  Log Message:
  -----------
  KOTOR: Add a base class for all character creation menus


  Commit: 8d53801ccafc8ae366b5d2a71bda142166932339
      https://github.com/xoreos/xoreos/commit/8d53801ccafc8ae366b5d2a71bda142166932339
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    A src/engines/kotor/gui/chargen/chargenportrait.cpp
    A src/engines/kotor/gui/chargen/chargenportrait.h
    M src/engines/kotor/gui/chargen/rules.mk

  Log Message:
  -----------
  KOTOR: Add a menu to change the portrait


  Commit: fcb920b4dc4a6e674133596914edb4a330e1dcf8
      https://github.com/xoreos/xoreos/commit/fcb920b4dc4a6e674133596914edb4a330e1dcf8
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    A src/engines/kotor/gui/chargen/chargenname.cpp
    A src/engines/kotor/gui/chargen/chargenname.h
    M src/engines/kotor/gui/chargen/rules.mk

  Log Message:
  -----------
  KOTOR: Add a stub menu to change the name


  Commit: 6ec6ebe67461236dd7bf8f8bf6fd9984820fcc8e
      https://github.com/xoreos/xoreos/commit/6ec6ebe67461236dd7bf8f8bf6fd9984820fcc8e
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M src/engines/kotor/creature.cpp
    M src/engines/kotor/creature.h
    M src/engines/kotor/game.cpp
    M src/engines/kotor/gui/chargen/charactergeneration.cpp
    M src/engines/kotor/gui/chargen/charactergeneration.h
    M src/engines/kotor/gui/chargen/chargeninfo.cpp
    M src/engines/kotor/gui/chargen/chargeninfo.h
    M src/engines/kotor/gui/chargen/classselection.cpp
    M src/engines/kotor/gui/chargen/classselection.h
    M src/engines/kotor/gui/chargen/customchar.cpp
    M src/engines/kotor/gui/chargen/quickchar.cpp
    M src/engines/kotor/gui/chargen/quickchar.h
    M src/engines/kotor/gui/main/main.cpp
    M src/engines/kotor/module.cpp

  Log Message:
  -----------
  KOTOR: Add a method to create a Creature object from an info object


  Commit: baea52f82a9c132d1418d5f929d8016443b66743
      https://github.com/xoreos/xoreos/commit/baea52f82a9c132d1418d5f929d8016443b66743
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/button.cpp
    M src/engines/kotor/gui/widgets/button.h

  Log Message:
  -----------
  KOTOR: Add the possibility to disable the highlighting of buttons


  Commit: b52966e47bc40e5f636d87ddc212e3d7d1a993b0
      https://github.com/xoreos/xoreos/commit/b52966e47bc40e5f636d87ddc212e3d7d1a993b0
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M src/engines/kotor/gui/chargen/quickchar.cpp

  Log Message:
  -----------
  KOTOR: Add the highlighting disabling to the character menu


  Commit: a58cda18a9f5e8fab2dbc495f8cf90ec7b0a2dd3
      https://github.com/xoreos/xoreos/commit/a58cda18a9f5e8fab2dbc495f8cf90ec7b0a2dd3
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-07-01 (Sat, 01 Jul 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/button.cpp
    M src/engines/kotor/gui/widgets/button.h

  Log Message:
  -----------
  KOTOR: Fix for button text disappearing in character menu


  Commit: bba03b318d02c0a05e2f84c39f339543127a976b
      https://github.com/xoreos/xoreos/commit/bba03b318d02c0a05e2f84c39f339543127a976b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-07-08 (Sat, 08 Jul 2017)

  Changed paths:
    M m4/boost.m4

  Log Message:
  -----------
  BUILD: Extend boost.m4 to recognize gcc 7.0 and 7.1


  Commit: 10a7842bd0e0c15557b3b1ec1bb947c446fbf935
      https://github.com/xoreos/xoreos/commit/10a7842bd0e0c15557b3b1ec1bb947c446fbf935
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-07-08 (Sat, 08 Jul 2017)

  Changed paths:
    M CMakeLists.txt
    M configure.ac

  Log Message:
  -----------
  BUILD: Make --std=c++03 not the default

As Linux distributions move to compile their libraries with C++11
features, xoreos fails to compile with --std=c++03.


  Commit: 9e3a4107dc1292da5b72b5181cf337530884d2a3
      https://github.com/xoreos/xoreos/commit/9e3a4107dc1292da5b72b5181cf337530884d2a3
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-08-20 (Sun, 20 Aug 2017)

  Changed paths:
    M m4/boost.m4

  Log Message:
  -----------
  BUILD: Extend boost.m4 to recognize gcc 6.4


  Commit: 58586ed8ad6268b4c2355d5ba7022aa4df5d5f3e
      https://github.com/xoreos/xoreos/commit/58586ed8ad6268b4c2355d5ba7022aa4df5d5f3e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-08-20 (Sun, 20 Aug 2017)

  Changed paths:
    M m4/boost.m4

  Log Message:
  -----------
  BUILD: Extend boost.m4 to recognize gcc 7.2


  Commit: 41916255b8c55f350e64c44bc93b45f60271a44c
      https://github.com/xoreos/xoreos/commit/41916255b8c55f350e64c44bc93b45f60271a44c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-08-20 (Sun, 20 Aug 2017)

  Changed paths:
    M dists/debian/copyright
    M glew/README.xoreos
    M glew/eglew.h
    M glew/glew.cpp
    M glew/glew.h
    M glew/glew.patch
    M glew/glxew.h
    M glew/rules.mk
    M glew/wglew.h

  Log Message:
  -----------
  GLEW: Upgrade to version 2.1.0

[07-31-17] GLEW 2.1.0 adds support for OpenGL 4.6, new extensions and
minor bug fixes


  Commit: 17096f202be05a22828c0cc5df1d396ecaaa4642
      https://github.com/xoreos/xoreos/commit/17096f202be05a22828c0cc5df1d396ecaaa4642
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2017-08-20 (Sun, 20 Aug 2017)

  Changed paths:
    M src/graphics/aurora/highlightable.cpp
    M src/graphics/aurora/highlightable.h

  Log Message:
  -----------
  GRAPHICS: Make Highlightable framerate independent


  Commit: 098f637cdbeb57dc2ab9a384afe3fd379620a99d
      https://github.com/xoreos/xoreos/commit/098f637cdbeb57dc2ab9a384afe3fd379620a99d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-08-20 (Sun, 20 Aug 2017)

  Changed paths:
    M AUTHORS

  Log Message:
  -----------
  DOCS: Add Vsevolod Kremianskii to the contributor list


  Commit: f9b464194b443dce4ec5aaabade4e838374f5a85
      https://github.com/xoreos/xoreos/commit/f9b464194b443dce4ec5aaabade4e838374f5a85
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-08-20 (Sun, 20 Aug 2017)

  Changed paths:
    M src/engines/aurora/gui.cpp
    M src/engines/aurora/gui.h

  Log Message:
  -----------
  AURORA: Add a text input callback to the gui class


  Commit: 81aae22e63c33af7917478f67fe880c704f2e964
      https://github.com/xoreos/xoreos/commit/81aae22e63c33af7917478f67fe880c704f2e964
  Author: Beren Minor <beren.minor+git at gmail.com>
  Date:   2017-08-21 (Mon, 21 Aug 2017)

  Changed paths:
    M .appveyor.yml

  Log Message:
  -----------
  BUILD: Update NASM path for AppveyorCI builds

Looks like NASM is now a 64bit application, installed in "Program Files" folder.


  Commit: b75a4d7d3aec29ef286c91ea05b376eb2c804068
      https://github.com/xoreos/xoreos/commit/b75a4d7d3aec29ef286c91ea05b376eb2c804068
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M src/engines/kotor/kotor.cpp

  Log Message:
  -----------
  KOTOR: Modify perspective with KotOR values


  Commit: e70ca535aff7829892b21fdbd23426fb5ce3ebaa
      https://github.com/xoreos/xoreos/commit/e70ca535aff7829892b21fdbd23426fb5ce3ebaa
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M src/graphics/aurora/text.cpp
    M src/graphics/aurora/text.h

  Log Message:
  -----------
  GRAPHICS: Enable the changing of the text font


  Commit: 96d942425529c176753a6e2cf8abdf7d4acb98c3
      https://github.com/xoreos/xoreos/commit/96d942425529c176753a6e2cf8abdf7d4acb98c3
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/kotorwidget.cpp
    M src/engines/kotor/gui/widgets/kotorwidget.h

  Log Message:
  -----------
  KOTOR: Enable widget font changing


  Commit: 0e9b180996e820190566a3fc353e8721b16f145b
      https://github.com/xoreos/xoreos/commit/0e9b180996e820190566a3fc353e8721b16f145b
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M src/engines/kotor/gui/chargen/chargenname.cpp

  Log Message:
  -----------
  KOTOR: Set font and text for name generation


  Commit: 15a4b20ad1eeb45b0332bc2c7e305aaca59ec3c2
      https://github.com/xoreos/xoreos/commit/15a4b20ad1eeb45b0332bc2c7e305aaca59ec3c2
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2017-09-02 (Sat, 02 Sep 2017)

  Changed paths:
    M src/engines/kotor2/probes.cpp

  Log Message:
  -----------
  KOTOR2: Fix window title


  Commit: 6e2068da37cda2d7075b94ff5ed16ea6ecc97ee3
      https://github.com/xoreos/xoreos/commit/6e2068da37cda2d7075b94ff5ed16ea6ecc97ee3
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-09-02 (Sat, 02 Sep 2017)

  Changed paths:
    A src/graphics/aurora/borderquad.cpp
    A src/graphics/aurora/borderquad.h
    M src/graphics/aurora/rules.mk

  Log Message:
  -----------
  GRAPHICS: Add borderquad for widget borders


  Commit: a1bea660ce5cc74fa19a9d13afd85acdb2b56de0
      https://github.com/xoreos/xoreos/commit/a1bea660ce5cc74fa19a9d13afd85acdb2b56de0
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-09-02 (Sat, 02 Sep 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/kotorwidget.cpp
    M src/engines/kotor/gui/widgets/kotorwidget.h

  Log Message:
  -----------
  KOTOR: Add basic border support for KotOR widgets


  Commit: 3a24aad7ca6e9466e294855f5427720f5a96d0cd
      https://github.com/xoreos/xoreos/commit/3a24aad7ca6e9466e294855f5427720f5a96d0cd
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
    M src/engines/kotor2/gui/main/main.cpp

  Log Message:
  -----------
  KOTOR2: Fix the border texture bug


  Commit: 64d262761cb014afdc63db5f807c843485aaeffc
      https://github.com/xoreos/xoreos/commit/64d262761cb014afdc63db5f807c843485aaeffc
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
    M src/graphics/aurora/borderquad.cpp
    M src/graphics/aurora/borderquad.h

  Log Message:
  -----------
  GRAPHICS: Add the possibility to add a dimension to the border


  Commit: cee09083cd64081fc5dac0678548171af57b5c94
      https://github.com/xoreos/xoreos/commit/cee09083cd64081fc5dac0678548171af57b5c94
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/kotorwidget.cpp

  Log Message:
  -----------
  KOTOR: Add the border dimension to the KotOR widget creation


  Commit: 79d3451bf57dd9e7cb30475b168474628ea547aa
      https://github.com/xoreos/xoreos/commit/79d3451bf57dd9e7cb30475b168474628ea547aa
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
    M src/engines/kotor/types.h

  Log Message:
  -----------
  KOTOR: Add all possible gender types according to nwscript.nss


  Commit: 76df7dccbc8c0d12690bc2f9756020d88ca24d42
      https://github.com/xoreos/xoreos/commit/76df7dccbc8c0d12690bc2f9756020d88ca24d42
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
    M src/engines/kotor/creature.cpp
    M src/engines/kotor/creature.h

  Log Message:
  -----------
  KOTOR: Add gender to creature


  Commit: 7ed47025553676494d59d30441eb08a833159b16
      https://github.com/xoreos/xoreos/commit/7ed47025553676494d59d30441eb08a833159b16
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
    M src/engines/kotor/script/function_tables.h
    M src/engines/kotor/script/functions.h
    A src/engines/kotor/script/functions_creatures.cpp
    M src/engines/kotor/script/rules.mk

  Log Message:
  -----------
  KOTOR: Add nwscript GetGender function


  Commit: d85d1f59a2b161788c15e63520a4f1565f491d21
      https://github.com/xoreos/xoreos/commit/d85d1f59a2b161788c15e63520a4f1565f491d21
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
    M src/engines/kotor/types.h

  Log Message:
  -----------
  KOTOR: Add extended class types according to nwscript.nss


  Commit: 81c25a45dca7519aa56b5018fae0e0cfd2daeba6
      https://github.com/xoreos/xoreos/commit/81c25a45dca7519aa56b5018fae0e0cfd2daeba6
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
    M src/engines/kotor/creature.cpp
    M src/engines/kotor/creature.h

  Log Message:
  -----------
  KOTOR: Add level map for creatures


  Commit: aa47e80526a25dafc565a4598e9a3ed5a1b6bf59
      https://github.com/xoreos/xoreos/commit/aa47e80526a25dafc565a4598e9a3ed5a1b6bf59
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
    M src/engines/kotor/script/function_tables.h
    M src/engines/kotor/script/functions.h
    M src/engines/kotor/script/functions_creatures.cpp

  Log Message:
  -----------
  KOTOR: Add GetLevelByClass function to scripts


  Commit: 179fdd651bb52a4af07a3f0368af0495b310462b
      https://github.com/xoreos/xoreos/commit/179fdd651bb52a4af07a3f0368af0495b310462b
  Author: fdde <fdde00 at gmail.com>
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
    M src/engines/kotor/gui/options/mousesettings.cpp

  Log Message:
  -----------
  KOTOR: Add color for mouse checkbox


  Commit: 5373d018ba24da8b9623e7ef7125e5d8a53fdd11
      https://github.com/xoreos/xoreos/commit/5373d018ba24da8b9623e7ef7125e5d8a53fdd11
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
    M AUTHORS

  Log Message:
  -----------
  DOCS: Add fdde to the contributors list


  Commit: 04421f70c8700fa64c1e7a041e1cd0f8a4973489
      https://github.com/xoreos/xoreos/commit/04421f70c8700fa64c1e7a041e1cd0f8a4973489
  Author: fdde <fdde00 at gmail.com>
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
    M src/engines/kotor/gui/gui.cpp
    M src/engines/kotor/gui/gui.h
    M src/engines/kotor/gui/main/options.cpp
    M src/engines/kotor/gui/options/autopause.cpp
    M src/engines/kotor/gui/options/autopause.h
    M src/engines/kotor/gui/options/gameplay.cpp
    M src/engines/kotor/gui/options/gameplay.h
    M src/engines/kotor/gui/options/graphics.cpp
    M src/engines/kotor/gui/options/graphics.h
    M src/engines/kotor/gui/options/graphicsadv.cpp
    M src/engines/kotor/gui/options/graphicsadv.h
    M src/engines/kotor/gui/options/mousesettings.cpp
    M src/engines/kotor/gui/options/mousesettings.h
    M src/engines/kotor/gui/options/soundadv.cpp
    M src/engines/kotor/gui/options/soundadv.h
    M src/engines/kotor/gui/widgets/checkbox.cpp
    M src/engines/kotor/gui/widgets/checkbox.h

  Log Message:
  -----------
  KOTOR: Add saving/loading and defaults to all checkboxes in options

To see the effects I also added state changing to the checkbox widget.


  Commit: 84a4ce4f60d2e59c2c5fa6d5788aba49cf7642de
      https://github.com/xoreos/xoreos/commit/84a4ce4f60d2e59c2c5fa6d5788aba49cf7642de
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-10-29 (Sun, 29 Oct 2017)

  Changed paths:
    M src/events/types.h

  Log Message:
  -----------
  EVENTS: Add complete enum for SDLK_* macros


  Commit: 75c923a19c3e8ec3d8ca7e4d199c699d95efa0d9
      https://github.com/xoreos/xoreos/commit/75c923a19c3e8ec3d8ca7e4d199c699d95efa0d9
  Author: fdde <fdde00 at gmail.com>
  Date:   2017-10-29 (Sun, 29 Oct 2017)

  Changed paths:
    M src/engines/kotor/gui/options/gameplay.cpp
    M src/engines/kotor/gui/options/graphicsadv.cpp
    M src/engines/kotor/gui/options/soundadv.cpp
    M src/engines/kotor/gui/widgets/button.cpp
    M src/engines/kotor/gui/widgets/button.h

  Log Message:
  -----------
  KOTOR: Add colors to left/right buttons and set highlight to static


  Commit: 9f63a817963def9d6e1e779f0f9130d4848a258a
      https://github.com/xoreos/xoreos/commit/9f63a817963def9d6e1e779f0f9130d4848a258a
  Author: fdde <fdde00 at gmail.com>
  Date:   2017-10-29 (Sun, 29 Oct 2017)

  Changed paths:
    M src/engines/kotor/gui/options/graphicsadv.cpp
    M src/engines/kotor/gui/options/graphicsadv.h
    M src/engines/kotor/gui/options/soundadv.cpp
    M src/engines/kotor/gui/options/soundadv.h

  Log Message:
  -----------
  KOTOR: Add left/right functionality to remaining buttons in options


  Commit: 4e5b71ab7370bc2dc7bc54c3f5b9811bf8de3439
      https://github.com/xoreos/xoreos/commit/4e5b71ab7370bc2dc7bc54c3f5b9811bf8de3439
  Author: fdde <fdde00 at gmail.com>
  Date:   2017-11-04 (Sat, 04 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/options/autopause.cpp
    M src/engines/kotor/gui/options/gameplay.cpp
    M src/engines/kotor/gui/options/graphics.cpp
    M src/engines/kotor/gui/options/graphicsadv.cpp

  Log Message:
  -----------
  KOTOR: Use correct default values for options


  Commit: f70ffef02f861feee03b4500b6af6fb16b6fcd51
      https://github.com/xoreos/xoreos/commit/f70ffef02f861feee03b4500b6af6fb16b6fcd51
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/kotorwidget.cpp
    M src/engines/kotor/gui/widgets/kotorwidget.h

  Log Message:
  -----------
  KOTOR: Add the possiblity to change the widget size


  Commit: 81646dc5094be3ddcc59386d0f3c9ba36db34595
      https://github.com/xoreos/xoreos/commit/81646dc5094be3ddcc59386d0f3c9ba36db34595
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M src/engines/jade/gui/main/main.cpp

  Log Message:
  -----------
  JADE: Add scaling and positioning for the logos and lower strip


  Commit: 36d953d00fcb1e6820d48773bcd76d0fd7fd5cd7
      https://github.com/xoreos/xoreos/commit/36d953d00fcb1e6820d48773bcd76d0fd7fd5cd7
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/kotorwidget.cpp
    M src/engines/kotor/gui/widgets/kotorwidget.h

  Log Message:
  -----------
  KOTOR: Add recognition of highlight tag for widgets


  Commit: 7bd9e5d3cd92910869f5b9f8ff3af1d58e2804b1
      https://github.com/xoreos/xoreos/commit/7bd9e5d3cd92910869f5b9f8ff3af1d58e2804b1
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/kotorwidget.cpp

  Log Message:
  -----------
  KOTOR: Add removing of fill image by passing an empty string


  Commit: 0ccfdd50f310a0b79e470dbf66d66a7b64f3335a
      https://github.com/xoreos/xoreos/commit/0ccfdd50f310a0b79e470dbf66d66a7b64f3335a
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/button.cpp

  Log Message:
  -----------
  KOTOR: Add button highlight with highlight quads if available


  Commit: 08e09facbcfb96b24cbb5b57619ff1cfb8e1b4b9
      https://github.com/xoreos/xoreos/commit/08e09facbcfb96b24cbb5b57619ff1cfb8e1b4b9
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/kotorwidget.cpp

  Log Message:
  -----------
  KOTOR: Add alignment centered only vertical (type 10)


  Commit: 14245eb5ee489573b548d050ba324efdb56acf98
      https://github.com/xoreos/xoreos/commit/14245eb5ee489573b548d050ba324efdb56acf98
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/gui.cpp
    M src/engines/kotor/gui/gui.h

  Log Message:
  -----------
  KOTOR: Make the GUI hold its GFF3File Object


  Commit: 42a540ae3f995204645cda3e4f7993b8f49d2c11
      https://github.com/xoreos/xoreos/commit/42a540ae3f995204645cda3e4f7993b8f49d2c11
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/listbox.cpp
    M src/engines/kotor/gui/widgets/listbox.h

  Log Message:
  -----------
  KOTOR: Add specific listbox functionality


  Commit: ddf249c4d6ddf2cd7ce7db0ce93e54b3af3b8c11
      https://github.com/xoreos/xoreos/commit/ddf249c4d6ddf2cd7ce7db0ce93e54b3af3b8c11
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M src/engines/jade/game.cpp
    M src/engines/jade/gui/main/main.cpp

  Log Message:
  -----------
  JADE: Add the main menu buttons and improved the scaling


  Commit: 7f1f7000f797762cdab74da0fc91256ce558efe4
      https://github.com/xoreos/xoreos/commit/7f1f7000f797762cdab74da0fc91256ce558efe4
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-12 (Sun, 12 Nov 2017)

  Changed paths:
    A src/engines/kotor/gui/ingame/rules.mk
    M src/engines/kotor/gui/rules.mk

  Log Message:
  -----------
  KOTOR: Add make files for the ingame system


  Commit: d7edfd10e3e2185e85ca928ed249f97d4e7ee5f5
      https://github.com/xoreos/xoreos/commit/d7edfd10e3e2185e85ca928ed249f97d4e7ee5f5
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-12 (Sun, 12 Nov 2017)

  Changed paths:
    M src/graphics/aurora/guiquad.cpp
    M src/graphics/aurora/guiquad.h

  Log Message:
  -----------
  GRAPHICS: Add additive rendering to the guiquad class


  Commit: 4324fd4ff5a8cce983f4d38977f3ec648f3033b7
      https://github.com/xoreos/xoreos/commit/4324fd4ff5a8cce983f4d38977f3ec648f3033b7
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-12 (Sun, 12 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/kotorwidget.cpp
    M src/engines/kotor/gui/widgets/kotorwidget.h

  Log Message:
  -----------
  KOTOR: Add a method for contolling the clickability to widget class


  Commit: 8653b514cffa89c7e926c17814ecf517b120e876
      https://github.com/xoreos/xoreos/commit/8653b514cffa89c7e926c17814ecf517b120e876
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-12 (Sun, 12 Nov 2017)

  Changed paths:
    A src/engines/kotor/gui/ingame/hud.cpp
    A src/engines/kotor/gui/ingame/hud.h
    A src/engines/kotor/gui/ingame/ingame.cpp
    A src/engines/kotor/gui/ingame/ingame.h
    M src/engines/kotor/gui/ingame/rules.mk
    M src/engines/kotor/module.cpp
    M src/engines/kotor/module.h

  Log Message:
  -----------
  KOTOR: Add basic version of the ingame ui


  Commit: 01fa6b2b1754494b4a9a50020e8a6bcde7f4bedc
      https://github.com/xoreos/xoreos/commit/01fa6b2b1754494b4a9a50020e8a6bcde7f4bedc
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

  Changed paths:
    M src/graphics/aurora/rules.mk
    A src/graphics/aurora/subscenequad.cpp
    A src/graphics/aurora/subscenequad.h

  Log Message:
  -----------
  GRAPHICS: Add subscene quad base


  Commit: 505ec66626124d0104ec5ef43c866ad8c96f4190
      https://github.com/xoreos/xoreos/commit/505ec66626124d0104ec5ef43c866ad8c96f4190
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/kotorwidget.cpp
    M src/engines/kotor/gui/widgets/kotorwidget.h

  Log Message:
  -----------
  KOTOR: Add subscenequad integration to the KotORWidget class


  Commit: c1ac0a1de591279b793daca5a5492847fcd285ce
      https://github.com/xoreos/xoreos/commit/c1ac0a1de591279b793daca5a5492847fcd285ce
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/chargen/chargeninfo.cpp
    M src/engines/kotor/gui/chargen/chargeninfo.h

  Log Message:
  -----------
  KOTOR: Add possibility to generate a model from the chargen info class


  Commit: c6451f2c56e7c8c72a6de9a7ce803a7129253844
      https://github.com/xoreos/xoreos/commit/c6451f2c56e7c8c72a6de9a7ce803a7129253844
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

  Changed paths:
    M src/graphics/aurora/subscenequad.cpp
    M src/graphics/aurora/subscenequad.h

  Log Message:
  -----------
  GRAPHICS: Extended subscenes with rendering


  Commit: 0eba2ef3f2c46bb2422ca03bf62103d269ab3a4d
      https://github.com/xoreos/xoreos/commit/0eba2ef3f2c46bb2422ca03bf62103d269ab3a4d
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/chargen/classselection.cpp
    M src/engines/kotor/gui/chargen/classselection.h

  Log Message:
  -----------
  KOTOR: Add the six subscenes for the six possible classes


  Commit: d7d5c1f298241300bf77c93abb25ff9784bbc545
      https://github.com/xoreos/xoreos/commit/d7d5c1f298241300bf77c93abb25ff9784bbc545
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/chargen/charactergeneration.cpp
    M src/engines/kotor/gui/chargen/charactergeneration.h

  Log Message:
  -----------
  KOTOR: Add the subscene for the character generation


  Commit: 51d1fb2ec787381134aa2b9b0e7efee726389dca
      https://github.com/xoreos/xoreos/commit/51d1fb2ec787381134aa2b9b0e7efee726389dca
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

  Changed paths:
    M src/engines/aurora/gui.cpp
    M src/engines/aurora/gui.h

  Log Message:
  -----------
  AURORA: Add keyboard input callback for GUI class


  Commit: 2214847ad982d1469376e8881e5a0c4719fcc8bf
      https://github.com/xoreos/xoreos/commit/2214847ad982d1469376e8881e5a0c4719fcc8bf
  Author: Vsevolod Kremianskii <vkremianskii at rit-it.com>
  Date:   2017-11-17 (Fri, 17 Nov 2017)

  Changed paths:
    M src/graphics/aurora/model_sonic.cpp
    M src/graphics/aurora/modelnode.cpp
    M src/graphics/aurora/modelnode.h

  Log Message:
  -----------
  GRAPHICS: Fix getAbsolutePosition method spelling


  Commit: 1f84589e929e5143aac5e31360ccad6df6efef8c
      https://github.com/xoreos/xoreos/commit/1f84589e929e5143aac5e31360ccad6df6efef8c
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2017-11-19 (Sun, 19 Nov 2017)

  Changed paths:
    M src/common/matrix4x4.cpp
    M src/common/matrix4x4.h
    M src/graphics/aurora/animation.cpp
    M src/graphics/aurora/animation.h
    M src/graphics/aurora/model.cpp
    M src/graphics/aurora/model.h
    M src/graphics/aurora/model_kotor.cpp
    M src/graphics/aurora/model_kotor.h
    M src/graphics/aurora/modelnode.cpp
    M src/graphics/aurora/modelnode.h

  Log Message:
  -----------
  GRAPHICS: Implement KotOR animations


  Commit: bd84625750e801421187451e37a723c9c7b4e9b4
      https://github.com/xoreos/xoreos/commit/bd84625750e801421187451e37a723c9c7b4e9b4
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-22 (Wed, 22 Nov 2017)

  Changed paths:
    M cmake/FindSDL2.cmake

  Log Message:
  -----------
  BUILD: Add a path hint for recognizing macports version of sdl2


  Commit: 5c41b2915b1600e60013bd487b40fe5af06efc40
      https://github.com/xoreos/xoreos/commit/5c41b2915b1600e60013bd487b40fe5af06efc40
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-22 (Wed, 22 Nov 2017)

  Changed paths:
    M src/engines/kotor2/gui/main/main.cpp

  Log Message:
  -----------
  KOTOR2: Make the module listbox invisible


  Commit: cc0cf9be2bcc1ae67c39ab42ea169789c423afd0
      https://github.com/xoreos/xoreos/commit/cc0cf9be2bcc1ae67c39ab42ea169789c423afd0
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2017-11-23 (Thu, 23 Nov 2017)

  Changed paths:
    M src/graphics/aurora/animation.cpp
    M src/graphics/aurora/animation.h
    M src/graphics/aurora/model.cpp
    M src/graphics/aurora/model.h

  Log Message:
  -----------
  GRAPHICS: Remove animation node caching (fix NWN animations)


  Commit: 84ddc0e93b6d0378b6b2879015d915dd3cfe7fb4
      https://github.com/xoreos/xoreos/commit/84ddc0e93b6d0378b6b2879015d915dd3cfe7fb4
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
    M src/graphics/aurora/subscenequad.cpp
    M src/graphics/aurora/subscenequad.h

  Log Message:
  -----------
  GRAPHICS: Add time handling to subscene quads


  Commit: 25e996c8a51d4ea54ddd05d97da4f4641cdbe094
      https://github.com/xoreos/xoreos/commit/25e996c8a51d4ea54ddd05d97da4f4641cdbe094
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
    M src/graphics/windowman.cpp

  Log Message:
  -----------
  GRAPHICS: Fix OSX context creation problem


  Commit: 01218de36bc6837e5ff8516aa7d1cb7eda89ea67
      https://github.com/xoreos/xoreos/commit/01218de36bc6837e5ff8516aa7d1cb7eda89ea67
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/progressbar.cpp
    M src/engines/kotor/gui/widgets/progressbar.h

  Log Message:
  -----------
  KOTOR: Add more specific logic for progress bars

With this commit, all progress bars of kotor gui based games should be
visible, for example the health and force bars in the kotor ingame
hud.


  Commit: fe9406066ddc395f62a8d16374bb3ebbcc00aec0
      https://github.com/xoreos/xoreos/commit/fe9406066ddc395f62a8d16374bb3ebbcc00aec0
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/ingame/hud.cpp

  Log Message:
  -----------
  KOTOR: Make ingame health bar invisible


  Commit: e92fdae8a0e358d441b175c7d9d5a4e9dd8b86c6
      https://github.com/xoreos/xoreos/commit/e92fdae8a0e358d441b175c7d9d5a4e9dd8b86c6
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/protoitem.cpp

  Log Message:
  -----------
  KOTOR: Let a proto item initialize as kotorwidget


  Commit: 5a72258c9fc4054d81e9f54cdcc5f2391bb2c020
      https://github.com/xoreos/xoreos/commit/5a72258c9fc4054d81e9f54cdcc5f2391bb2c020
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/guibackground.cpp

  Log Message:
  -----------
  KOTOR: Reset the projection matrix after rendering


  Commit: c200d967df001091e543d638c1f2e15d0bc28c1d
      https://github.com/xoreos/xoreos/commit/c200d967df001091e543d638c1f2e15d0bc28c1d
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/gui.cpp
    M src/engines/kotor/gui/gui.h
    M src/engines/kotor/gui/guibackground.cpp
    M src/engines/kotor/gui/guibackground.h

  Log Message:
  -----------
  KOTOR: Add a switch for rendering background as front or back gui


  Commit: 1fd64ab48a5bafb63d4c790941a51b4d9baf796c
      https://github.com/xoreos/xoreos/commit/1fd64ab48a5bafb63d4c790941a51b4d9baf796c
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/ingame/hud.cpp
    M src/engines/kotor/gui/ingame/hud.h
    A src/engines/kotor/gui/ingame/menu.cpp
    A src/engines/kotor/gui/ingame/menu.h
    M src/engines/kotor/gui/ingame/rules.mk

  Log Message:
  -----------
  KOTOR: Add the basic ingame menu


  Commit: 09324f5737f62c383b938ae155a51c220e91d578
      https://github.com/xoreos/xoreos/commit/09324f5737f62c383b938ae155a51c220e91d578
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

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

  Log Message:
  -----------
  AURORA: Add a reset of the return code for child guis


  Commit: a3a6c943e1b402776a781c37aaad280ac93a2d8d
      https://github.com/xoreos/xoreos/commit/a3a6c943e1b402776a781c37aaad280ac93a2d8d
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/ingame/hud.cpp
    M src/engines/kotor/gui/ingame/menu.cpp
    M src/engines/kotor/gui/ingame/menu.h
    A src/engines/kotor/gui/ingame/menu_abi.cpp
    A src/engines/kotor/gui/ingame/menu_abi.h
    A src/engines/kotor/gui/ingame/menu_char.cpp
    A src/engines/kotor/gui/ingame/menu_char.h
    A src/engines/kotor/gui/ingame/menu_equ.cpp
    A src/engines/kotor/gui/ingame/menu_equ.h
    A src/engines/kotor/gui/ingame/menu_inv.cpp
    A src/engines/kotor/gui/ingame/menu_inv.h
    A src/engines/kotor/gui/ingame/menu_jou.cpp
    A src/engines/kotor/gui/ingame/menu_jou.h
    A src/engines/kotor/gui/ingame/menu_map.cpp
    A src/engines/kotor/gui/ingame/menu_map.h
    A src/engines/kotor/gui/ingame/menu_msg.cpp
    A src/engines/kotor/gui/ingame/menu_msg.h
    A src/engines/kotor/gui/ingame/menu_opt.cpp
    A src/engines/kotor/gui/ingame/menu_opt.h
    M src/engines/kotor/gui/ingame/rules.mk

  Log Message:
  -----------
  KOTOR: Add all ingame menu sub menus with basic functionality


  Commit: 50b55e3b6186129e21339b4941c40f485e9982cc
      https://github.com/xoreos/xoreos/commit/50b55e3b6186129e21339b4941c40f485e9982cc
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
    M src/graphics/font.h

  Log Message:
  -----------
  GRAPHICS: Make getLineWidth in class Font public


  Commit: e61aee6f424840875374cddbce3ea6d7b0309ba3
      https://github.com/xoreos/xoreos/commit/e61aee6f424840875374cddbce3ea6d7b0309ba3
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
    M src/graphics/aurora/text.cpp
    M src/graphics/font.cpp
    M src/graphics/font.h

  Log Message:
  -----------
  GRAPHICS: Move text rendering to the Text class


  Commit: 3e12a1a7e2de610b0cba1cb38d7d0876d1ea7595
      https://github.com/xoreos/xoreos/commit/3e12a1a7e2de610b0cba1cb38d7d0876d1ea7595
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
    M src/graphics/aurora/text.cpp
    M src/graphics/aurora/text.h

  Log Message:
  -----------
  GRAPHICS: Move line drawing to an extra function


  Commit: f5ee241e837a1106f7d366947b6860ed2a244204
      https://github.com/xoreos/xoreos/commit/f5ee241e837a1106f7d366947b6860ed2a244204
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

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

  Log Message:
  -----------
  GRAPHICS: Extract line height for text rendering


  Commit: 3d519cd2bef5d3ca6aed0d1707ff800487104dfa
      https://github.com/xoreos/xoreos/commit/3d519cd2bef5d3ca6aed0d1707ff800487104dfa
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
    M src/graphics/aurora/highlightabletext.cpp
    M src/graphics/aurora/highlightabletext.h
    M src/graphics/aurora/text.cpp
    M src/graphics/aurora/text.h

  Log Message:
  -----------
  GRAPHICS: Rename align to horizontal alignment


  Commit: 6b39dd93dd7904ece45ab90417f2e4839058ba01
      https://github.com/xoreos/xoreos/commit/6b39dd93dd7904ece45ab90417f2e4839058ba01
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
    M src/engines/nwn/gui/widgets/textwidget.cpp
    M src/engines/nwn/gui/widgets/textwidget.h

  Log Message:
  -----------
  NWN: Rename align to horizontal alignment


  Commit: a9da442bf66297d05b05a890a80bd9c1271bb695
      https://github.com/xoreos/xoreos/commit/a9da442bf66297d05b05a890a80bd9c1271bb695
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
    M src/engines/sonic/game.cpp

  Log Message:
  -----------
  SONIC: Rename align to horizontal alignment


  Commit: ffecee6df02525ef6cef4b479f4d3dd3455e5685
      https://github.com/xoreos/xoreos/commit/ffecee6df02525ef6cef4b479f4d3dd3455e5685
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
    M src/graphics/aurora/types.h

  Log Message:
  -----------
  GRAPHICS: Define constants for horizontal alignment


  Commit: cbe383e5d67f532732cdfe321ecefdb4a4d075e5
      https://github.com/xoreos/xoreos/commit/cbe383e5d67f532732cdfe321ecefdb4a4d075e5
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
    M src/graphics/aurora/highlightabletext.h
    M src/graphics/aurora/text.h

  Log Message:
  -----------
  GRAPHICS: Use constants for horizontal alignment


  Commit: ecf463abcb777011a4c40294f3a0a687234517cd
      https://github.com/xoreos/xoreos/commit/ecf463abcb777011a4c40294f3a0a687234517cd
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
    M src/engines/nwn/gui/main/newmodule.cpp
    M src/engines/nwn/gui/main/newpremium.cpp
    M src/engines/nwn/gui/widgets/listbox.cpp
    M src/engines/nwn/gui/widgets/textwidget.cpp
    M src/engines/nwn/gui/widgets/textwidget.h

  Log Message:
  -----------
  NWN: Use constants for horizontal alignment


  Commit: 011f8b8f4d889ead597fff0fadf9d4e6867a2da1
      https://github.com/xoreos/xoreos/commit/011f8b8f4d889ead597fff0fadf9d4e6867a2da1
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
    M src/engines/sonic/game.cpp

  Log Message:
  -----------
  SONIC: Use constants for horizontal alignment


  Commit: 77a33d229205908c35f0c9ebffa79f44d1174369
      https://github.com/xoreos/xoreos/commit/77a33d229205908c35f0c9ebffa79f44d1174369
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/kotorwidget.cpp

  Log Message:
  -----------
  KOTOR: Use constants for horizontal alignment


  Commit: d73ce64e6d95efbd3f7db66331467ec17cee95df
      https://github.com/xoreos/xoreos/commit/d73ce64e6d95efbd3f7db66331467ec17cee95df
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
    M src/graphics/aurora/types.h

  Log Message:
  -----------
  GRAPHICS: Define constants for vertical alignment


  Commit: d4674a357f5a53648681375d7773803c741e224a
      https://github.com/xoreos/xoreos/commit/d4674a357f5a53648681375d7773803c741e224a
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/kotorwidget.cpp

  Log Message:
  -----------
  KOTOR: Use constants for vertical alignment


  Commit: e4ea71ee7170500e2e4a4a1a04e1be51fa0b4d5c
      https://github.com/xoreos/xoreos/commit/e4ea71ee7170500e2e4a4a1a04e1be51fa0b4d5c
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
    M src/graphics/aurora/highlightabletext.cpp
    M src/graphics/aurora/highlightabletext.h
    M src/graphics/aurora/text.cpp
    M src/graphics/aurora/text.h

  Log Message:
  -----------
  GRAPHICS: Add vertical alignment to Text


  Commit: bc5e67eef5b48a01daa1c5f3fb694da02f346d85
      https://github.com/xoreos/xoreos/commit/bc5e67eef5b48a01daa1c5f3fb694da02f346d85
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
    M src/graphics/aurora/highlightabletext.cpp
    M src/graphics/aurora/highlightabletext.h
    M src/graphics/aurora/text.cpp
    M src/graphics/aurora/text.h

  Log Message:
  -----------
  GRAPHICS: Add new ctor to Text with width and height parameters


  Commit: 03f6d1711faddbb11affc37f10a876824372b6cc
      https://github.com/xoreos/xoreos/commit/03f6d1711faddbb11affc37f10a876824372b6cc
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-30 (Thu, 30 Nov 2017)

  Changed paths:
    M src/graphics/aurora/text.cpp
    M src/graphics/aurora/text.h

  Log Message:
  -----------
  GRAPHICS: Layout Text according to vertical and horizontal alignment


  Commit: bcf5ee5097606a66e9746558b4e0306a67e2e1e1
      https://github.com/xoreos/xoreos/commit/bcf5ee5097606a66e9746558b4e0306a67e2e1e1
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-30 (Thu, 30 Nov 2017)

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

  Log Message:
  -----------
  GRAPHICS: Round width and height values in Text constructor


  Commit: d7b7eebe25bceb6ae77e96af5da66e59c92ee01c
      https://github.com/xoreos/xoreos/commit/d7b7eebe25bceb6ae77e96af5da66e59c92ee01c
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-30 (Thu, 30 Nov 2017)

  Changed paths:
    M src/graphics/aurora/text.cpp
    M src/graphics/aurora/text.h

  Log Message:
  -----------
  GRAPHICS: Add setSize to Text


  Commit: 5c685822a25d8b516283b715e5e1d9bd19565126
      https://github.com/xoreos/xoreos/commit/5c685822a25d8b516283b715e5e1d9bd19565126
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-30 (Thu, 30 Nov 2017)

  Changed paths:
    M src/graphics/aurora/fps.cpp
    M src/graphics/aurora/fps.h

  Log Message:
  -----------
  GRAPHICS: Remove unused ctor from FPS


  Commit: 64a5736b2a5aa8955c0e187726c12ea2ad242d89
      https://github.com/xoreos/xoreos/commit/64a5736b2a5aa8955c0e187726c12ea2ad242d89
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-30 (Thu, 30 Nov 2017)

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

  Log Message:
  -----------
  GRAPHICS: Explicitly define width and height for FPS class


  Commit: 30e1bb07c197ecfc63130380e70e9f2434a949d9
      https://github.com/xoreos/xoreos/commit/30e1bb07c197ecfc63130380e70e9f2434a949d9
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2017-11-30 (Thu, 30 Nov 2017)

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

  Log Message:
  -----------
  ENGINES: Layout loading progress in the center of the window


  Commit: 6516342720d5e12065474976d594e234613d9811
      https://github.com/xoreos/xoreos/commit/6516342720d5e12065474976d594e234613d9811
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2017-12-03 (Sun, 03 Dec 2017)

  Changed paths:
    M src/engines/kotor/creature.cpp
    M src/engines/kotor/gui/chargen/chargeninfo.cpp

  Log Message:
  -----------
  KOTOR: Fix class body model names


  Commit: 51b724d5c71a01a48fc785d3814c72f1f9487fac
      https://github.com/xoreos/xoreos/commit/51b724d5c71a01a48fc785d3814c72f1f9487fac
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2017-12-03 (Sun, 03 Dec 2017)

  Changed paths:
    M src/engines/kotor/gui/chargen/classselection.cpp
    M src/engines/kotor/gui/chargen/classselection.h

  Log Message:
  -----------
  KOTOR: Play idle animations in class selection menu


  Commit: a2b08f15f5b313f867c9f6bf7a75b8073fadbdbf
      https://github.com/xoreos/xoreos/commit/a2b08f15f5b313f867c9f6bf7a75b8073fadbdbf
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2017-12-04 (Mon, 04 Dec 2017)

  Changed paths:
    M src/graphics/aurora/animation.cpp
    M src/graphics/aurora/animation.h
    M src/graphics/aurora/animnode.cpp
    M src/graphics/aurora/animnode.h
    M src/graphics/aurora/model.cpp
    M src/graphics/aurora/model.h
    M src/graphics/aurora/model_nwn.cpp

  Log Message:
  -----------
  GRAPHICS: Cache animation nodes


  Commit: 41deb975b982b2c4dae7175422254756d6037004
      https://github.com/xoreos/xoreos/commit/41deb975b982b2c4dae7175422254756d6037004
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-12-03 (Sun, 03 Dec 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/kotorwidget.cpp
    M src/engines/kotor/gui/widgets/kotorwidget.h

  Log Message:
  -----------
  KOTOR: Add a general KotORWidget highlight method


  Commit: 3d1a369fc169b7c1038f45f5937713fafd70e8d9
      https://github.com/xoreos/xoreos/commit/3d1a369fc169b7c1038f45f5937713fafd70e8d9
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-12-03 (Sun, 03 Dec 2017)

  Changed paths:
    M src/engines/kotor/gui/widgets/button.cpp
    M src/engines/kotor/gui/widgets/button.h

  Log Message:
  -----------
  KOTOR: Make the button widget use the general KotORWidget highlighting


  Commit: 819ae3eeba2a82ce5043d8ecd4c19c4dbac6e647
      https://github.com/xoreos/xoreos/commit/819ae3eeba2a82ce5043d8ecd4c19c4dbac6e647
  Author: patrick <nostritius at googlemail.com>
  Date:   2017-12-03 (Sun, 03 Dec 2017)

  Changed paths:
    M src/engines/kotor/gui/ingame/menu.cpp
    M src/engines/kotor/gui/ingame/menu.h

  Log Message:
  -----------
  KOTOR: Add highlighting of proto items in the ingame menu


Compare: https://github.com/xoreos/xoreos/compare/a8b6c57ceb25...819ae3eeba2a


More information about the xoreos-git mailing list