[scummvm-tools] branch upstream updated (9e03c0b -> b728186)

Stephen Kitt skitt at moszumanska.debian.org
Fri Mar 18 12:45:10 UTC 2016


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

skitt pushed a change to branch upstream
in repository scummvm-tools.

      from  9e03c0b   Imported Upstream version 1.7.0
       new  b728186   Imported Upstream version 1.8.0

The 1 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:
 COPYRIGHT                                          |   2 +-
 Makefile                                           |  52 +-
 Makefile.common                                    |   4 +
 NEWS                                               |   6 +
 common/scummsys.h                                  |  43 +-
 common/util.cpp                                    |   4 -
 compress.cpp                                       |   8 +-
 configure                                          |  33 +-
 convert_dxa.bat                                    |   2 +-
 convert_dxa.sh                                     |   2 +-
 create_sjisfnt.cpp                                 |   2 +-
 dists/macosx/Info.plist                            |   8 +-
 dists/macosx/Info.plist.in                         |   4 +-
 dists/msvc10/toolscli.vcxproj                      |   6 +-
 dists/msvc10/toolscli.vcxproj.filters              |  14 +-
 dists/msvc9/ScummVMTools_Global.vsprops            |  18 +
 dists/msvc9/degob.vcproj                           |  10 +-
 dists/msvc9/tools.sln                              |   2 +-
 dists/msvc9/toolscli.vcproj                        |  84 +-
 dists/msvc9/toolsgui.vcproj                        | 180 ++--
 dists/scummvmtools.rc                              |  10 +-
 dists/scummvmtools.rc.in                           |   2 +-
 dists/win32/ScummVM Tools.iss                      |   2 +-
 dists/win32/scummvm-tools.nsi                      |   6 +-
 dists/win32/scummvm-tools.nsi.in                   |   2 +-
 engines/gob/degob_script.cpp                       |   4 -
 engines/gob/degob_script_littlered.cpp             |  13 +-
 engines/gob/extract_gob_stk.cpp                    |  14 +-
 engines/gob/extract_gob_stk.h                      |   2 +
 engines/kyra/dekyra.cpp                            |   4 +-
 engines/mohawk/utils/file.cpp                      |   9 +-
 engines/mohawk/utils/file.h                        |   9 +-
 engines/mohawk/utils/stream.h                      |  11 +-
 engines/prince/extract_prince.cpp                  | 794 ++++++++++++++++++
 .../{cge/pack_cge.h => prince/extract_prince.h}    |  58 +-
 engines/prince/pack_prince.cpp                     | 932 +++++++++++++++++++++
 .../extract_gob_stk.h => prince/pack_prince.h}     |  52 +-
 engines/scumm/descumm.cpp                          |   2 +
 engines/sword1/compress_sword1.cpp                 |  80 +-
 engines/sword1/compress_sword1.h                   |   6 +-
 engines/tony/compress_tony.cpp                     | 226 +++++
 .../extract_loom_tg16.h => tony/compress_tony.h}   |  25 +-
 engines/tony/compress_tony_vdb.cpp                 | 251 ++++++
 .../compress_sword2.h => tony/compress_tony_vdb.h} |  32 +-
 gui/main.cpp                                       |   2 +-
 gui/pages.cpp                                      |   4 +-
 internal_version.h                                 |   2 +-
 sound/audiostream.h                                |   2 +-
 tool.cpp                                           |   6 +
 tools.cpp                                          |   8 +
 50 files changed, 2766 insertions(+), 288 deletions(-)
 create mode 100644 dists/msvc9/ScummVMTools_Global.vsprops
 create mode 100644 engines/prince/extract_prince.cpp
 copy engines/{cge/pack_cge.h => prince/extract_prince.h} (51%)
 create mode 100644 engines/prince/pack_prince.cpp
 copy engines/{gob/extract_gob_stk.h => prince/pack_prince.h} (60%)
 create mode 100644 engines/tony/compress_tony.cpp
 copy engines/{scumm/extract_loom_tg16.h => tony/compress_tony.h} (72%)
 create mode 100644 engines/tony/compress_tony_vdb.cpp
 copy engines/{sword2/compress_sword2.h => tony/compress_tony_vdb.h} (67%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/scummvm-tools.git



More information about the Pkg-games-commits mailing list