aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-09-25GLK: ADRIFT: Fixes for loading savegames to workPaul Gilbert
2019-09-25GLK: ADRIFT: Refactoring load serializer to not use longjmpPaul Gilbert
2019-09-25GLK: ADRIFT: Encapsulation serialization code into their own classesPaul Gilbert
2019-09-25GLK: ADRIFT: In progress implementing savegamesPaul Gilbert
2019-09-25GLK: ADRIFT: Fix save serialization to memosPaul Gilbert
2019-09-25GLK: ADRIFT: FormattingPaul Gilbert
2019-09-25GLK: ADRIFT: Formattingdreammaster
2019-09-25GLK: ADRIFT: Method renamingPaul Gilbert
2019-09-25GLK: ADRIFT: Fix exiting game out of debug promptPaul Gilbert
2019-09-25GLK: ADRIFT: Implement zlib decompressionPaul Gilbert
2019-09-25GLK: ADRIFT: Flag loading game message as translatablePaul Gilbert
2019-09-25GLK: ADRIFT: Hooking up game code to skeleton engine classPaul Gilbert
2019-09-25GLK: ADRIFT: Added remaining detection entriesPaul Gilbert
2019-09-25GLK: ADRIFT: Adding competition detection entriesPaul Gilbert
2019-09-25GLK: ADRIFT: Added Italian detectionPaul Gilbert
2019-09-25GLK: ADRIFT: Adding Blorb supportPaul Gilbert
2019-09-25GLK: ADRIFT: Adding detection entriesPaul Gilbert
2019-09-25GLK: ADRIFT: Fixes to startup codePaul Gilbert
2019-09-25GLK: ADRIFT: Skeleton sub-engine commitPaul Gilbert
2019-09-25MSVC: Fix MoveFile error when destination existsLe Philousophe
Use CopyFile with overwrite flag instead
2019-09-25I18N: Update translation (Spanish)Rodrigo Vegas Sánchez-Ferrero
Currently translated at 86.7% (1008 of 1162 strings)
2019-09-24KYRA: Update Maemo workaroundTarek Soliman