[xoreos-git] [xoreos/phaethon] 80a46b: COMMON: Add the possibility to deflate without kno...

GitHub noreply at github.com
Sat Jul 21 20:24:43 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/phaethon
  Commit: 80a46bd41ffa50791ebddf139c0b1c6bd3ee9def
      https://github.com/xoreos/phaethon/commit/80a46bd41ffa50791ebddf139c0b1c6bd3ee9def
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-07-21 (Sat, 21 Jul 2018)

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

  Log Message:
  -----------
  COMMON: Add the possibility to deflate without knowing the output size

This is needed for scaleform gfx files


  Commit: e518ae272522bf84f85bfcc8e94179a643def61d
      https://github.com/xoreos/phaethon/commit/e518ae272522bf84f85bfcc8e94179a643def61d
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-07-21 (Sat, 21 Jul 2018)

  Changed paths:
    M tests/common/deflate.cpp

  Log Message:
  -----------
  TESTS: Add a unit test for deflate without output size


  Commit: 197f5353cc27e3a72a58d7ee1f60cfa52f02d5dd
      https://github.com/xoreos/phaethon/commit/197f5353cc27e3a72a58d7ee1f60cfa52f02d5dd
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-21 (Sat, 21 Jul 2018)

  Changed paths:
    M src/common/deflate.cpp

  Log Message:
  -----------
  COMMON: Use Z_SYNC_FLUSH instead of Z_FULL_FLUSH in inflate()

Z_FULL_FLUSH isn't a valid option for inflate(). It's only defined for
deflate().


  Commit: 802300c9c446804fbc4c1cf38833d9192763b236
      https://github.com/xoreos/phaethon/commit/802300c9c446804fbc4c1cf38833d9192763b236
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-21 (Sat, 21 Jul 2018)

  Changed paths:
    M src/common/deflate.cpp
    M src/common/deflate.h
    M tests/common/deflate.cpp

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

Useful for decompressing and reassembling files that have been split
into individually zlib-compressed chunks.


  Commit: 6cae53623449513c1b965754a1668ba8e3229147
      https://github.com/xoreos/phaethon/commit/6cae53623449513c1b965754a1668ba8e3229147
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-21 (Sat, 21 Jul 2018)

  Changed paths:
    M src/common/strutil.cpp
    M src/common/strutil.h
    M tests/common/strutil.cpp

  Log Message:
  -----------
  COMMON: Add searchBackwards(), searching for bytes in a stream


  Commit: 9bcb5ae82ebad7c528afe0586415c214b20d6e76
      https://github.com/xoreos/phaethon/commit/9bcb5ae82ebad7c528afe0586415c214b20d6e76
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-21 (Sat, 21 Jul 2018)

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

  Log Message:
  -----------
  COMMON: Use searchBackwards() in ZipFile


  Commit: 73c75ff74f97cd82afbf027b818afa55b77370ec
      https://github.com/xoreos/phaethon/commit/73c75ff74f97cd82afbf027b818afa55b77370ec
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-21 (Sat, 21 Jul 2018)

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

  Log Message:
  -----------
  AURORA: Add file types found in Aspyr's Android port of Jade Empire


Compare: https://github.com/xoreos/phaethon/compare/c51aa898dcc6...73c75ff74f97
      **NOTE:** This service 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