[xoreos-git] [xoreos/xoreos-tools] 3e1e60: AURORA: Add a writer method for LocString Objects

GitHub noreply at github.com
Tue Jun 26 11:45:24 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos-tools
  Commit: 3e1e60e567747c101959e2fb45e2c0381b1ce16b
      https://github.com/xoreos/xoreos-tools/commit/3e1e60e567747c101959e2fb45e2c0381b1ce16b
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

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

  Log Message:
  -----------
  AURORA: Add a writer method for LocString Objects


  Commit: 7507b45ff723ed93176976b5f9082c7d7a3449a1
      https://github.com/xoreos/xoreos-tools/commit/7507b45ff723ed93176976b5f9082c7d7a3449a1
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

  Changed paths:
    M tests/aurora/locstring.cpp

  Log Message:
  -----------
  TESTS: Add a unit test for writing LocStrings


  Commit: d296c169c17ddde5ef9e43387cbd45279cf7b6c5
      https://github.com/xoreos/xoreos-tools/commit/d296c169c17ddde5ef9e43387cbd45279cf7b6c5
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

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

  Log Message:
  -----------
  COMMON: Add an abstract base for seekable write streams


  Commit: d1de853e93c8af5cccd9ea648cf5b84ebe03898d
      https://github.com/xoreos/xoreos-tools/commit/d1de853e93c8af5cccd9ea648cf5b84ebe03898d
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

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

  Log Message:
  -----------
  COMMON: Set and implement a seekable base for memory writer streams


  Commit: baa12082145f6ae706485609298cce67f5dc79d2
      https://github.com/xoreos/xoreos-tools/commit/baa12082145f6ae706485609298cce67f5dc79d2
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

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

  Log Message:
  -----------
  COMMON: Set and implement a seekable base for file writer streams


  Commit: 6a92165bc22c40db09e3239acb2ed0a1decfd2e8
      https://github.com/xoreos/xoreos-tools/commit/6a92165bc22c40db09e3239acb2ed0a1decfd2e8
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

  Changed paths:
    M tests/common/memwritestream.cpp

  Log Message:
  -----------
  TESTS: Add seek related tests for memory write streams


  Commit: 8fc623eb9ace6b5bf861ff185d9187da397e3066
      https://github.com/xoreos/xoreos-tools/commit/8fc623eb9ace6b5bf861ff185d9187da397e3066
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

  Changed paths:
    M tests/common/writefile.cpp

  Log Message:
  -----------
  TESTS: Add seek related tests for file write streams


  Commit: 9eb12b41d83f11ca44cf4d4fdbba04c9fd8ed719
      https://github.com/xoreos/xoreos-tools/commit/9eb12b41d83f11ca44cf4d4fdbba04c9fd8ed719
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

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

  Log Message:
  -----------
  AURORA: Add writer for ERF files


  Commit: 801f3eb5854849cca4148a6824866c12f2d03cea
      https://github.com/xoreos/xoreos-tools/commit/801f3eb5854849cca4148a6824866c12f2d03cea
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

  Changed paths:
    A tests/aurora/erfwriter.cpp
    M tests/aurora/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for the ERF writer


  Commit: 9b49fb85ca3d6f240bd5013cd2a6b54d19d50742
      https://github.com/xoreos/xoreos-tools/commit/9b49fb85ca3d6f240bd5013cd2a6b54d19d50742
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

  Changed paths:
    M .gitignore
    A src/erf.cpp
    M src/rules.mk

  Log Message:
  -----------
  ERF: Add tool for packing files into an ERF archive


  Commit: 422710310cb7f9ede549c7737277a180e69368d4
      https://github.com/xoreos/xoreos-tools/commit/422710310cb7f9ede549c7737277a180e69368d4
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

  Changed paths:
    M README.md

  Log Message:
  -----------
  DOCS: Add hint for ERF tool in README.md


  Commit: 9460d93dcbd135a1b65dbf1890b7e858a2b92af5
      https://github.com/xoreos/xoreos-tools/commit/9460d93dcbd135a1b65dbf1890b7e858a2b92af5
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

  Changed paths:
    M src/unerf.cpp

  Log Message:
  -----------
  UNERF: Flush the stdout after each extraction status message

So that an error will always print behind the "...".


  Commit: 16b07374b5290fb82bebcc22d42787611f3aa245
      https://github.com/xoreos/xoreos-tools/commit/16b07374b5290fb82bebcc22d42787611f3aa245
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

  Changed paths:
    M src/erf.cpp

  Log Message:
  -----------
  ERF: Flush the stdout after each packing status message

So that an error will always print behind the "...".


  Commit: 99a94fbc1c97514bba6c0d6ed067ef15d9ebaf4b
      https://github.com/xoreos/xoreos-tools/commit/99a94fbc1c97514bba6c0d6ed067ef15d9ebaf4b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

  Changed paths:
    M src/convert2da.cpp
    M src/erf.cpp
    M src/fixpremiumgff.cpp
    M src/gff2xml.cpp
    M src/tlk2xml.cpp
    M src/unerf.cpp
    M src/unkeybif.cpp
    M src/unrim.cpp
    M src/xoreostex2tga.cpp

  Log Message:
  -----------
  ALL: Group command line options consistently


  Commit: a7f948b760757671c1b7114fe594821194344838
      https://github.com/xoreos/xoreos-tools/commit/a7f948b760757671c1b7114fe594821194344838
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

  Changed paths:
    M ChangeLog

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


Compare: https://github.com/xoreos/xoreos-tools/compare/ad523dce4368...a7f948b76075
      **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