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

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


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/phaethon
  Commit: e5f1d3d2ac9ec0411d36d328670ac36f3dd0cacd
      https://github.com/xoreos/phaethon/commit/e5f1d3d2ac9ec0411d36d328670ac36f3dd0cacd
  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: 7921c0c850778e3ce87f23cdd6551c11e3d10507
      https://github.com/xoreos/phaethon/commit/7921c0c850778e3ce87f23cdd6551c11e3d10507
  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: 530466139d15c37603ce627adcef597ad95a0040
      https://github.com/xoreos/phaethon/commit/530466139d15c37603ce627adcef597ad95a0040
  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: 7e0d0f1288c8e13bbf8c3d71b820112e1e8bd1d9
      https://github.com/xoreos/phaethon/commit/7e0d0f1288c8e13bbf8c3d71b820112e1e8bd1d9
  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: 8344e5a3a51193e5235c5676b51bb63b6f0dd903
      https://github.com/xoreos/phaethon/commit/8344e5a3a51193e5235c5676b51bb63b6f0dd903
  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: 84ebe57415540929d226fba316f6c272fea4a858
      https://github.com/xoreos/phaethon/commit/84ebe57415540929d226fba316f6c272fea4a858
  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.


Compare: https://github.com/xoreos/phaethon/compare/67933fa74209...84ebe5741554


More information about the xoreos-git mailing list