11 Commits

Author SHA1 Message Date
Ivan L. Negrell 1a1f0f5aef SCUMM: Add MD5 for Catalan translations
- Add MD5 detection entries for Catalan translations
- Update MM Catalan entries to match the rest
- Add missing entry for Catalan in md5table.cpp
2025-09-17 10:52:10 +02:00
Donovan Watteau 9c714c0298 SCUMM: I18N: Rename 'jp' to 'ja' in detection entries
For consistency reasons; all other relevant `g_obsoleteLanguages`
changes were already applied to `langMap` in md5table.cpp, except for
this one.

It also better matches the resulting gameid of the detected games.
2025-04-03 18:12:14 +02:00
Donovan Watteau b1ef5738fb I18N: Add some notes about required steps for language code renames 2025-04-03 18:01:19 +02:00
Daniel Nylander 8ffcf8229f I18N: Change SE_SWE to SV_SWE
Change the Swedish language code from SE to SV according to ISO 639
2025-03-30 22:19:13 +03:00
Filippos Karapetis 8dba3ecdbf SCUMM: Use a 64-bit integer for file sizes of detection entries
Since the PAK files of the remastered versions of DOTT and FT are
very large, we need a 64-bit integer to hold their size
2024-12-20 13:20:51 +02:00
Torbjörn Andersson bb69363580 DEVTOOLS: Make C++ the default mode for md5table
Like the built-in help says. Before, you still had to pass --c++ to it.
2022-07-14 07:44:58 +02:00
trembyle b9e7b1dfcd COMMON: ENGINES: Correct Czech language ISO code
1. Correct constant in common files
2. Add the old code to obsolete language codes
3. Replace all occurences in engine code
2022-03-04 18:29:02 +01:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 62797daf3c DEVTOOLS: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Orgad Shaneh 5c0b76ec34 SCUMM: Add some missing includes
Pre-included files are not reliable.
2021-04-05 08:52:23 +03:00
Paweł Kołodziejski 99b66cece7 DEVTOOLS: Silence linker warning by convert c file to c++ 2021-03-20 14:00:03 +01:00