aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-13I18N: Update translations templatesThierry Crozat
2019-11-12GLK: ARCHETYPE: Hooking up savegame codePaul Gilbert
2019-11-13I18N: Update translation (Finnish)Timo Mikkolainen
Currently translated at 100.0% (1181 of 1181 strings)
2019-11-13I18N: Update translation (French)Purple T
Currently translated at 98.6% (1165 of 1181 strings)
2019-11-13I18N: Update translation (Greek)Antoniou Athanasios
Currently translated at 100.0% (1181 of 1181 strings)
2019-11-12CONFIGURE: Detect SDL_Net with pkg-config when availableEugene Sandulenko
2019-11-12CONFIGURE: Move pkg-config detection as early as possibleEugene Sandulenko
2019-11-12SCI: Fix SQ5 transporter room speed bugssluicebox
Fixes bug #11264
2019-11-12ANDROID: Remove duplicate header inclusion in android.hThanasis Antoniou
2019-11-12ANDROID: Override UTF-8 compliant definition of vsn_printfThanasis Antoniou
This sets Android as a non-standard port in configure in order to override the definition for vsn_printf The vsn_printf implementation is taken from https://github.com/weiss/c99-snprintf
2019-11-12PRINCE: I18N: Update translation (Russian)Anton
Currently translated at 100.0% (2757 of 2757 strings)
2019-11-12PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 58.2% (1605 of 2757 strings)
2019-11-12PRINCE: I18N: Update translation (English)Anton
Currently translated at 58.2% (1605 of 2757 strings)
2019-11-12I18N: Update translation (Danish)scootergrisen
Currently translated at 100.0% (1181 of 1181 strings)
2019-11-12GLK: ARCHETYPE: Suppress Fallthrough Compiler WarningsD G Turner
Not sure if these fallthroughs are intended, so marked with FIXME comments.
2019-11-11GLK: ARCHETYPE: gcc compilation fixesPaul Gilbert
2019-11-11GLK: ARCHETYPE: Fixes to correctly parse multi-word inputsPaul Gilbert
2019-11-11GLK: ARCHETYPE: Cleaner exit when game is quitPaul Gilbert
2019-11-11GLK: ARCHETYPE: Fix quitting the gamePaul Gilbert
2019-11-11GLK: ARCHETYPE: Engine fixes for input line processingPaul Gilbert
2019-11-11GLK: ARCHETYPE: Cleanup and fixes for text displayPaul Gilbert
2019-11-11GLK: ARCHETYPE: Script handler fixesPaul Gilbert
2019-11-11GLK: ARCHETYPE: Further cleanup and debug reroutePaul Gilbert
2019-11-11GLK: ARCHETYPE: Shift debug output to use ScummVM debugPaul Gilbert
2019-11-11GLK: ARCHETYPE: JanitorialPaul Gilbert
2019-11-11GLK: ARCHETYPE: Further array indexing fixesPaul Gilbert
2019-11-11GLK: ARCHETYPE: Change to use C++ new/deletePaul Gilbert
2019-11-11GLK: ARCHETYPE: Fix array indexing to match original's 1 basedPaul Gilbert
2019-11-11GLK: ARCHETYPE: Switch from original's Debug enum to debug channelsPaul Gilbert
2019-11-11COMMON: Allow for enabling/disabling debug channels by numberPaul Gilbert
2019-11-11GLK: ARCHETYPE: Adding GLK hookupsPaul Gilbert
2019-11-11GLK: Fix structures using unionsPaul Gilbert
2019-11-11GLK: ARCHETYPE: Fixes for string decryptionPaul Gilbert
2019-11-11GLK: ARCHETYPE: Further loading fixesPaul Gilbert
2019-11-11GLK: ARCHETYPE: Various startup fixesPaul Gilbert
2019-11-11GLK: ARCHETYPE: Added converted filesPaul Gilbert
2019-11-11GLK: ARCHETYPE: Skeleton enginePaul Gilbert
2019-11-11AGOS: Fix Missing Default Switch Cases when AGOS2 is enabledD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-11I18N: Update translation (Hungarian)George Kormendi
Currently translated at 100.0% (1181 of 1181 strings)
2019-11-11I18N: Regenerate translations data fileThierry Crozat
2019-11-11MUTATIONOFJB: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-11MORTEVIELLE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-10MOHAWK: MYST: Use OSystem::fillScreen now it works with all pixel formatsBastien Bouclet
2019-11-10COMMON: Fix very noisy warning when building with GCC 9 in C++11 modeBastien Bouclet
2019-11-10FULLPIPE: Fix const'nessEugene Sandulenko
2019-11-10FULLPIPE: More debug putputEugene Sandulenko
2019-11-10I18N: Update translations templatesThierry Crozat
2019-11-10GUI: Fix memory leak in the about dialogBastien Bouclet
Also don't eagerly allocate EE as it consumes quite a bit of memory.
2019-11-10FULLPIPE: Use more portable double loadingEugene Sandulenko
2019-11-10FULLPIPE: Added more debug outputEugene Sandulenko