[xoreos-git] [xoreos/xoreos] 3e2d26: GRAPHICS: Shader based debug console rendering

Vsevolod Kremianskii noreply at github.com
Mon Feb 18 17:05:27 CET 2019


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 3e2d26203b7984a8c203029f0493f0b42daa0ba4
      https://github.com/xoreos/xoreos/commit/3e2d26203b7984a8c203029f0493f0b42daa0ba4
  Author: mirv <mirv.sillyfish at gmail.com>
  Date:   2019-02-18 (Mon, 18 Feb 2019)

  Changed paths:
    M src/engines/aurora/console.cpp
    M src/engines/aurora/console.h
    M src/graphics/aurora/ttffont.cpp
    M src/graphics/aurora/ttffont.h
    M src/graphics/shader/materialman.cpp

  Log Message:
  -----------
  GRAPHICS: Shader based debug console rendering

Fix console and ttfont to use shader based rendering if the
experimental renderer is enabled.


  Commit: e3bff893c5bd35b935178624b9b4f6e456623437
      https://github.com/xoreos/xoreos/commit/e3bff893c5bd35b935178624b9b4f6e456623437
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-02-18 (Mon, 18 Feb 2019)

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

  Log Message:
  -----------
  NWN2: Load lock and key information for situated objects


  Commit: 8730e7f7dbde0ff079d94859c59818180dfbdc30
      https://github.com/xoreos/xoreos/commit/8730e7f7dbde0ff079d94859c59818180dfbdc30
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-02-18 (Mon, 18 Feb 2019)

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

  Log Message:
  -----------
  NWN2: Add lock and key functions for situated objects


  Commit: 7ce06bde17376694f7e5f59d37c23a6a64a2376c
      https://github.com/xoreos/xoreos/commit/7ce06bde17376694f7e5f59d37c23a6a64a2376c
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-02-18 (Mon, 18 Feb 2019)

  Changed paths:
    M src/engines/nwn2/script/function_tables.h
    M src/engines/nwn2/script/functions.h
    M src/engines/nwn2/script/functions_situated.cpp

  Log Message:
  -----------
  NWN2: Implement lock and key scripting functions


  Commit: 66df1fa4ee0665b09834c3fc0aad651917b61f4d
      https://github.com/xoreos/xoreos/commit/66df1fa4ee0665b09834c3fc0aad651917b61f4d
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-02-18 (Mon, 18 Feb 2019)

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

  Log Message:
  -----------
  NWN2: Set the situated object's defenses


  Commit: 6a8aa616ddeb9bcf511397e0344937e6a9bc024b
      https://github.com/xoreos/xoreos/commit/6a8aa616ddeb9bcf511397e0344937e6a9bc024b
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-02-18 (Mon, 18 Feb 2019)

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

  Log Message:
  -----------
  NWN2: Script functions to retrieve current and maximum hit points


  Commit: d854b1b1ca58c7f40f7d24a6de42cef2614590f8
      https://github.com/xoreos/xoreos/commit/d854b1b1ca58c7f40f7d24a6de42cef2614590f8
  Author: Bob Hall <rjh405 at gmail.com>
  Date:   2019-02-18 (Mon, 18 Feb 2019)

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

  Log Message:
  -----------
  NWN2: Initialize the primary cursors used in NWN2


  Commit: 8f92feccbcd8a20a758b64cb6cf53f0638e42a1b
      https://github.com/xoreos/xoreos/commit/8f92feccbcd8a20a758b64cb6cf53f0638e42a1b
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2019-02-18 (Mon, 18 Feb 2019)

  Changed paths:
    R src/engines/kotor/action.cpp
    R src/engines/kotor/action.h
    M src/engines/kotor/actionexecutor.cpp
    M src/engines/kotor/actionexecutor.h
    M src/engines/kotor/area.cpp
    R src/engines/kotor/creature.cpp
    R 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
    R src/engines/kotor/gui/chargen/chargeninfo.cpp
    R src/engines/kotor/gui/chargen/chargeninfo.h
    M src/engines/kotor/gui/chargen/chargenname.cpp
    M src/engines/kotor/gui/chargen/chargenportrait.cpp
    M src/engines/kotor/gui/chargen/classselection.cpp
    M src/engines/kotor/gui/chargen/classselection.h
    M src/engines/kotor/gui/chargen/rules.mk
    M src/engines/kotor/gui/dialog.cpp
    M src/engines/kotor/gui/ingame/container.cpp
    M src/engines/kotor/gui/ingame/container.h
    M src/engines/kotor/gui/ingame/hud.cpp
    M src/engines/kotor/gui/ingame/hud.h
    M src/engines/kotor/gui/ingame/ingame.h
    M src/engines/kotor/gui/ingame/menu_equ.cpp
    R src/engines/kotor/inventory.cpp
    R src/engines/kotor/inventory.h
    R src/engines/kotor/item.cpp
    R src/engines/kotor/item.h
    M src/engines/kotor/module.cpp
    M src/engines/kotor/objectcontainer.cpp
    M src/engines/kotor/placeable.h
    M src/engines/kotor/rules.mk
    M src/engines/kotor/savedgame.cpp
    M src/engines/kotor/savedgame.h
    M src/engines/kotor/script/functions_action.cpp
    M src/engines/kotor/script/functions_creatures.cpp
    M src/engines/kotor/script/functions_string.cpp
    M src/engines/kotor2/area.cpp
    M src/engines/kotor2/console.cpp
    M src/engines/kotor2/creature.cpp
    M src/engines/kotor2/creature.h
    M src/engines/kotor2/gui/chargen/charactergeneration.cpp
    M src/engines/kotor2/gui/chargen/charactergeneration.h
    M src/engines/kotor2/gui/chargen/chargenbase.cpp
    M src/engines/kotor2/gui/chargen/chargenbase.h
    M src/engines/kotor2/gui/chargen/chargeninfo.cpp
    M src/engines/kotor2/gui/chargen/chargeninfo.h
    M src/engines/kotor2/gui/chargen/chargenname.cpp
    M src/engines/kotor2/gui/chargen/chargenname.h
    M src/engines/kotor2/gui/chargen/chargenportrait.cpp
    M src/engines/kotor2/gui/chargen/chargenportrait.h
    M src/engines/kotor2/gui/chargen/classselection.cpp
    M src/engines/kotor2/gui/chargen/classselection.h
    M src/engines/kotor2/gui/dialog.cpp
    M src/engines/kotor2/module.cpp
    M src/engines/kotor2/module.h
    M src/engines/kotor2/objectcontainer.cpp
    M src/engines/kotor2/objectcontainer.h
    M src/engines/kotor2/script/functions_string.cpp
    A src/engines/kotorbase/action.cpp
    A src/engines/kotorbase/action.h
    A src/engines/kotorbase/creature.cpp
    A src/engines/kotorbase/creature.h
    A src/engines/kotorbase/gui/chargeninfo.cpp
    A src/engines/kotorbase/gui/chargeninfo.h
    M src/engines/kotorbase/gui/rules.mk
    A src/engines/kotorbase/inventory.cpp
    A src/engines/kotorbase/inventory.h
    A src/engines/kotorbase/item.cpp
    A src/engines/kotorbase/item.h
    M src/engines/kotorbase/rules.mk

  Log Message:
  -----------
  ENGINES: Create base creature for KotOR games


Compare: https://github.com/xoreos/xoreos/compare/2f7666b8300e...8f92feccbcd8



More information about the xoreos-git mailing list