Commit graph

11 commits

Author SHA1 Message Date
nia
e3451cd85e games: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:43:43 +00:00
nia
9cd4d06302 games: Remove SHA1 hashes for distfiles 2021-10-07 14:07:10 +00:00
adam
9b790c1604 scummvm-tools: updated to 2.1.0
2.1.0 (2019-10-13)
 - Fix bug 10559: Add workaround to compress_scumm_sou for non-VOC speech
   sample in monster.sou of Indiana Jones and the Fate of Atlantis.
 - Improve endianness handling of internal FLAC encoder.
 - Add tool to create HDFRAMES.DAT file for Blade Runner game.
 - Major rewrite of extract_prince tool.
 - Implement decompiler for Prince game scripts.
 - Rework the Mohawk engine tools.
 - Add tool to extract Hyperspace Delivery Boy! game archives.

2.0.0 (2017-12-17)
 - Fix handling of output path for the compress_touche tool.
 - Fix handling of input path for the extract_cine tool. It was only working
   when run from the directory that contains the game data.
 - Fix memory corruption that could cause random errors during extraction when
   using the extract_cine tool.

1.9.0 (2016-10-27)
 - Fix random crashes in the tool to convert Broken Sword 1 speech files.

1.8.0 (2016-03-04)
 - Add a tool to compress Tony Tough's ADP files.
 - Add extraction and packing tools for The Prince and the Coward.
 - Fix detection and decoding of BS1 big endian speech data in compress_sword1.
 - Fix inputs handling for extract_gob_stk.

1.7.0 (2014-07-21)
 - Add support for CGE 2 (Sfinx) in extract_cge and pack_cge tools.
 - Add option to run some of the tools in the GUI  on all the files with the same
   extension (e.g. run compress_scumm_san on all *.san files).
 - Improve support for sub-directory structure in Broken Sword 1 (e.g. when the
   files are in the Clusters, Music and Speech sub-directories).
 - Fix issue with output file name in compress_sword2 tool when specifying an
   output directory (the output file name was empty with only an extension).
 - Fix issue when trying to use compress_scumm_san more than once in the GUI
   tool.

1.6.0 (2013-05-31)
 - Fix crash when compiling with wxWidgets 2.9.
 - Add two tools to extract and repackage the Soltys game data.
 - Fix bug 3093138: "compress_tucker with ScummVM CLI Tools not working".
 - Fix bug 3280674: "ScummTools do not compress monster.sou of german fdd-version"
 - Fix various issues on case sensitive systems when looking for input files
   (e.g. in compress_tucker or compress_sword1 the sub-directories and input
   files needed to be all uppercase).
 - Improve tool detection and inputs handling for tools that require multiple
   input files or an input directory (in both the GUI and command line).
 - Add signature to compressed Tinsel .smp to match the one at the start of
   the .idx file. This ensures that no sound starts at offset 0, since that is
   interpreted as the sound missing. This fixes the first line of speech when
   Rincewind wakes up at the beginning of Discworld 1.
 - Fix too long help string for compression tools in the extra input file
   selection which made the file selection impossible because the widgets
   were outside the window.
 - Respect given output directory in compress_tinsel.
2019-10-14 19:18:15 +00:00
joerg
00e4498485 Don't expect pointers to be ordered relative to 0. 2016-12-15 23:53:38 +00:00
agc
002d349f92 Add SHA512 digests for distfiles for games category
Problems found locating distfiles:
	Package blokus: missing distfile blokus-1.1.tar.gz
	Package crossfire-client: missing distfile crossfire-client-images-1.11.0.tar.gz
	Package dungeon: missing distfile dungeon-gdt-glk.tar.gz
	Package gate88: missing distfile Gate88_Mar19_05.tar.gz
	Package gnuchess4: missing distfile gnuchess-4.0.pl80.tar.gz
	Package ioquake3-pk3: missing distfile quake3-latest-pk3s.zip
	Package rollemup: missing distfile Rollemup.tar.gz
	Package tscp: missing distfile tscp181.zip
	Package xbat: missing distfile xev111.tar.gz
	Package xgalaga: missing distfile xgalaga-2.0.34.tar.gz
	Package xrick: missing distfile xrick-021212.tgz
	Package xskat: missing distfile xskat-cards.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 20:56:42 +00:00
joerg
d4eff94e66 Disable optimisation for disassembler.cpp for Clang, it will eat too
much memory.
2013-12-15 19:37:41 +00:00
joerg
762a64f7b6 Accessor functions must not be in boost namespace as they are used too
early.
2012-11-16 00:51:35 +00:00
marino
d62a280e00 games/scummvm-tools: Fix DragonFly regression
Add DragonFly to the list of POSIX systems to fix build.
2012-08-18 07:42:28 +00:00
wiz
3517a81835 Update to 1.4.0:
1.4.0 (????-??-??)
 - Updated the compress_sci tool to add support for compressing the AUDIO001.002
   audio files of the CD versions of King's Quest 5 and Jones in the Fast Lane.

1.3.0 (2011-05-28)
 - Fix bug #3092367: "TOOLS: Improve GUI for Ogg encoding options".

1.2.0 (2010-10-15)
 - Add extract_fascination_cd tool for extracting STK archives from a mode1/2048
   Fascination CD image.
 - Fix bug #2984225: "Tools: configure should check if libwxgtk2.8-dev is installed".
 - Add version information to tools.
 - Respect $BINDIR when installing (similar to ScummVM).
 - Fix bug #2983010: GUI Tools builds even if optioned out.
 - Change the behavior of the CLI flags for MP3 encoding.
 - Add option to process other files at the end of a process.
 - Improve visual feedback after a process has finished. It should now be clear that
   it has finished and whether it was a success or not.

1.1.1 (2010-05-02)
 First tools version to contain a NEWS file.

 - Improve the way the images are loaded for the tools GUI. It increases the chances of success.
 - Fix bug #2984217: "Tools: The media directory is not intalled".
 - Fix bug #2905473: "GUI Tools: cannot use lame with compress_scumm_sou".
 - Patch #2982306: "set MP3 ABR bit rate in GUI Tools".
 - Patch #2982090: "Tools: include unistd.h for unlink".
 - Patch #2982091: "Tools: use $(INSTALL) instead of install".
 - Fix endian problem in create_sjisfnt.
2012-08-12 22:00:34 +00:00
wiz
fc875b7f07 Fix build with png-1.5. 2011-04-03 11:20:46 +00:00
dillo
fcdb2e84a2 Import scummvm-tools 0.9.0, a collection of extraction, conversion,
and compression tools for games supported by ScummVM.
2006-07-02 09:47:44 +00:00