Age | Commit message (Collapse) | Author |
|
Now multiple languages can be packed in a single MIX file
|
|
The tool was only supporting a very restricted subset of the PBM
format, as written by gimp. Now it should support reading any
PDM file.
|
|
|
|
|
|
This reverts commit 62cf04f5022953542540ab0d1a3dca4aae9adf18.
|
|
He was last active in 2009 and has long moved on to work on other things.
|
|
The GUI system was originally written completely by me, as is easily
verifiable by inspecting the commit logs of the gui subdirectory, or e.g.
specific files like gui/widget.cpp.
|
|
|
|
|
|
Add feature flag to create_project to set USE_TEXT_CONSOLE_FOR_DEBUGGER
with --enable-text-console like configure script
|
|
|
|
This removes the need for separate scripts for every version
|
|
|
|
Moved most generation differences to a MSVCVersion class, makes it
easier to support new versions without tracking down if-checks everywhere.
|
|
Changed order of credits for Blade Runner to alphabetical
|
|
|
|
|
|
|
|
|
|
|
|
bugfix: search with full path for .xls existence before trying the xlsx
|
|
If the englishTranscript.xls is not found, the englishTranscript.xlsx will be used instead
Google sheets supports download to xlsx, so this addition was needed.
Also tested the font tool with Pillows image library (PIL fork) which works ok, and updated README file.
|
|
|
|
This fixes the "%s can not use this item" string. AFAIK this message never appears. It would require to place an item into a character's hand which he/she can't use and right-click use it. However, when you place such an unusable item in a character's hand the slot will be greyed out/disabled immediately and can no longer be clicked.
|
|
|
|
French localization has an empty AUD file. Only the header is present and seems corrupted
This is DCLER_0030_00041ECE in TLK0A. It is an unused audio file ("boop" in ENG localization), but skipping it would cause issues with the translation excel, ie. one row missing. The fix is to create a placeholder empty wav file in order to not ignore this empty quote. The bug affected the spreasheet creator tool.
|
|
Changes in devtools/module.mk were reverted
|
|
quoteSpreadsheetCreator exports dev commentary and some optional speech audio from SFX.MIX
|
|
|
|
Now we should specify target encoding per used font
If an encoding is not specified in configureFontsTraslation.txt, the default is used
|
|
Blade Runner uses IBM437 encoding for its TRx resources
This covers the ENG, FRA, DEU, ITA and ESP versions.
The ERRORMSG.TRx use different encoding (Latin-1) but with a few bugs (a few character encoded with IBM437)
More work would probably be required for the RUS version.
|
|
|
|
|
|
|
|
|
|
|
|
mixResourceCreator now additionally supports ITA, FRA, ESP, GER
|
|
All scripts got better info and debug messages.
Also improved the --trace switch for all scripts and fixed some code formatting issues.
|
|
Also a small fix for the help mode of quoteSpreadsheetCreator tool
|
|
Versions supported are English, German, French, Italian and Spanish
More work would be required for Russian versions to be supported by the spreadsheet creator.
I don't have access to the Russian version that ScummVM currently supports/in the detection table.
Current implementation could be improved (to do away with all the if clauses for the glyph "exceptions")
but this is not high priority.
|
|
|
|
Requiring python to be in env variables
This should be more portable (there's an error message if the python in env is not 2.7)
|
|
And minor readme update
|
|
|
|
|
|
Also fixed broken modes for fontCreator and quotesSpreadsheetCreator scripts
|
|
Updated documentation and fixed broken font export mode for fontCreator.py
|
|
|
|
Also added missing (renamed) script for MIX packer
|
|
add make rules for output FON and MIX files
Create wrappers for all scripts to check for python 2.7
update module.mk to create FON file, then create the SUBTITLES.MIX file
Remove the intermediate TRE files.
Input is expected to be in sampleInput folder
|