aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
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
2018-12-26KYRA: (LOL) - fix #10764 (Cannot Use Vaelan's Cube)athrxx
2018-12-25BUILD: Add fonts.dat to packaging rulesCameron Cawley
2018-12-25DEVTOOLS: Rename blade_runner to create_bladerunnerEugene Sandulenko
2018-12-25DEVTOOLS: Removed transcript excelantoniou79
2018-12-25DEVTOOLS: Blade Runner subtitles python scriptsantoniou79
2018-12-23MSVC: Update DLL paths in post-build scriptSupSuper
2018-12-23MSVC: Update post-build installer for Inno SetupSupSuper
2018-12-23MSVC: Fix unquoted paths in build eventsSupSuper
2018-12-23MSVC: Fix resource file revision include errorSupSuper
2018-12-23MSVC: Fix resource file not including translations.datSupSuper
2018-12-23MSVC: Add visualiser for unicode stringsSupSuper
2018-12-23MSVC: Fix natvis not being added to project in VS2017SupSuper
2018-12-23MSVC: Add visualisations for iterators and pointersSupSuper
2018-12-23MSVC: Cleanup natvis propertiesSupSuper
2018-12-23MSVC: Fix List visualisation showing infinite nodesSupSuper
2018-12-23MSVC: Fix HashMap visualisation showing dummy nodesSupSuper
2018-12-23MSVC: Replace MinimalRebuild with MultiProcessor flagSupSuper
MinimalRebuild is obsolete and MultiProcessorCompilation yields better performance.
2018-12-23CREATE_PROJECT: Fix MSVC warningsSupSuper
2018-12-16BACKENDS: Move OSX file browser into backendSupSuper
2018-12-16BACKENDS: Add base support for system dialogsSupSuper
2018-12-09GLK: Add entries for Glulxe and TADS sub-engines to credits.plPaul Gilbert
2018-12-08GLK: Fix remaining Gargoyle references identified by digitallPaul Gilbert
2018-12-08GLK: Add Gargoyle engine to credits.plPaul Gilbert
2018-11-27CREATE_PROJECT: Support building with Tremor instead of VorbisCameron Cawley
2018-11-17CREATE_PROJECT: Remove non-existent msvc8 from build stepsSupSuper
2018-11-16WIN32: Retrieve the version information for the resource script from ↵Cameron Cawley
base/internal_version.h
2018-11-15CREDITS: Add credits for DM, Prince, Illusions and MutationOfJB (#1394)Cameron Cawley
2018-11-14KYRA: (EOB) - add support for FM-Towns version of EOB IIathrxx
2018-10-28IOS: Support building in Xcode 10/iOS 12, and for iPhone X-like devices that ↵Yoshi Sugawara
have a "safe area" iOS 12 drops support for libstdc++, so the project needs to be compiled explicitly using libc++. Support the "safe area" when redrawing the view to leave space for the notch in portrait and landscape orientations.
2018-10-28KYRA: (LOL) - clean up sound map data formattingathrxx
This is a followup to the fix for bug #10665 (Urbish mines lobster having an invalid sound track number and causing invalid memory access).
2018-10-07DEVTOOLS: Fix Performance Issue Warning in create_project.D G Turner
This is the last fix for bug Trac #10655.
2018-10-07DEVTOOLS: Fix Compiler Warnings in create_cryo tool.D G Turner
Have compared output dat files from the tool before and after this change and they are identical.
2018-10-07DEVTOOLS: Fix Compiler Warnings in create_access Tool.D G Turner
These were various shadowed variable and unsigned vs. signed comparison warnings.
2018-10-07DEVTOOLS: Fix Compiler Warning in extract_mort tool.D G Turner
2018-10-07DEVTOOLS: Fix Possible Resource Leak in create_hugo tool.D G Turner
This is part of the fix for bug Trac #10655.
2018-10-06DEVTOOLS: Fix Missing Delete call in KYRA datfile creation tool.D G Turner
This is part of the fix for bug Trac #10655.