[game-data-packager] branch master updated (8d73e2e -> 1687a1e)

Simon McVittie smcv at debian.org
Fri Jan 8 09:14:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a change to branch master
in repository game-data-packager.

      from  8d73e2e   add Douglas Adams's "Bureaucracy" game
       new  3f90109   make-template: do not omit first character of md5 when disambiguating
       new  b3b8d2e   GameData: do not parse packages that have been disabled at all
       new  5f6df49   umod: filename lengths are a compact index
       new  60846f2   umod: tolerate weirder manifest entries, for UTbasePatch436nodelta.exe
       new  aa36a50   umod unpacker: print a bit of metadata before printdir()
       new  af19895   unreal: set longname for Fusion map pack
       new  9ebb125   Consistently substitute variables everywhere we use install_to
       new  ce53d5b   Lazily initialize PackagingTask.packaging
       new  467a53f   consider_stream: do not try to unpack a file more than once
       new  0643252   use_file: try to match against an iterable of candidates, not a single file
       new  02e2e5a   umod test: fix mode, fix interpreter, add copyright
       new  fd16b18   Add a test for HashedFile matching
       new  eb25403   unreal: mention specifically what the reference CD is
       new  a280700   unreal: share some data with Unreal Tournament (1999)
       new  c6ea5c8   run_command_line: build all packages if argument matches game name
       new  1687a1e   unreal plugin: support Unreal Tournament (1999) too, they're similar

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                      |   1 +
 data/wip/unreal.yaml                          |  74 ++++---
 game_data_packager/__init__.py                |   4 +-
 game_data_packager/build.py                   | 278 +++++++++++++-------------
 game_data_packager/games/doom_common.py       |  10 +-
 game_data_packager/games/ecwolf_common.py     |   5 +-
 game_data_packager/games/residualvm_common.py |   6 +-
 game_data_packager/games/unreal.py            |  60 ++++--
 game_data_packager/games/z_code.py            |   5 +-
 game_data_packager/make_template.py           |   2 +-
 game_data_packager/unpack/umod.py             |  89 ++++++---
 tests/hashed_file.py                          |  89 +++++++++
 tests/umod.py                                 |  17 +-
 13 files changed, 415 insertions(+), 225 deletions(-)
 create mode 100755 tests/hashed_file.py
 mode change 100644 => 100755 tests/umod.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list