[xoreos-git] [xoreos/xoreos] 3453fe: AURORA: Document which talktable versions are supp...

GitHub noreply at github.com
Sun Nov 6 01:21:30 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 3453fef87305a9fc8dfcd13c4269ddd0db99d510
      https://github.com/xoreos/xoreos/commit/3453fef87305a9fc8dfcd13c4269ddd0db99d510
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-06 (Sun, 06 Nov 2016)

  Changed paths:
    M src/aurora/talktable_gff.h
    M src/aurora/talktable_tlk.h

  Log Message:
  -----------
  AURORA: Document which talktable versions are supported


  Commit: 422e4707ca17e2ecd28ea602334686c3fc1f5b08
      https://github.com/xoreos/xoreos/commit/422e4707ca17e2ecd28ea602334686c3fc1f5b08
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-06 (Sun, 06 Nov 2016)

  Changed paths:
    M src/aurora/talktable_tlk.cpp
    M src/aurora/talktable_tlk.h

  Log Message:
  -----------
  AURORA: Remove TalkTable_TLK::_stringsOffset

We only need that information during file loading. There's no reason
to keep it around.


  Commit: 5aed401871107d85039334a3aa14f040e512c435
      https://github.com/xoreos/xoreos/commit/5aed401871107d85039334a3aa14f040e512c435
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-06 (Sun, 06 Nov 2016)

  Changed paths:
    M src/aurora/bzffile.cpp
    M src/aurora/bzffile.h
    A src/common/lzma.cpp
    A src/common/lzma.h
    M src/common/rules.mk

  Log Message:
  -----------
  COMMON: Move LZMA decompression into lzma.h


  Commit: ee6bcd3748ce239a0bfbb8d2abee0d333c178944
      https://github.com/xoreos/xoreos/commit/ee6bcd3748ce239a0bfbb8d2abee0d333c178944
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-06 (Sun, 06 Nov 2016)

  Changed paths:
    M src/common/lzma.cpp

  Log Message:
  -----------
  COMMON: Use lower-level liblzma functions to decompress LZMA

The single-call lzma_raw_buffer_decode() function mucks about with the
error code and the stream positions, so we use a raw lzma decoder
stream ourselves. That we, we correctly identify when a compressed
data stream has been truncated.


Compare: https://github.com/xoreos/xoreos/compare/5f26c8ea8ce7...ee6bcd3748ce


More information about the xoreos-git mailing list