[xoreos-git] [xoreos/xoreos] acee20: AURORA: Add "fr" to the list of strings that parse...

GitHub noreply at github.com
Tue Dec 20 15:59:54 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: acee209b2e07d7d6210a5538e482989bef8ba4a4
      https://github.com/xoreos/xoreos/commit/acee209b2e07d7d6210a5538e482989bef8ba4a4
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    M src/aurora/language_strings.h

  Log Message:
  -----------
  AURORA: Add "fr" to the list of strings that parse to French


  Commit: 891f769da77a580aa7aff0e89989f246a9281685
      https://github.com/xoreos/xoreos/commit/891f769da77a580aa7aff0e89989f246a9281685
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-07 (Wed, 07 Dec 2016)

  Changed paths:
    M src/aurora/ssffile.cpp

  Log Message:
  -----------
  AURORA: Use UINT32_MAX in SSFFile::checkVersionFeatures()

To make it more clear *why* this is the limit for the number of sounds
in an SSFFile.


  Commit: fdc68ab7276b8d30072ed7d26471ea9730401be8
      https://github.com/xoreos/xoreos/commit/fdc68ab7276b8d30072ed7d26471ea9730401be8
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M src/aurora/ssffile.cpp

  Log Message:
  -----------
  AURORA: Use size_t in the loop in SSFFile::writeNWN()


  Commit: 4d6a628f0e98d644a4971bf70394627fd4ae8144
      https://github.com/xoreos/xoreos/commit/4d6a628f0e98d644a4971bf70394627fd4ae8144
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-09 (Fri, 09 Dec 2016)

  Changed paths:
    M src/aurora/ssffile.cpp

  Log Message:
  -----------
  AURORA: Check for offset overflow in SSFFile::writeNWN()


  Commit: 6c244d2e6b95e5dcee36b6b3eebaf86061dfc349
      https://github.com/xoreos/xoreos/commit/6c244d2e6b95e5dcee36b6b3eebaf86061dfc349
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-10 (Sat, 10 Dec 2016)

  Changed paths:
    M src/aurora/ssffile.cpp

  Log Message:
  -----------
  AURORA: Be more defensive with SSFFile entry indices


  Commit: ac8800bddd987aaa3b12c41ce798bf8bc1f38a75
      https://github.com/xoreos/xoreos/commit/ac8800bddd987aaa3b12c41ce798bf8bc1f38a75
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-11 (Sun, 11 Dec 2016)

  Changed paths:
    M src/aurora/talktable.h
    M src/aurora/talktable_gff.cpp
    M src/aurora/talktable_gff.h
    M src/aurora/talktable_tlk.cpp
    M src/aurora/talktable_tlk.h

  Log Message:
  -----------
  AURORA: Add TalkTable::getSoundID()


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

  Changed paths:
    M src/graphics/images/util.h

  Log Message:
  -----------
  GRAPHICS: Also reject too big dimensions in hasValidDimensions()

We only support images dimension between [0, 32767].


  Commit: 2c14232046e25e4877e4e5c9e8c7de4ad4d2d13e
      https://github.com/xoreos/xoreos/commit/2c14232046e25e4877e4e5c9e8c7de4ad4d2d13e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
    M src/graphics/images/util.h

  Log Message:
  -----------
  GRAPHICS: Document that rotate90() rotates clock-wise


  Commit: 0c198d0481d49b20190ed1229a6a18d28cf95674
      https://github.com/xoreos/xoreos/commit/0c198d0481d49b20190ed1229a6a18d28cf95674
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-14 (Wed, 14 Dec 2016)

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

  Log Message:
  -----------
  GRAPHICS: Fix indentation in XEOSITEX::readHeader()


  Commit: eea9aa8c1e0ec02e9aadd632ed9ff295ae6cb84c
      https://github.com/xoreos/xoreos/commit/eea9aa8c1e0ec02e9aadd632ed9ff295ae6cb84c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-15 (Thu, 15 Dec 2016)

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

  Log Message:
  -----------
  GRAPHICS: Correctly set _hasAlpha in the XEOSITEX loader


  Commit: 67492873b6d5dfe94cde916e0f034d4161aa19e2
      https://github.com/xoreos/xoreos/commit/67492873b6d5dfe94cde916e0f034d4161aa19e2
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-15 (Thu, 15 Dec 2016)

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

  Log Message:
  -----------
  GRAPHICS: Correctly set XEOSITEX::MipMap::image

It should point to the ImageDecoder the mip map is part of, i.e. the
XEOSITEX instance itself.


  Commit: bb3aadb72999e2d7b3f3de70630354ac0dce4a81
      https://github.com/xoreos/xoreos/commit/bb3aadb72999e2d7b3f3de70630354ac0dce4a81
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
    M src/common/encoding.cpp
    M src/common/encoding.h

  Log Message:
  -----------
  COMMON: Add hasSupportEncoding()

To query whether we have support for this encoding (i.e. we can
convert this encoding to and from UTF-8).


  Commit: 309bfd47ef27bdb145dd7f7851c7e7a54fef54e5
      https://github.com/xoreos/xoreos/commit/309bfd47ef27bdb145dd7f7851c7e7a54fef54e5
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-17 (Sat, 17 Dec 2016)

  Changed paths:
    M src/common/encoding.cpp
    M src/common/encoding.h

  Log Message:
  -----------
  COMMON: Add getEncodingName() to get the name of an encoding


  Commit: 630b95e57085eb96ae06cc7264f166a242b61f27
      https://github.com/xoreos/xoreos/commit/630b95e57085eb96ae06cc7264f166a242b61f27
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-18 (Sun, 18 Dec 2016)

  Changed paths:
    M src/common/configman.cpp
    M src/common/configman.h

  Log Message:
  -----------
  COMMON: Add ConfigManager::load() version to read from a stream


  Commit: a760877001b5a0af0faa1b52beaa1791961cc51d
      https://github.com/xoreos/xoreos/commit/a760877001b5a0af0faa1b52beaa1791961cc51d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-18 (Sun, 18 Dec 2016)

  Changed paths:
    M src/common/configman.cpp
    M src/common/configman.h

  Log Message:
  -----------
  COMMON: Add ConfigManager::save() version to write to a stream


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

  Changed paths:
    M src/common/readstream.cpp

  Log Message:
  -----------
  COMMON: Add a full out-of-class definition for ReadStream::kEOF

So that its address can be taken. This will be needed for unit tests.


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

  Changed paths:
    M src/aurora/gdafile.cpp

  Log Message:
  -----------
  AURORA: Add a full out-of-class definitions for GDAFile::kInvalid*

So that their addresses can be taken. This will be needed for unit
tests.


  Commit: 1773dbf24fff196fb69e6071c7b031095cfb59c8
      https://github.com/xoreos/xoreos/commit/1773dbf24fff196fb69e6071c7b031095cfb59c8
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-20 (Tue, 20 Dec 2016)

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

  Log Message:
  -----------
  AURORA: Add IFOFile::load() version that takes over a stream

Instead of querying the ResourceManager for a module.ifo.


Compare: https://github.com/xoreos/xoreos/compare/5f7aaac8aa44...1773dbf24fff


More information about the xoreos-git mailing list