[xoreos-git] [xoreos/xoreos-tools] 846299: COMMON: Add the possibility to deflate without kno...

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


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos-tools
  Commit: 8462999541489d5e27b052bca51cb1c7f5bb51b1
      https://github.com/xoreos/xoreos-tools/commit/8462999541489d5e27b052bca51cb1c7f5bb51b1
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-07-20 (Fri, 20 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: de8b5b86dc8a5424c21112a05d170bce26a23666
      https://github.com/xoreos/xoreos-tools/commit/de8b5b86dc8a5424c21112a05d170bce26a23666
  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: b3a3230f2eb2f70342405181e53c985d974b0b2f
      https://github.com/xoreos/xoreos-tools/commit/b3a3230f2eb2f70342405181e53c985d974b0b2f
  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: 13820396c096385ebc40777f682acfd3744c77c6
      https://github.com/xoreos/xoreos-tools/commit/13820396c096385ebc40777f682acfd3744c77c6
  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: 6e1625be7ca474bcbc8a6d2c9307fdffb20eabc8
      https://github.com/xoreos/xoreos-tools/commit/6e1625be7ca474bcbc8a6d2c9307fdffb20eabc8
  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: 9929795d47111822daf0037e15eefcc1b2cc2220
      https://github.com/xoreos/xoreos-tools/commit/9929795d47111822daf0037e15eefcc1b2cc2220
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-21 (Sat, 21 Jul 2018)

  Changed paths:
    M src/aurora/language.cpp

  Log Message:
  -----------
  AURORA: Add comments to the languages array, declaring the game

So that it's clear which game that entry applies to.


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

  Changed paths:
    M README.md
    M src/aurora/language.cpp

  Log Message:
  -----------
  AURORA: Fix Jade Empire language encodings

Thanks to @Nostritius for realizing this.


  Commit: 33b937462bd36062b54a5a7d982d34526958cad8
      https://github.com/xoreos/xoreos-tools/commit/33b937462bd36062b54a5a7d982d34526958cad8
  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


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

  Changed paths:
    A src/aurora/obbfile.cpp
    A src/aurora/obbfile.h
    M src/aurora/rules.mk

  Log Message:
  -----------
  AURORA: Add OBBFile archive, for Aspyr's OBB virtual filesystem

Found in Aspyr's Android port of Jade Empire.


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

  Changed paths:
    M .gitignore
    M README.md
    M dists/fedora/xoreos-tools.spec
    A man/unobb.1
    M src/rules.mk
    A src/unobb.cpp

  Log Message:
  -----------
  UNOBB: Add a tool to list and extract Aspyr's OBB virtual filesystems

Found in Aspyr's Android port of Jade Empire.


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

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  DOCS: Mention the new unobb tool in the ChangeLog


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

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  DOCS: Mention the fixed Jade Empire encoding in the ChangeLog


Compare: https://github.com/xoreos/xoreos-tools/compare/aed64a2e8203...22149d2bd4f9
      **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