[xoreos-git] [xoreos/xoreos] 6f891f: GRAPHICS: Add support for multiple animations per ...

GitHub noreply at github.com
Wed Jun 13 01:22:16 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 6f891f86074270726dad5ebbd902f8439f5eae05
      https://github.com/xoreos/xoreos/commit/6f891f86074270726dad5ebbd902f8439f5eae05
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/graphics/aurora/animation.cpp
    M src/graphics/aurora/animation.h
    A src/graphics/aurora/animationchannel.cpp
    A src/graphics/aurora/animationchannel.h
    M src/graphics/aurora/model.cpp
    M src/graphics/aurora/model.h
    M src/graphics/aurora/model_nwn.cpp
    M src/graphics/aurora/modelnode.h
    M src/graphics/aurora/rules.mk

  Log Message:
  -----------
  GRAPHICS: Add support for multiple animations per model


  Commit: ae837ff39be5ff694eeeb1bde3f87bf4f54ded7d
      https://github.com/xoreos/xoreos/commit/ae837ff39be5ff694eeeb1bde3f87bf4f54ded7d
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
    M src/graphics/aurora/animation.cpp
    M src/graphics/aurora/model_kotor.cpp

  Log Message:
  -----------
  GRAPHICS: Fix main menu in K1 and PC facial animation in K2


  Commit: ec5bd198163c1c35950d83e489f43c1ff596e633
      https://github.com/xoreos/xoreos/commit/ec5bd198163c1c35950d83e489f43c1ff596e633
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  ENGINES: Play head animations for full body models in K1/K2


  Commit: ede7b038b129ac9fd01d879c10931dd6bbedc25f
      https://github.com/xoreos/xoreos/commit/ede7b038b129ac9fd01d879c10931dd6bbedc25f
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

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

  Log Message:
  -----------
  GRAPHICS: Fix animation of handmaiden's tongue


  Commit: 23ec54e51b6f61d43c596548a4497906aa0a06f7
      https://github.com/xoreos/xoreos/commit/23ec54e51b6f61d43c596548a4497906aa0a06f7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-13 (Wed, 13 Jun 2018)

  Changed paths:
    M src/sound/decoders/wma.cpp

  Log Message:
  -----------
  SOUND: Add missing semicolon after switch fallthrough marker


  Commit: 8cf9601016e5f2ee88dfb5c8131f011fd5e229d4
      https://github.com/xoreos/xoreos/commit/8cf9601016e5f2ee88dfb5c8131f011fd5e229d4
  Author: Vsevolod Kremianskii <vkremianskii at gmail.com>
  Date:   2018-06-13 (Wed, 13 Jun 2018)

  Changed paths:
    A src/engines/jade/gui/gui.cpp
    A src/engines/jade/gui/gui.h
    A src/engines/jade/gui/guibackground.cpp
    A src/engines/jade/gui/guibackground.h
    M src/engines/jade/gui/main/main.cpp
    M src/engines/jade/gui/main/main.h
    M src/engines/jade/gui/main/options.cpp
    M src/engines/jade/gui/main/options.h
    M src/engines/jade/gui/options/audio.cpp
    M src/engines/jade/gui/options/audio.h
    M src/engines/jade/gui/options/control.cpp
    M src/engines/jade/gui/options/control.h
    M src/engines/jade/gui/options/diff.cpp
    M src/engines/jade/gui/options/diff.h
    M src/engines/jade/gui/options/feed.cpp
    M src/engines/jade/gui/options/feed.h
    M src/engines/jade/gui/options/video.cpp
    M src/engines/jade/gui/options/video.h
    M src/engines/jade/gui/rules.mk
    A src/engines/jade/gui/widgets/button.cpp
    A src/engines/jade/gui/widgets/button.h
    A src/engines/jade/gui/widgets/checkbox.cpp
    A src/engines/jade/gui/widgets/checkbox.h
    A src/engines/jade/gui/widgets/jadewidget.cpp
    A src/engines/jade/gui/widgets/jadewidget.h
    A src/engines/jade/gui/widgets/label.cpp
    A src/engines/jade/gui/widgets/label.h
    A src/engines/jade/gui/widgets/listbox.cpp
    A src/engines/jade/gui/widgets/listbox.h
    A src/engines/jade/gui/widgets/listitem.cpp
    A src/engines/jade/gui/widgets/listitem.h
    A src/engines/jade/gui/widgets/panel.cpp
    A src/engines/jade/gui/widgets/panel.h
    A src/engines/jade/gui/widgets/progressbar.cpp
    A src/engines/jade/gui/widgets/progressbar.h
    A src/engines/jade/gui/widgets/protoitem.cpp
    A src/engines/jade/gui/widgets/protoitem.h
    A src/engines/jade/gui/widgets/rules.mk
    A src/engines/jade/gui/widgets/scrollbar.cpp
    A src/engines/jade/gui/widgets/scrollbar.h
    A src/engines/jade/gui/widgets/slider.cpp
    A src/engines/jade/gui/widgets/slider.h

  Log Message:
  -----------
  JADE: Remove dependency on KotOR GUI


  Commit: 311671243c2bff46edc9c06a690d2f5b3a11e625
      https://github.com/xoreos/xoreos/commit/311671243c2bff46edc9c06a690d2f5b3a11e625
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-13 (Wed, 13 Jun 2018)

  Changed paths:
    M src/engines/jade/arealayout.h

  Log Message:
  -----------
  JADE: Plug a leak by making AreaLayout::RoomList a PtrList


  Commit: 5c78f6ec2b395260b4ede1e1a5b7d68638add103
      https://github.com/xoreos/xoreos/commit/5c78f6ec2b395260b4ede1e1a5b7d68638add103
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-13 (Wed, 13 Jun 2018)

  Changed paths:
    M src/engines/jade/gui/widgets/jadewidget.cpp

  Log Message:
  -----------
  JADE: Plug a leak by using ScopedPtr::reset() instead of release()

Release is for transfering ownership of the pointer. The pointer is
not freed. reset() frees the pointer.


  Commit: 3efa87d234dff3c48f15a51a3f1e051a7eb51b53
      https://github.com/xoreos/xoreos/commit/3efa87d234dff3c48f15a51a3f1e051a7eb51b53
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-13 (Wed, 13 Jun 2018)

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

  Log Message:
  -----------
  KOTOR: Plug a leak by using ScopedPtr::reset() instead of release()

Release is for transfering ownership of the pointer. The pointer is
not freed. reset() frees the pointer.


Compare: https://github.com/xoreos/xoreos/compare/934e0f045da9...3efa87d234df
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the xoreos-git mailing list