Age | Commit message (Collapse) | Author |
|
Also realign arrays to make them (a bit) more readable.
These modifications don't modify Hugo.dat
svn-id: r53983
|
|
svn-id: r53966
|
|
svn-id: r53965
|
|
svn-id: r53900
|
|
svn-id: r53864
|
|
svn-id: r53859
|
|
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
|
|
svn-id: r53668
|
|
lskovlun. We got better functionality in ScummVM now (the parser_words debug command)
svn-id: r53655
|
|
svn-id: r53654
|
|
tools, after discussing with lskovlun. We got better functionality than these in ScummVM now
svn-id: r53653
|
|
lskovlun. It was supposed to be the underpinning for a VM that never materialized
svn-id: r53652
|
|
lskovlun. We got a more advanced functionality in ScummVM now
svn-id: r53650
|
|
* I hope this is the right place to to this ;).
svn-id: r53642
|
|
svn-id: r53590
|
|
checks alphabetically
svn-id: r53566
|
|
svn-id: r53564
|
|
svn-id: r53560
|
|
svn-id: r53557
|
|
svn-id: r53530
|
|
svn-id: r53448
|
|
Our tools/update-version.pl script always keeps this empty.
But it will make integration of the create_project patch smoother.
svn-id: r53427
|
|
svn-id: r53422
|
|
svn-id: r53421
|
|
svn-id: r53164
|
|
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
|
|
svn-id: r53160
|
|
svn-id: r53123
|
|
svn-id: r53109
|
|
svn-id: r53104
|
|
svn-id: r53087
|
|
This is only done for the release target and not the debug target.
svn-id: r53065
|
|
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
|
|
svn-id: r52981
|
|
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
|
|
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
|
|
svn-id: r52935
|
|
svn-id: r52901
|
|
svn-id: r52754
|
|
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
|
|
This file was supposed to be committed in r52696...
svn-id: r52709
|
|
svn-id: r52696
|
|
- Tweaked create_translations to ignore fuzzy translations.
- Fixed some formatting and removed extra whitespaces.
svn-id: r52638
|
|
svn-id: r52624
|
|
svn-id: r52622
|
|
Fix typos and suppress all identical noun arrays.
svn-id: r52596
|
|
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
|
|
svn-id: r52496
|
|
svn-id: r52485
|
|
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
|