Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-05 | CRYOMNI3D: Add internationalization through external DAT file | Le Philousophe | |
2019-07-02 | JANITORIAL: Remove outdated references to SourceForge.net | Cameron Cawley | |
2019-07-02 | CREATE_PROJECT: Use stricter checks for Win32 dependencies | SupSuper | |
Instead of checking the project type, check the define. winmm and winsparkle are only required on Windows. | |||
2019-07-02 | CREATE_PROJECT: Add new libcurl dependencies | SupSuper | |
2019-07-02 | CREATE_PROJECT: Fix defines for x64 MSVC project | SupSuper | |
Rewriting the define list from scratch to disable nasm lost a lot of important defines set up in the setup phase. Instead, let's just remove the nasm define and preserve the rest. | |||
2019-07-01 | DEVTOOLS: BLADERUNNER: Improve kerning for latin glyphs | Thanasis Antoniou | |
2019-07-01 | CREATE_PROJECT: Add missing source files to CodeBlocks project | SupSuper | |
2019-07-01 | CREATE_PROJECT: Remove obsolete "browser.cpp" hack | SupSuper | |
browser.cpp no longer depends on the target platform since pull request #1414 | |||
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-22 | ALL: Fix -Wnewline-eof warnings | Cameron Cawley | |
2019-06-19 | CREATE_PROJECT: Use name-based UUIDs for MSVC projects | SupSuper | |
This keeps the project UUIDs consistent between regenerations, avoiding excessive workspace reloads. | |||
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-06-09 | XEEN: Fix mistakes in xeen.ccs datafile, bump up version number | Paul Gilbert | |
2019-06-09 | XEEN: Add missing armor class modifiers | Peter Helbing | |
2019-06-07 | CREDITS: Add cpasjuste and myself to Nintendo Switch | rsn8887 | |
2019-06-06 | AMIGAOS4: RM2AG.rexx rewrite | Hubert Maier | |
closes #1631 | |||
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-05-28 | SUPERNOVA: Add better support of pbm format in create_supernova | Thierry 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-28 | SUPERNOVA: Grammar fixes in English newspaper images | Jennifer McMurray | |
2019-05-28 | SUPERNOVA: Adds strings for help screen | Joseph-Eugene Winzer | |
2019-05-12 | Revert "CREDITS: mark Vicent Marti as retired" | Filippos Karapetis | |
This reverts commit 62cf04f5022953542540ab0d1a3dca4aae9adf18. | |||
2019-05-12 | CREDITS: mark Vicent Marti as retired | Max Horn | |
He was last active in 2009 and has long moved on to work on other things. | |||
2019-05-09 | CREDITS: Added Max Horn to GUI credits | Max 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-05 | BUILD: Add the licence file for the Source Code Pro font | Bastien Bouclet | |
2019-05-01 | COMMON: Replace NEResourceType and PEResourceType with a shared enum | Cameron Cawley | |
2019-04-22 | CREATE_PROJECT: Add Text console debugger feature | sluicebox | |
Add feature flag to create_project to set USE_TEXT_CONSOLE_FOR_DEBUGGER with --enable-text-console like configure script | |||
2019-04-20 | DISTS: Merge MSVC versions into one folder | SupSuper | |
2019-04-20 | CREATE_PROJECT: Auto-detect Visual Studio version if not specified | SupSuper | |
This removes the need for separate scripts for every version | |||
2019-04-20 | CREATE_PROJECT: Add Visual Studio 2019 | SupSuper | |
2019-04-20 | CREATE_PROJECT: Refactor Visual Studio version differences | SupSuper | |
Moved most generation differences to a MSVCVersion class, makes it easier to support new versions without tracking down if-checks everywhere. | |||
2019-04-18 | CREDITS: Added sev to Blade Runner credits | Peter Kohaut | |
Changed order of credits for Blade Runner to alphabetical | |||
2019-04-18 | RISCOS: Support creating a StrongHelp manual | Cameron Cawley | |
2019-04-13 | KYRA: (EOB2/Amiga) - add static resources | athrxx | |
2019-04-02 | CREDITS: Proper add Thanasis Antoniou to authors | Thanasis Antoniou | |
2019-04-02 | BUILD: Update default theme to use remastered | Matan Bareket | |
2019-03-09 | JANITORIAL: Update all scummvm.org URLS to use https | Cameron Cawley | |
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-03-06 | KYRA: (EOB1/Amiga) - add static resources | athrxx | |
2019-03-06 | KYRA: (EOB) - fix unused string | athrxx | |
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-29 | GLK: FROTZ: Add 6x8 font for Infocom v6 games | Paul Gilbert | |
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 | |