Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-23 | DEVTOOLS: BLADERUNNER: More Readme formatting (codacy) | Thanasis Antoniou | |
2019-07-23 | DEVTOOLS: BLADERUNNER: More quality fixes (codacy) | Thanasis Antoniou | |
2019-07-23 | DEVTOOLS: BLADERUNNER: Code quality improvements (Codacy issues) | Thanasis Antoniou | |
2019-07-22 | DEVTOOLS: BLADERUNNER: More readme formatting fixes | Thanasis Antoniou | |
2019-07-22 | DEVTOOLS: BLADERUNNER: Readme formatting fixes | Thanasis Antoniou | |
2019-07-11 | DEVTOOLS: BLADERUNNER: Fix Python 3 print syntax error | Thanasis Antoniou | |
2019-07-10 | DEVTOOLS: BLADERUNNER: Improved command line for TRE, FON, AUD libs | Thanasis Antoniou | |
2019-07-01 | DEVTOOLS: BLADERUNNER: Improve kerning for latin glyphs | Thanasis Antoniou | |
2019-06-30 | DEVTOOLS: BLADERUNNER: Full cp-1252 support for subtitles | Thanasis Antoniou | |
And additional bug fixes for font creation and detection of error cases | |||
2019-06-24 | DEVTOOLS: BLADERUNNER: Cleaner columns in VQA sheets | Thanasis Antoniou | |
2019-06-18 | DEVTOOLS: BLADERUNNER: Cleanup in readme | Thanasis Antoniou | |
2019-06-18 | DEVTOOLS: BLADERUNNER: Final readme formatting fix | Thanasis Antoniou | |
2019-06-18 | DEVTOOLS: BLADERUNNER: Fix readme.md formatting | Thanasis Antoniou | |
2019-06-18 | DEVTOOLS: BLADERUNNER: Fix creating MIX file regression | Thanasis Antoniou | |
2019-06-18 | DEVTOOLS: BLADERUNNER: Quick guide for transcriptions | Thanasis Antoniou | |
Also minor improvements in the python scripts Made audio links working again with LibreOffice Calc and added a subtitles version sheet in the python script that creates the Excel document and the audio links | |||
2019-05-29 | DEVTOOLS: BLADERUNNER: Added version sheet and EFIGS support | Thanasis Antoniou | |
Now multiple languages can be packed in a single MIX file | |||
2019-03-09 | DEVTOOLS: module.mk fix for BR subtitles xls/xlsx support | Thanasis Antoniou | |
bugfix: search with full path for .xls existence before trying the xlsx | |||
2019-03-09 | DEVTOOLS: Support xlsx extension for Blade Runner subtitles | Thanasis Antoniou | |
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. | |||
2019-01-21 | DEVTOOLS: Handle empty AUD file in Blade Runner | Thanasis Antoniou | |
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. | |||
2019-01-06 | DEVTOOLS: Create new module.mk in create_bladerunner | antoniou79 | |
Changes in devtools/module.mk were reverted | |||
2019-01-06 | DEVTOOLS: Quotes Excel creator exports extra audio | antoniou79 | |
quoteSpreadsheetCreator exports dev commentary and some optional speech audio from SFX.MIX | |||
2019-01-06 | DEVTOOLS: Updated readme details on MIXResourceCreator | antoniou79 | |
2019-01-06 | DEVTOOLS: Create SUBTITLES.MIX for En, It, Fr, De, Es | antoniou79 | |
Now we should specify target encoding per used font If an encoding is not specified in configureFontsTraslation.txt, the default is used | |||
2019-01-06 | DEVTOOLS: Fixed encoding of exported text from game | antoniou79 | |
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. | |||
2019-01-06 | DEVTOOLS: Additional validation checks for Excel creator | antoniou79 | |
2019-01-06 | DEVTOOLS: POGO sheet and DEV commentary are now optional | antoniou79 | |
2019-01-06 | DEVTOOLS: Improved Ids for dev I_SEZ quotes | antoniou79 | |
2019-01-06 | DEVTOOLS: Placeholder VQA sheets, POGO, DEV COMMENTARY | antoniou79 | |
2019-01-06 | DEVTOOLS: Update Readme and sample command files | antoniou79 | |
2019-01-06 | DEVTOOLS: BladeRunner MIX multilanguage support | antoniou79 | |
mixResourceCreator now additionally supports ITA, FRA, ESP, GER | |||
2019-01-06 | DEVTOOLS: Script code cleanup | antoniou79 | |
All scripts got better info and debug messages. Also improved the --trace switch for all scripts and fixed some code formatting issues. | |||
2019-01-06 | DEVTOOLS: Documentation of lang descr switch | antoniou79 | |
Also a small fix for the help mode of quoteSpreadsheetCreator tool | |||
2019-01-06 | DEVTOOLS: Multilingual support for quoteSpreadsheetCreator | antoniou79 | |
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. | |||
2019-01-06 | DEVTOOLS: instructions for make in readme | antoniou79 | |
2019-01-06 | DEVTOOLS: Revert to python env | antoniou79 | |
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) | |||
2019-01-06 | DEVTOOLS: BladeRunner module.mk update | antoniou79 | |
And minor readme update | |||
2019-01-06 | DEVTOOLS: BladeRunner module.mk update | antoniou79 | |
2019-01-06 | DEVTOOLS: Blade Runner further readme fix | antoniou79 | |
2019-01-06 | DEVTOOLS: BladeRunner readme update | antoniou79 | |
Also fixed broken modes for fontCreator and quotesSpreadsheetCreator scripts | |||
2019-01-06 | DEVTOOLS: Fix Blade runner font export | antoniou79 | |
Updated documentation and fixed broken font export mode for fontCreator.py | |||
2019-01-06 | DEVTOOLS: update sample command txt files | antoniou79 | |
2019-01-06 | DEVTOOLS: Bladerunner python libs in try except | antoniou79 | |
Also added missing (renamed) script for MIX packer | |||
2019-01-06 | DEVTOOLS: semi-auto creation of SUBTITLES.MIX | antoniou79 | |
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 | |||
2018-12-25 | DEVTOOLS: Rename blade_runner to create_bladerunner | Eugene Sandulenko | |