[xoreos-git] [xoreos/xoreos] 5ea809: GRAPHICS: Clean up the MaterialManager a bit

GitHub noreply at github.com
Tue Feb 11 18:38:58 CET 2014


  Branch: refs/heads/ogrewip
  Home:   https://github.com/xoreos/xoreos
  Commit: 5ea8094a05e063a1c73fba6fbc23c45ec0843509
      https://github.com/xoreos/xoreos/commit/5ea8094a05e063a1c73fba6fbc23c45ec0843509
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2014-02-11 (Tue, 11 Feb 2014)

  Changed paths:
    M src/engines/nwn/gui/widgets/portrait.cpp
    M src/engines/nwn/gui/widgets/scrollbar.cpp
    M src/graphics/aurora/abcfont.cpp
    M src/graphics/aurora/cube.cpp
    M src/graphics/aurora/model.cpp
    M src/graphics/aurora/model_kotor.cpp
    M src/graphics/aurora/model_nwn.cpp
    M src/graphics/aurora/model_nwn2.cpp
    M src/graphics/aurora/model_witcher.cpp
    M src/graphics/aurora/quad.cpp
    M src/graphics/aurora/texturefont.cpp
    M src/graphics/aurora/ttffont.cpp
    M src/graphics/cursorman.cpp
    M src/graphics/materialman.cpp
    M src/graphics/materialman.h
    M src/video/aurora/videoplayer.cpp

  Log Message:
  -----------
  GRAPHICS: Clean up the MaterialManager a bit


  Commit: 75d249a270ec5236f40023b3edd5d8737604fed6
      https://github.com/xoreos/xoreos/commit/75d249a270ec5236f40023b3edd5d8737604fed6
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2014-02-11 (Tue, 11 Feb 2014)

  Changed paths:
    M src/engines/nwn/gui/widgets/portrait.cpp
    M src/engines/nwn/gui/widgets/portrait.h
    M src/engines/nwn/gui/widgets/scrollbar.cpp
    M src/engines/nwn/gui/widgets/scrollbar.h
    M src/graphics/aurora/cube.cpp
    M src/graphics/aurora/cube.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_nwn.cpp
    M src/graphics/aurora/model_nwn2.cpp
    M src/graphics/aurora/model_witcher.cpp
    M src/graphics/aurora/quad.cpp
    M src/graphics/aurora/quad.h
    M src/graphics/aurora/text.cpp
    M src/graphics/aurora/text.h
    M src/graphics/renderable.cpp
    M src/graphics/renderable.h

  Log Message:
  -----------
  GRAPHICS: Move the material list into Renderable

No need for the hacky collectMaterials() method anymore.
Instead, a list of materials is held by the Renderable,
and a makeDynamic() method converts all materials of a
Renderable into dynamic materials.


  Commit: e2a681dac49de5c61ca27ed840bd4c4fd1e76519
      https://github.com/xoreos/xoreos/commit/e2a681dac49de5c61ca27ed840bd4c4fd1e76519
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2014-02-11 (Tue, 11 Feb 2014)

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

  Log Message:
  -----------
  JANITORIAL: Remove unused variables


  Commit: 85f01f3631e35d640468a3414d83c4c8c24a5057
      https://github.com/xoreos/xoreos/commit/85f01f3631e35d640468a3414d83c4c8c24a5057
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2014-02-11 (Tue, 11 Feb 2014)

  Changed paths:
    M src/graphics/renderable.cpp
    M src/graphics/renderable.h

  Log Message:
  -----------
  GRAPHICS: Add Renderable::forceTransparent()


  Commit: b07e2c404fa5b87083ebba5fec0bd941547ca939
      https://github.com/xoreos/xoreos/commit/b07e2c404fa5b87083ebba5fec0bd941547ca939
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2014-02-11 (Tue, 11 Feb 2014)

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

  Log Message:
  -----------
  GRAPHICS: Add Model::forceTransparent()


  Commit: fd2da0549a2dfd8965e62710029b8145bd4718de
      https://github.com/xoreos/xoreos/commit/fd2da0549a2dfd8965e62710029b8145bd4718de
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2014-02-11 (Tue, 11 Feb 2014)

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

  Log Message:
  -----------
  NWN: Add ModelWidget::forceTransparent()


  Commit: 9b2d3eded4316b0dbe94301b9f9ec0d47ed3db67
      https://github.com/xoreos/xoreos/commit/9b2d3eded4316b0dbe94301b9f9ec0d47ed3db67
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2014-02-11 (Tue, 11 Feb 2014)

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

  Log Message:
  -----------
  NWN: Hardcode the expansion logos and the shadow overlay transparent


  Commit: dbdfcdaec0def88a17ff778b85b89f9f02f7514d
      https://github.com/xoreos/xoreos/commit/dbdfcdaec0def88a17ff778b85b89f9f02f7514d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2014-02-11 (Tue, 11 Feb 2014)

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

  Log Message:
  -----------
  KOTOR TESTCASE


Compare: https://github.com/xoreos/xoreos/compare/3942b22b33be...dbdfcdaec0de


More information about the xoreos-git mailing list