[xoreos-git] [xoreos/xoreos-tools] 24c340: AURORA: Add a Platform value for Android mobile ph...

GitHub noreply at github.com
Sat Aug 4 13:29:43 CEST 2018


  Branch: refs/heads/coverity_scan
  Home:   https://github.com/xoreos/xoreos-tools
  Commit: 24c340216d1b318ad0a57a3187723d215fea10c9
      https://github.com/xoreos/xoreos-tools/commit/24c340216d1b318ad0a57a3187723d215fea10c9
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-29 (Sun, 29 Jul 2018)

  Changed paths:
    M src/aurora/types.h
    M src/aurora/util.cpp

  Log Message:
  -----------
  AURORA: Add a Platform value for Android mobile phones and tablets


  Commit: 31a97edd10f023c69eae1b42143a97e344711979
      https://github.com/xoreos/xoreos-tools/commit/31a97edd10f023c69eae1b42143a97e344711979
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-29 (Sun, 29 Jul 2018)

  Changed paths:
    M src/aurora/types.h
    M src/aurora/util.cpp

  Log Message:
  -----------
  AURORA: Add a Platform value for Apple iOS mobile phones and tablets


  Commit: c0c16140d6f9226a341d502af207713fbdb77361
      https://github.com/xoreos/xoreos-tools/commit/c0c16140d6f9226a341d502af207713fbdb77361
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-29 (Sun, 29 Jul 2018)

  Changed paths:
    M src/aurora/types.h
    M src/aurora/util.cpp

  Log Message:
  -----------
  AURORA: Re-sort Platform enum

So that the values are roughly grouped by "type". First desktop
platforms, then consoles, then mobiles devices.


  Commit: da3e5015a07bd320bd5b9a7c6eac976f0581df64
      https://github.com/xoreos/xoreos-tools/commit/da3e5015a07bd320bd5b9a7c6eac976f0581df64
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-29 (Sun, 29 Jul 2018)

  Changed paths:
    M src/aurora/language_strings.h

  Log Message:
  -----------
  AURORA: Add "zh-hans", "zh-hant" and variants to the language strings

More variants to spell Chinese Simplified and Traditional.


  Commit: dfe6d643a8277cf7d0e3213f622ef9ff28132e0d
      https://github.com/xoreos/xoreos-tools/commit/dfe6d643a8277cf7d0e3213f622ef9ff28132e0d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-29 (Sun, 29 Jul 2018)

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

  Log Message:
  -----------
  AURORA: Add LanguageManager::getLanguages()

Returning a std::vector of all declared supported languages.


  Commit: c8bc2ff6e9e10e80945f7c47f0b5e248ef0ffd66
      https://github.com/xoreos/xoreos-tools/commit/c8bc2ff6e9e10e80945f7c47f0b5e248ef0ffd66
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-29 (Sun, 29 Jul 2018)

  Changed paths:
    M src/xoreostex2tga.cpp

  Log Message:
  -----------
  XOREOSTEX2TGA: Correct type option for SBM images


  Commit: 06b5f17846958bb85f67a95202c17b98d2c67f49
      https://github.com/xoreos/xoreos-tools/commit/06b5f17846958bb85f67a95202c17b98d2c67f49
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-29 (Sun, 29 Jul 2018)

  Changed paths:
    M src/images/sbm.cpp
    M src/images/sbm.h

  Log Message:
  -----------
  IMAGES: Add support for swizzled Xbox SBM images

Unfortunately, there's no way to tell from the image data alone
whether an SBM is swizzled, so the image decoder needs to be told.


  Commit: 06036630be2842cdabe305598a3f5fc4a6f41afe
      https://github.com/xoreos/xoreos-tools/commit/06036630be2842cdabe305598a3f5fc4a6f41afe
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-29 (Sun, 29 Jul 2018)

  Changed paths:
    M man/xoreostex2tga.1
    M src/xoreostex2tga.cpp

  Log Message:
  -----------
  XOREOSTEX2TGA: Add --deswizzle flag for swizzled Xbox SBM files


  Commit: 4123a2fec92b278c01cabb3a269ccd2c0ff5f2b2
      https://github.com/xoreos/xoreos-tools/commit/4123a2fec92b278c01cabb3a269ccd2c0ff5f2b2
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-29 (Sun, 29 Jul 2018)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  DOCS: Mention swizzled Xbox SBM images in the ChangeLog


  Commit: f0fe9e833ed0ff292c886e794b2601bdbce4cade
      https://github.com/xoreos/xoreos-tools/commit/f0fe9e833ed0ff292c886e794b2601bdbce4cade
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-29 (Sun, 29 Jul 2018)

  Changed paths:
    M tests/aurora/erfwriter.cpp

  Log Message:
  -----------
  TESTS: Correct usage of MemoryReadStream around a static const


  Commit: 27aa12966148218e0f7b35d2334caea6de5de81d
      https://github.com/xoreos/xoreos-tools/commit/27aa12966148218e0f7b35d2334caea6de5de81d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-30 (Mon, 30 Jul 2018)

  Changed paths:
    M m4/boost.m4

  Log Message:
  -----------
  BUILD: Extend boost.m4 to recognize gcc 8.2


Compare: https://github.com/xoreos/xoreos-tools/compare/a836d5a294ae...27aa12966148
      **NOTE:** This service has 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