aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-13BASE: Add feature string for liba52 support.Torbjörn Andersson
2019-01-13BLADERUNNER: Merged chapter & scene debugger commandPeter Kohaut
2019-01-12BLADERUNNER: Fixed more compilation errorsPeter Kohaut
2019-01-12BLADERUNNER: Fix compilation errorsPeter Kohaut
2019-01-12BLADERUNNER: Added debugging output for scriptsPeter Kohaut
Also added last few missing script commands.
2019-01-12BLADERUNNER: Fixed enabling combat mode in scriptsPeter Kohaut
Fixed Zuben chase. Added name of some flags used in the China town.
2019-01-12MUTATIONOFJB: Fix SETANIM and add support for pickupable statics.Ľubomír Remák
2019-01-12MUTATIONOFJB: Add support for SETANIM command.Ľubomír Remák
2019-01-09BLADERUNNER: Fixed scene video resumePeter Kohaut
Video in the back was always reset to the 1st frame. Now it is working properly. Also added game pause when the debugger is opened.
2019-01-08BLADERUNNER: Fixed Zuben death animationPeter Kohaut
Animation was not playing due to wrong switch statment
2019-01-08BLADERUNNER: Player deathPeter Kohaut
Added original game behavior when player died, 5 second wait and then load screen.
2019-01-08BLADERUNNER: Replace assert with a debug messagePeter Kohaut
Replaced the assert in pathfinding code so game can be playable.
2019-01-08BLADERUNNER: Fix tooltip framePeter Kohaut
Text was touching bottom edge of the tooltip.
2019-01-08BLADERUNNER: Remove right-click walk skipPeter Kohaut
This feature is not in the original game and it is a bug.
2019-01-07TITANIC: Fix some incorrect switch fall throughsPaul Gilbert
2019-01-06GLK: FROTZ: Fix text display for v6 gamesPaul Gilbert
2019-01-06GLK: FROTZ: Set default colors for v6 gamesPaul Gilbert
2019-01-06GLK: FROTZ: Default white color for v6 game backgroundPaul Gilbert
2019-01-06GLK: FROTZ: Force v6 games to 320x200Paul Gilbert
As much as I'd like to allow for variable resolution sizes, the graphics in Zork Zero are geared specifically for a 320x200 screen. Maybe in the future I can allow for automatic stretching to fit any screen size, but for now it's more important to get the v6 games working at all
2019-01-06GLK: FROTZ: Fix #10869 Crash initializing undo dataPaul Gilbert
2019-01-06GLK: ALAN2: Resolve some TODOs. Some cleanupFilippos Karapetis
2019-01-06GLK: ALAN2: Initialize game file nameFilippos Karapetis
2019-01-06SCI32: Fix QFG4 forest pathfindingVhati
Adds workarounds for odd detours during entry, bugs #10857, #10858
2019-01-06DEVTOOLS: Create new module.mk in create_bladerunnerantoniou79
Changes in devtools/module.mk were reverted
2019-01-06DEVTOOLS: Quotes Excel creator exports extra audioantoniou79
quoteSpreadsheetCreator exports dev commentary and some optional speech audio from SFX.MIX
2019-01-06DEVTOOLS: Updated readme details on MIXResourceCreatorantoniou79
2019-01-06DEVTOOLS: Create SUBTITLES.MIX for En, It, Fr, De, Esantoniou79
Now we should specify target encoding per used font If an encoding is not specified in configureFontsTraslation.txt, the default is used
2019-01-06DEVTOOLS: Fixed encoding of exported text from gameantoniou79
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-06DEVTOOLS: Additional validation checks for Excel creatorantoniou79
2019-01-06DEVTOOLS: POGO sheet and DEV commentary are now optionalantoniou79
2019-01-06DEVTOOLS: Improved Ids for dev I_SEZ quotesantoniou79
2019-01-06DEVTOOLS: Placeholder VQA sheets, POGO, DEV COMMENTARYantoniou79
2019-01-06DEVTOOLS: Update Readme and sample command filesantoniou79
2019-01-06BLADERUNNER: Add localized text for Subtitles KIA optionantoniou79
2019-01-06BLADERUNNER: Move Subtitles option further rightantoniou79
In Spanish version the 'Designers Cut' translated option overlapped with Subtitles option
2019-01-06BLADERUNNER: All versions have ENG for BRLOGO and WSTLGOantoniou79
All game language versions have the English VQA for the logo videos Do not append the localization suffix to those two, but use the '_E' suffix instead.
2019-01-06DEVTOOLS: BladeRunner MIX multilanguage supportantoniou79
mixResourceCreator now additionally supports ITA, FRA, ESP, GER
2019-01-06DEVTOOLS: Script code cleanupantoniou79
All scripts got better info and debug messages. Also improved the --trace switch for all scripts and fixed some code formatting issues.
2019-01-06DEVTOOLS: Documentation of lang descr switchantoniou79
Also a small fix for the help mode of quoteSpreadsheetCreator tool
2019-01-06DEVTOOLS: Multilingual support for quoteSpreadsheetCreatorantoniou79
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-06DEVTOOLS: instructions for make in readmeantoniou79
2019-01-06DEVTOOLS: Revert to python envantoniou79
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-06DEVTOOLS: BladeRunner module.mk updateantoniou79
And minor readme update
2019-01-06DEVTOOLS: BladeRunner module.mk updateantoniou79
2019-01-06DEVTOOLS: Blade Runner further readme fixantoniou79
2019-01-06DEVTOOLS: BladeRunner readme updateantoniou79
Also fixed broken modes for fontCreator and quotesSpreadsheetCreator scripts
2019-01-06DEVTOOLS: Fix Blade runner font exportantoniou79
Updated documentation and fixed broken font export mode for fontCreator.py
2019-01-06DEVTOOLS: update sample command txt filesantoniou79
2019-01-06DEVTOOLS: Bladerunner python libs in try exceptantoniou79
Also added missing (renamed) script for MIX packer
2019-01-06DEVTOOLS: semi-auto creation of SUBTITLES.MIXantoniou79
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