[xoreos-git] [xoreos/xoreos-tools] f9096f: DOCS: Make it clearer when to use --nwn2 and --jad...

GitHub noreply at github.com
Wed Jun 27 15:18:39 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos-tools
  Commit: f9096fea18208fc021da013b3a34fd0350d19223
      https://github.com/xoreos/xoreos-tools/commit/f9096fea18208fc021da013b3a34fd0350d19223
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-27 (Wed, 27 Jun 2018)

  Changed paths:
    M man/unerf.1

  Log Message:
  -----------
  DOCS: Make it clearer when to use --nwn2 and --jade in unerf


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

  Changed paths:
    M src/aurora/erfwriter.cpp

  Log Message:
  -----------
  AURORA: Write files with kFileTypeNone as kFileTypeRES into ERFs

That's how, for example, NWN's original nwhak.exe tool does it.
Our kFileTypeNone type is not a real, existing type anyway.


  Commit: 2875f6f110d8ac1ae514ea81679106aa9cbb8e44
      https://github.com/xoreos/xoreos-tools/commit/2875f6f110d8ac1ae514ea81679106aa9cbb8e44
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-27 (Wed, 27 Jun 2018)

  Changed paths:
    M src/aurora/types.h

  Log Message:
  -----------
  AURORA: Add kFileTypeMAXArchive, for range checks

Many archives in BioWare games don't save extensions of files.
Instead, they use a numerical type ID. Our FileType enum maps these
to code-useable, human-readable values, and we have functions to
convert these to and from file extensions.

However, xoreos also indexes files that are not found in archives at
all. These don't have a numerical ID usable for those archives.
Instead, we just allocate those numbers arbitrarily.

The new value kFileTypeMAXArchive defines the upper limit for file
types with numerical IDs for archives. All file types above that limit
are "virtual".


  Commit: 0f8c9ec3b628db737c1dcc064079072f95287900
      https://github.com/xoreos/xoreos-tools/commit/0f8c9ec3b628db737c1dcc064079072f95287900
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-27 (Wed, 27 Jun 2018)

  Changed paths:
    M src/aurora/erfwriter.cpp

  Log Message:
  -----------
  AURORA: Write files with virtual types as kFileTypeRES into ERFs


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

  Changed paths:
    M src/aurora/util.h

  Log Message:
  -----------
  AURORA: Document that aliasFileType is used for reading files


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

  Changed paths:
    M src/aurora/util.cpp

  Log Message:
  -----------
  AURORA: Condense aliasing in aliasFileType()

Makes it more readable, more clearer what is going on.


  Commit: 35cac00592b44701aa7eff1e80627985a60531e7
      https://github.com/xoreos/xoreos-tools/commit/35cac00592b44701aa7eff1e80627985a60531e7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-27 (Wed, 27 Jun 2018)

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

  Log Message:
  -----------
  AURORA: Add unaliasFileType(), for writing files

The counterpart to aliasFileType().


  Commit: 51fe8235a1295aed063149ca7eecb10e9f4475ea
      https://github.com/xoreos/xoreos-tools/commit/51fe8235a1295aed063149ca7eecb10e9f4475ea
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-27 (Wed, 27 Jun 2018)

  Changed paths:
    M man/erf.1

  Log Message:
  -----------
  DOCS: State which games use ERF V1.0 in the erf manpage


  Commit: 9b57b6136429c56d7a559061ce32d33248e9027c
      https://github.com/xoreos/xoreos-tools/commit/9b57b6136429c56d7a559061ce32d33248e9027c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-06-27 (Wed, 27 Jun 2018)

  Changed paths:
    M man/erf.1
    M src/aurora/erfwriter.cpp
    M src/erf.cpp

  Log Message:
  -----------
  ERF: Add support for unaliasing files according to Jade Empire rules

This makes it possible to correctly create Jade Empire ERF archives.


Compare: https://github.com/xoreos/xoreos-tools/compare/00bac2ade6e1...9b57b6136429
      **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