[xoreos-git] [xoreos/xoreos] 464ae9: GRAPHICS: Check for duplicate animations in KotOR ...

GitHub noreply at github.com
Mon Oct 24 00:18:01 CEST 2016


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

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

  Log Message:
  -----------
  GRAPHICS: Check for duplicate animations in KotOR models

The first area of KotOR2 (001EBO, the Ebon Hawk drifting in space) has
two models with duplicate animations:
- "f3p1a" in model "S_Female01"
- "walkinj" in model "P_HK47"

Both have version of each have model nodes attached, and a different
number each time, too.

We're now keeping the first animation with a certain name and throw
away all duplicates. Maybe that's the right way, maybe not.


  Commit: c7bb95ea62bbba947f9bdc998c9427b242a78a98
      https://github.com/xoreos/xoreos/commit/c7bb95ea62bbba947f9bdc998c9427b242a78a98
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-24 (Mon, 24 Oct 2016)

  Changed paths:
    M src/engines/enginemanager.h
    M src/engines/engineprobe.h

  Log Message:
  -----------
  ENGINES: Mark GameInstance and EngineProbe as noncopyable


Compare: https://github.com/xoreos/xoreos/compare/457ea3bcc8bd...c7bb95ea62bb


More information about the xoreos-git mailing list