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

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


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos-tools
  Commit: 0c519f6e89f35ccaf7b069a326fbcf69fde36b79
      https://github.com/xoreos/xoreos-tools/commit/0c519f6e89f35ccaf7b069a326fbcf69fde36b79
  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: 896f7d3ec130eefe51fc6e040774b162084af0bf
      https://github.com/xoreos/xoreos-tools/commit/896f7d3ec130eefe51fc6e040774b162084af0bf
  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: d41e3c8e6a5f150b095a3c7bc7454fac585782de
      https://github.com/xoreos/xoreos-tools/commit/d41e3c8e6a5f150b095a3c7bc7454fac585782de
  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: d525582615de0dc4d8f69191ed1f23c00b102a17
      https://github.com/xoreos/xoreos-tools/commit/d525582615de0dc4d8f69191ed1f23c00b102a17
  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: 5184bf968fb3b190863ae9e5e700693f79997a30
      https://github.com/xoreos/xoreos-tools/commit/5184bf968fb3b190863ae9e5e700693f79997a30
  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: 4b25c3b133e8d8bb54aac01712624c1574beeb41
      https://github.com/xoreos/xoreos-tools/commit/4b25c3b133e8d8bb54aac01712624c1574beeb41
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-12 (Mon, 12 Dec 2016)

  Changed paths:
    M src/images/util.h

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

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


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

  Changed paths:
    M src/images/util.h

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


  Commit: a3c83871bac861bb711a23aa14c93b8be595b458
      https://github.com/xoreos/xoreos-tools/commit/a3c83871bac861bb711a23aa14c93b8be595b458
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-19 (Mon, 19 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: b0c43e280de6b14935ab1b73092c28ffbc1ca1ab
      https://github.com/xoreos/xoreos-tools/commit/b0c43e280de6b14935ab1b73092c28ffbc1ca1ab
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-19 (Mon, 19 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: c69a0cf2feee9e12afbdeb5a802b8c68a26e7158
      https://github.com/xoreos/xoreos-tools/commit/c69a0cf2feee9e12afbdeb5a802b8c68a26e7158
  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: 7038d081e5b6831fa9fbe89dc49b7da53dab5174
      https://github.com/xoreos/xoreos-tools/commit/7038d081e5b6831fa9fbe89dc49b7da53dab5174
  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.


Compare: https://github.com/xoreos/xoreos-tools/compare/882f37f4f0b1...7038d081e5b6


More information about the xoreos-git mailing list