aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-29WAGE: Updated border filesEugene Sandulenko
2019-09-29MACGUI: Added sanity check to 9-patch recalculatuonEugene Sandulenko
2019-09-28MADE: Remove unused structureCameron Cawley
The code that used this was removed in commit 9ba6b79
2019-09-28GLK: FROTZ: Fix game Id clashesPaul Gilbert
2019-09-28PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 46.0% (1267 of 2757 strings)
2019-09-28PRINCE: I18N: Update translation (English)Lafazar Gendibal
Currently translated at 46.0% (1267 of 2757 strings)
2019-09-28SCI32: Extend the Hoyle 5 bridge slider workaroundFilippos Karapetis
This fixes the other sliders in the Bridge game. Thanks to sluicebox
2019-09-28CRYOMNI3D: Fix fonts used by various versionsLe Philousophe
Italian versions of the game use a different set of fonts than others. Until now, 4 sets have been found.
2019-09-28SCI: Add The Sect of Achturan fanmade game - bug #11072Filippos Karapetis
2019-09-28SCI32: Fixed several uninitialized reads in Hoyle 5Filippos Karapetis
Closes bugs #11167, #11168, #11169, #11170, #11171, #11172 #11173
2019-09-28I18N: Update translation (Spanish)Rodrigo Vegas Sánchez-Ferrero
Currently translated at 99.1% (1151 of 1162 strings)
2019-09-27GLK: ADRIFT: Removing unused codePaul Gilbert
2019-09-28GRAPHICS: Initialize class variableEugene Sandulenko
2019-09-28WAGE: Reenabled 9-patch border drawing and added default border imagesEugene Sandulenko
2019-09-28MACGUI: Do not assert when recalculating boards on loadingEugene Sandulenko
2019-09-27NEWS: Remove obsolete SCI related entries in German NEWS fileLothar Serra Mari
2019-09-27SCUMM: Backport scumm-md5.h changes into scumm-md5.txtBen Castricum
Commit 0899ecc98760bba79bccc2026bcfa44542d46d8f directly hacks into engines/scumm/scumm-md5.h which is normally generated by devtools/md5table using devtools/scumm-md5.txt as input. This backports the scumm-md5.h changes in the scumm-md5.txt
2019-09-27NEWS: Update German NEWS fileLothar Serra Mari
2019-09-26SCI32: Fix QFG4 bridge secret exitsluicebox
Fixes bug #10774
2019-09-26SCI: Remove trailing commas from patch arrayssluicebox
2019-09-26GLK: ADRIFT: Compilation fixPaul Gilbert
2019-09-26GLK: ADRIFT: Move subengine out of release build exclusionsPaul Gilbert
2019-09-26GLK: ADRIFT: ADRIFT 5 games aren't supportedPaul Gilbert
2019-09-26GLK: ADRIFT: Fix unsigned type mismatchPaul Gilbert
2019-09-27GLK: TADS: Fix GCC Compiler WarningsD G Turner
The warnings were due to unmatched quote characters.
2019-09-27NEWS: JANITORIAL: Add missing full stops.Eugene Sandulenko
2019-09-27NEWS: Mention new Android functionalityEugene Sandulenko
2019-09-27ANDROID: Added more logic for scraping the storage pathsEugene Sandulenko
2019-09-27ANDROID: Request permissions to external storageEugene Sandulenko
2019-09-27ANDROID: Fix exceptionEugene Sandulenko
2019-09-27ANDROID: Added list of external storages to the list of accessible directoriesEugene Sandulenko
2019-09-27ANDROID: Use external storage enumerator for the root directoryEugene Sandulenko
2019-09-27ANDROID: Hook getAllStorageLocations() into JNIEugene Sandulenko
2019-09-27ANDROID: Hook external storage class into ScummVMHelperEugene Sandulenko
2019-09-27ANDROID: Turn map into spliced list for easier marshallingEugene Sandulenko
2019-09-27ANDROID: Initial code for external storage enumeratorEugene Sandulenko
2019-09-26HDB: Fix Shadowed Variable Compiler Warningjepael
2019-09-25SCI32: Fix comment typosluicebox
2019-09-26I18N: Update translations templatesThierry Crozat
2019-09-25SCI32: Add QFG4 character import message boxsluicebox
Adds the ScummVM message box explaining saved character files to the QFG4 import character screen.
2019-09-26I18N: Update translations templatesThierry Crozat
2019-09-25GLK: ADRIFT: gcc compilation fixesPaul Gilbert
2019-09-25GLK: ADRIFT: Convert remaining long_jmp to use contextPaul Gilbert
2019-09-25GLK: ADRIFT: Convert overall game quit long jump to use contextsPaul Gilbert
2019-09-25GLK: ALAN3: Merge duplicate jumps.hPaul Gilbert
2019-09-25GLK: ADRIFT: Refactor TAF file parser to not use longjmpPaul Gilbert
2019-09-25GLK: ADRIFT: Convert parser code to no longer use longjmpPaul Gilbert
2019-09-25GLK: ADRIFT: Refactor tokenizer to not use longjmpPaul Gilbert
2019-09-25GLK: Remove some outstanding longjmp artifacts from sub-enginesPaul Gilbert
2019-09-25GLK: ADRIFT: Add loading savegames from launcherPaul Gilbert