aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2019-07-01CREATE_PROJECT: Remove obsolete "browser.cpp" hackSupSuper
browser.cpp no longer depends on the target platform since pull request #1414
2019-06-30DEVTOOLS: BLADERUNNER: Full cp-1252 support for subtitlesThanasis Antoniou
And additional bug fixes for font creation and detection of error cases
2019-06-24DEVTOOLS: BLADERUNNER: Cleaner columns in VQA sheetsThanasis Antoniou
2019-06-22ALL: Fix -Wnewline-eof warningsCameron Cawley
2019-06-19CREATE_PROJECT: Use name-based UUIDs for MSVC projectsSupSuper
This keeps the project UUIDs consistent between regenerations, avoiding excessive workspace reloads.
2019-06-18DEVTOOLS: BLADERUNNER: Cleanup in readmeThanasis Antoniou
2019-06-18DEVTOOLS: BLADERUNNER: Final readme formatting fixThanasis Antoniou
2019-06-18DEVTOOLS: BLADERUNNER: Fix readme.md formattingThanasis Antoniou
2019-06-18DEVTOOLS: BLADERUNNER: Fix creating MIX file regressionThanasis Antoniou
2019-06-18DEVTOOLS: BLADERUNNER: Quick guide for transcriptionsThanasis 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-06-09XEEN: Fix mistakes in xeen.ccs datafile, bump up version numberPaul Gilbert
2019-06-09XEEN: Add missing armor class modifiersPeter Helbing
2019-06-07CREDITS: Add cpasjuste and myself to Nintendo Switchrsn8887
2019-06-06AMIGAOS4: RM2AG.rexx rewriteHubert Maier
closes #1631
2019-05-29DEVTOOLS: BLADERUNNER: Added version sheet and EFIGS supportThanasis Antoniou
Now multiple languages can be packed in a single MIX file
2019-05-28SUPERNOVA: Add better support of pbm format in create_supernovaThierry Crozat
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.
2019-05-28SUPERNOVA: Grammar fixes in English newspaper imagesJennifer McMurray
2019-05-28SUPERNOVA: Adds strings for help screenJoseph-Eugene Winzer
2019-05-12Revert "CREDITS: mark Vicent Marti as retired"Filippos Karapetis
This reverts commit 62cf04f5022953542540ab0d1a3dca4aae9adf18.
2019-05-12CREDITS: mark Vicent Marti as retiredMax Horn
He was last active in 2009 and has long moved on to work on other things.
2019-05-09CREDITS: Added Max Horn to GUI creditsMax Horn
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.
2019-05-05BUILD: Add the licence file for the Source Code Pro fontBastien Bouclet
2019-05-01COMMON: Replace NEResourceType and PEResourceType with a shared enumCameron Cawley
2019-04-22CREATE_PROJECT: Add Text console debugger featuresluicebox
Add feature flag to create_project to set USE_TEXT_CONSOLE_FOR_DEBUGGER with --enable-text-console like configure script
2019-04-20DISTS: Merge MSVC versions into one folderSupSuper
2019-04-20CREATE_PROJECT: Auto-detect Visual Studio version if not specifiedSupSuper
This removes the need for separate scripts for every version
2019-04-20CREATE_PROJECT: Add Visual Studio 2019SupSuper
2019-04-20CREATE_PROJECT: Refactor Visual Studio version differencesSupSuper
Moved most generation differences to a MSVCVersion class, makes it easier to support new versions without tracking down if-checks everywhere.
2019-04-18CREDITS: Added sev to Blade Runner creditsPeter Kohaut
Changed order of credits for Blade Runner to alphabetical
2019-04-18RISCOS: Support creating a StrongHelp manualCameron Cawley
2019-04-13KYRA: (EOB2/Amiga) - add static resourcesathrxx
2019-04-02CREDITS: Proper add Thanasis Antoniou to authorsThanasis Antoniou
2019-04-02BUILD: Update default theme to use remasteredMatan Bareket
2019-03-09JANITORIAL: Update all scummvm.org URLS to use httpsCameron Cawley
2019-03-09DEVTOOLS: module.mk fix for BR subtitles xls/xlsx supportThanasis Antoniou
bugfix: search with full path for .xls existence before trying the xlsx
2019-03-09DEVTOOLS: Support xlsx extension for Blade Runner subtitlesThanasis 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-03-06KYRA: (EOB1/Amiga) - add static resourcesathrxx
2019-03-06KYRA: (EOB) - fix unused stringathrxx
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.
2019-01-29GLK: FROTZ: Add 6x8 font for Infocom v6 gamesPaul Gilbert
2019-01-21DEVTOOLS: Handle empty AUD file in Blade RunnerThanasis 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-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