[game-data-packager] branch master updated (ba77477 -> ab11040)

Simon McVittie smcv at debian.org
Wed Jan 13 00:06:50 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  ba77477   fedora: also fix-up bash-completion for new path
       new  ad5e655   yaml2json: rename to compile_yaml
       new  15bc99c   yaml2json: restore its original functionality
       new  6480808   launcher: remove assertion left over from testing
       new  d90af1b   Fix syntax when editing Unreal Classic Manifest.ini
       new  e6c19a1   unreal, unreal-gold: symlink files from unreal-ut99-shared-data
       new  9f72cbb   Use JSON for launcher metadata to allow nested data structures
       new  b254ee7   Expand ${assets} at install-time in launcher (runtime) data
       new  732528b   launcher: refactor file-copying so it's independent of symlinking
       new  4300133   launcher: add support for editing Unreal-style ini files before launch
       new  964b4ca   unreal: identify files from patch 225f as OK but not what we want
       new  ab11040   unreal: exclude sha*sums of unwanted alternatives from installed files

The 11 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                                           |   18 +-
 data/wip/unreal.yaml                               | 1312 ++++++++++----------
 game_data_packager/games/doom_common.py            |    5 +-
 game_data_packager/games/unreal.py                 |    2 +-
 ...evels.desktop => doom2-masterlevels.desktop.in} |    2 +-
 runtime/launch-unreal-gold.yaml.in                 |   48 +
 runtime/launch-unreal.yaml.in                      |   48 +
 runtime/launcher.py                                |  279 +++--
 runtime/unreal-gold.desktop                        |   20 -
 runtime/unreal-gold.desktop.in                     |   10 +
 runtime/unreal.desktop                             |   20 -
 runtime/unreal.desktop.in                          |   10 +
 tools/{yaml2json.py => compile_yaml.py}            |    0
 .../__main__.py => tools/expand_vars.py            |   17 +-
 tools/yaml2json.py                                 |   83 +-
 15 files changed, 1023 insertions(+), 851 deletions(-)
 rename runtime/{doom2-masterlevels.desktop => doom2-masterlevels.desktop.in} (78%)
 create mode 100644 runtime/launch-unreal-gold.yaml.in
 create mode 100644 runtime/launch-unreal.yaml.in
 delete mode 100644 runtime/unreal-gold.desktop
 create mode 100644 runtime/unreal-gold.desktop.in
 delete mode 100644 runtime/unreal.desktop
 create mode 100644 runtime/unreal.desktop.in
 copy tools/{yaml2json.py => compile_yaml.py} (100%)
 copy game_data_packager/__main__.py => tools/expand_vars.py (58%)

-- 
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