Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-12 | ANDROID: Override UTF-8 compliant definition of vsn_printf | Thanasis 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-12 | PRINCE: I18N: Update translation (Russian) | Anton | |
Currently translated at 100.0% (2757 of 2757 strings) | |||
2019-11-12 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 58.2% (1605 of 2757 strings) | |||
2019-11-12 | PRINCE: I18N: Update translation (English) | Anton | |
Currently translated at 58.2% (1605 of 2757 strings) | |||
2019-11-12 | I18N: Update translation (Danish) | scootergrisen | |
Currently translated at 100.0% (1181 of 1181 strings) | |||
2019-11-12 | GLK: ARCHETYPE: Suppress Fallthrough Compiler Warnings | D G Turner | |
Not sure if these fallthroughs are intended, so marked with FIXME comments. | |||
2019-11-11 | GLK: ARCHETYPE: gcc compilation fixes | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Fixes to correctly parse multi-word inputs | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Cleaner exit when game is quit | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Fix quitting the game | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Engine fixes for input line processing | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Cleanup and fixes for text display | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Script handler fixes | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Further cleanup and debug reroute | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Shift debug output to use ScummVM debug | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Janitorial | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Further array indexing fixes | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Change to use C++ new/delete | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Fix array indexing to match original's 1 based | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Switch from original's Debug enum to debug channels | Paul Gilbert | |
2019-11-11 | COMMON: Allow for enabling/disabling debug channels by number | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Adding GLK hookups | Paul Gilbert | |
2019-11-11 | GLK: Fix structures using unions | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Fixes for string decryption | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Further loading fixes | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Various startup fixes | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Added converted files | Paul Gilbert | |
2019-11-11 | GLK: ARCHETYPE: Skeleton engine | Paul Gilbert | |
2019-11-11 | AGOS: Fix Missing Default Switch Cases when AGOS2 is enabled | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-11 | I18N: Update translation (Hungarian) | George Kormendi | |
Currently translated at 100.0% (1181 of 1181 strings) | |||
2019-11-11 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-11-11 | MUTATIONOFJB: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-11 | MORTEVIELLE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-10 | MOHAWK: MYST: Use OSystem::fillScreen now it works with all pixel formats | Bastien Bouclet | |
2019-11-10 | COMMON: Fix very noisy warning when building with GCC 9 in C++11 mode | Bastien Bouclet | |
2019-11-10 | FULLPIPE: Fix const'ness | Eugene Sandulenko | |
2019-11-10 | FULLPIPE: More debug putput | Eugene Sandulenko | |
2019-11-10 | I18N: Update translations templates | Thierry Crozat | |
2019-11-10 | GUI: Fix memory leak in the about dialog | Bastien Bouclet | |
Also don't eagerly allocate EE as it consumes quite a bit of memory. | |||
2019-11-10 | FULLPIPE: Use more portable double loading | Eugene Sandulenko | |
2019-11-10 | FULLPIPE: Added more debug output | Eugene Sandulenko | |
2019-11-10 | FULLPIPE: Do not void global engine pointer too early | Eugene Sandulenko | |
2019-11-10 | AMIGAOS4: Formatting | Hubert Maier | |
2019-11-10 | AMIGAOS4: Fix oversight | Hubert Maier | |
2019-11-10 | AMIGAOS4: more verbose debug comments | Hubert Maier | |
2019-11-10 | AMIGAOS4: Increase stack cookie | Hubert Maier | |
Just to be on the safe side. Right now the binary consumes roughly 700 000 bytes. Double that and add a a panic amount of roughly 50%, which leaves us at 2 MB. | |||
2019-11-10 | AMIGAOS4: Clean up and increase stack cookie | Hubert Maier | |
2019-11-10 | AmigaOS4: More fixes and cleaning | Hubert Maier | |
2019-11-10 | AMIGAOS4: Fix leftovers | Hubert Maier | |
2019-11-10 | AMIGAOS4: Clean up fs | Hubert Maier | |
- replace sprintf with snprintf and obey MAXPATHLEN |