[xoreos-git] [xoreos/xoreos] c2f301: GRAPHICS: Correctly load all mipmaps for a TXB tex...

GitHub noreply at github.com
Mon Dec 5 01:04:00 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: c2f3016e8e6f3c49087eae778339762f96b712f2
      https://github.com/xoreos/xoreos/commit/c2f3016e8e6f3c49087eae778339762f96b712f2
  Author: Enrico Horn <farmboy0+git at googlemail.com>
  Date:   2016-12-05 (Mon, 05 Dec 2016)

  Changed paths:
    M src/graphics/images/txb.cpp

  Log Message:
  -----------
  GRAPHICS: Correctly load all mipmaps for a TXB texture

The current algorith doesnt load all the mipmap levels for non
rectangular textures correctly.

This is due to two problems:
1. it aborts too early for width or height less than 4
2. it would right shift till both width and heigth are less than 1

This is probably not a *big* deal but it means that not the whole TXB
data is read accuratly.


  Commit: 66a12dbb246cbe5a5a465926997bb85279ecba5d
      https://github.com/xoreos/xoreos/commit/66a12dbb246cbe5a5a465926997bb85279ecba5d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-05 (Mon, 05 Dec 2016)

  Changed paths:
    M src/aurora/language.cpp
    M src/aurora/language.h

  Log Message:
  -----------
  AURORA: Make LanguageManager::parseLanguage() take a const UString &

Yeah, we modify it (lowercasing), but the caller doesn't need to know
that.


  Commit: 5f7aaac8aa4464278b1523156e883f8b3f83629f
      https://github.com/xoreos/xoreos/commit/5f7aaac8aa4464278b1523156e883f8b3f83629f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-05 (Mon, 05 Dec 2016)

  Changed paths:
    M src/aurora/language.cpp
    M src/aurora/locstring.cpp

  Log Message:
  -----------
  AURORA: Make LangMan.getLanguageID() heed kLanguageGenderCurrent


Compare: https://github.com/xoreos/xoreos/compare/147c14c2a7bf...5f7aaac8aa44


More information about the xoreos-git mailing list