[xoreos-git] [xoreos/xoreos] 6914bf: COMMON: Use Z_SYNC_FLUSH instead of Z_FULL_FLUSH i...

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


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 6914bf7377d80aa2489bc484453d4f2249275471
      https://github.com/xoreos/xoreos/commit/6914bf7377d80aa2489bc484453d4f2249275471
  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: 324aecb217408cefb3393064cddab356905eb4da
      https://github.com/xoreos/xoreos/commit/324aecb217408cefb3393064cddab356905eb4da
  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: de95c77cd6178ca817fdb03dcfc8e24789b2ed02
      https://github.com/xoreos/xoreos/commit/de95c77cd6178ca817fdb03dcfc8e24789b2ed02
  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 src/engines/jade/probes.cpp
    M tests/common/strutil.cpp

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


  Commit: cec8ea8b04ff636212f927f25c555aa17d52e3f6
      https://github.com/xoreos/xoreos/commit/cec8ea8b04ff636212f927f25c555aa17d52e3f6
  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: b02be14dd3489b96e0e0134185b7fbb01d9517d0
      https://github.com/xoreos/xoreos/commit/b02be14dd3489b96e0e0134185b7fbb01d9517d0
  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: a8dd06a7eedae08691844814072dcb4cb7c730a4
      https://github.com/xoreos/xoreos/commit/a8dd06a7eedae08691844814072dcb4cb7c730a4
  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: d4341da39041cd4713d6e4476c747a718e97de4d
      https://github.com/xoreos/xoreos/commit/d4341da39041cd4713d6e4476c747a718e97de4d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-07-21 (Sat, 21 Jul 2018)

  Changed paths:
    M src/engines/jade/jade.cpp

  Log Message:
  -----------
  JADE: Add Simplified Chinese to the language encoding array

Found in Aspyr's Android port of Jade Empire.


Compare: https://github.com/xoreos/xoreos/compare/079e633d001e...d4341da39041
      **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