aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2010-10-24KYRA/PC98: workaround for missing delay opcodesFlorian Kagerer
The sequence data for the forest sequence in the Kyra PC-98 intro has no delay opcodes making it play way too fast on modern systems. This workaround adds the same delay opcodes to the sequence data that the other Kyra versions have. svn-id: r53761
2010-10-21CREDITS: Fix HTML entityWillem Jan Palenstijn
svn-id: r53668
2010-10-20SCI tools: Removing the now obsolete listwords tool, after discussing with ↵Filippos Karapetis
lskovlun. We got better functionality in ScummVM now (the parser_words debug command) svn-id: r53655
2010-10-20SCI tools: also removing obsolete file graphics_png.hFilippos Karapetis
svn-id: r53654
2010-10-20SCI tools: Removing the now obsolete classes, scriptdump and vocabdump ↵Filippos Karapetis
tools, after discussing with lskovlun. We got better functionality than these in ScummVM now svn-id: r53653
2010-10-20SCI tools: Removing the now obsolete old_objects tool, after discussing with ↵Filippos Karapetis
lskovlun. It was supposed to be the underpinning for a VM that never materialized svn-id: r53652
2010-10-20SCI tools: Removing the now obsolete sciunpack tool, after discussing with ↵Filippos Karapetis
lskovlun. We got a more advanced functionality in ScummVM now svn-id: r53650
2010-10-20TOOLS: Add OpenPandora to credits and replace GP2X/Wiz with GPH Devices.John Willis
* I hope this is the right place to to this ;). svn-id: r53642
2010-10-18CREDITS: Add lastexpress engineJulien Templier
svn-id: r53590
2010-10-18CREATE_MSVC: Added a missing check for sword25 and reordered some engine ↵Filippos Karapetis
checks alphabetically svn-id: r53566
2010-10-18CREATE_MSVC: Added support for libpng as wellFilippos Karapetis
svn-id: r53564
2010-10-18SCUMM: Correct incorrect demo entry for Backyard Football 2002.Travis Howell
svn-id: r53560
2010-10-17SCUMM: Fix Macintosh demo of Putt-Putt Joins the Parade.Travis Howell
svn-id: r53557
2010-10-16CREDITS: Added Toon engineSylvain Dupont
svn-id: r53530
2010-10-13CREDITS: Add Sword2.5 team. The wording was agreed with themEugene Sandulenko
svn-id: r53448
2010-10-13BASE: Add SVN_REVISION placehold to internal_version.h.inMax Horn
Our tools/update-version.pl script always keeps this empty. But it will make integration of the create_project patch smoother. svn-id: r53427
2010-10-13create_msvc: enable language extensions for SWORD25Filippos Karapetis
svn-id: r53422
2010-10-13create_msvc: Added support for USE_THEORADECFilippos Karapetis
svn-id: r53421
2010-10-12CREDITS: Added qvist to credits per his requestEugene Sandulenko
svn-id: r53164
2010-10-12TOOLS: Modified engine patch for use with skycpt and updated skycpt READMEDavid Turner
The Demo _does_ contain the Save/Load Panel resources, but not the required font #2. Have updated the patch to allow use of font #0, so the process for the CD demo is now the same as for the other versions of BASS. svn-id: r53163
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
svn-id: r53160
2010-10-10TOOLS: Fix typos in specialInfoLine arraysArnaud Boutonné
svn-id: r53123
2010-10-10HUGO: Move Dos strings from Parser to hugo.datArnaud Boutonné
svn-id: r53109
2010-10-10HUGO - Fix error in data (H1 Dos)Arnaud Boutonné
svn-id: r53104
2010-10-08TOON: Merged Toon engine to ScummVM trunkEugene Sandulenko
svn-id: r53087
2010-10-08TOOLS: Add RELEASE_BUILD to autogenerated MSVC project files.Johannes Schickel
This is only done for the release target and not the debug target. svn-id: r53065
2010-10-03DRASCULA: Improve French and German subtitlesThierry Crozat
It adds French and German subtitles to the Von Braun cutscene (see bug #3069981) and also improve the French translation overall. Thanks to SimSaw for the cutscene German subtitles. svn-id: r53002
2010-10-02SCUMM: update scumm-md5.txtFlorian Kagerer
svn-id: r52981
2010-09-30TOOLS: Added engine patch for use with skycpt and updated skycpt READMEDavid Turner
This patch removes the description for required code modification to sky engine for generation of RESET.* files from the README and places it into a patch file. This patch also adds two modifications which are required to get RESET.* with current codebase not mentioned in the README. svn-id: r52961
2010-09-29TOOLS : Fixes for skycpt use, particularly on case-sensitive OSDavid Turner
In order to allow for work on bug #1507756 "BASS: Officer Blunt wrong animation (?)", the skycpt tool needs to be run, but this was only previously used on case-insensitive OS i.e. Win32. To get this to work normally on case-sensitive OS i.e. Unix, a number of corrections were made to the hardcoded filenames to ensure the same case as the input files. Minor corrections : The README was also amended to deal with the pitfall of decompressing savefiles. Added output of each RESET.* file as processed so offending file can be seen on assertion. Corrected segfault on missing COMPACT.TXT, so exit is more graceful. svn-id: r52941
2010-09-28ALL: Fixup some #define namesMax Horn
svn-id: r52935
2010-09-26TOOLS: Add H1 Dos intro ticks to hugo.datArnaud Boutonné
svn-id: r52901
2010-09-16TOOLS: Add missing data for H1 DosArnaud Boutonné
svn-id: r52754
2010-09-15I18N: Fix create_translation tool when string contain special charactersThierry Crozat
The english or translated strings in the PO file might have representations of special characters (e.g. '\n') or protected characters (e.g. '\"') visible as in the source code. However at run time ScummVM expects them to be the special characters and not their visible representations. Now the create_translations tool does the substitution if it finds such characters. svn-id: r52739
2010-09-13TOOLS: Add staticfont.h to create_hugoArnaud Boutonné
This file was supposed to be committed in r52696... svn-id: r52709
2010-09-12TOOLS: Add fonts in hugo.dat for DOS versionArnaud Boutonné
svn-id: r52696
2010-09-08I18N: Don't use fuzzy translations.Jordi Vilalta Prat
- Tweaked create_translations to ignore fuzzy translations. - Fixed some formatting and removed extra whitespaces. svn-id: r52638
2010-09-07CREDITS: Fix typoWillem Jan Palenstijn
svn-id: r52624
2010-09-07CREDITS: Thanked for Drascula and Hugo sourcesEugene Sandulenko
svn-id: r52622
2010-09-06HUGO: Clean up creation toolArnaud Boutonné
Fix typos and suppress all identical noun arrays. svn-id: r52596
2010-09-06HUGO: Add hints in DOS versionsArnaud Boutonné
In DOS versions, display hints when mouse is over a hotspot. This behavior is based on the one of Hugo Win versions. svn-id: r52590
2010-09-02TOOLS: Suppress some dead code reported by CppcheckArnaud Boutonné
svn-id: r52496
2010-09-01HUGO: Fix labyrinth bug in Hugo 2 for WindowsArnaud Boutonné
svn-id: r52485
2010-08-30I18N: Modify create-translations tool to remove duplicate translationsThierry Crozat
The TranslationManager in ScummVM will pick up the translation associated to no context if present and if a translation could not be found for a specific context. Based on this, the create_translations tool will now remove the translation associated to a specific context if the same message has the same translation associated to no context. This generate a smaller translation.dat file, and this should also slightly improve performances (less strings to load from the file and smaller list in which to look for a translated message). svn-id: r52459
2010-08-28HUGO: Remove executable flag in create_hugo sourceSven Hesse
svn-id: r52421
2010-08-28HUGO: Some fixes for the create_hugo toolArnaud Boutonné
svn-id: r52420
2010-08-27HUGO: Fix GCC warnings in objects_xx initializationArnaud Boutonné
svn-id: r52418
2010-08-27HUGO: Fix some action types in the creation toolArnaud Boutonné
svn-id: r52417
2010-08-27HUGO: Fix "UNIX" redefinition on Unix-like systems in create_hugo.Johannes Schickel
svn-id: r52416
2010-08-27HUGO: Silence some const cast warnings in create_hugo.Johannes Schickel
svn-id: r52415