Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-13 | GRIFFON: Removed rendering artifacts | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Replaced rest of the SDL calls | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Replaced some SDL calls | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Fix collision detection | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Simplify code | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Properly process transparency together with keycolor | Eugene Sandulenko | |
2019-11-13 | GRAPHICS: Enhanced setAlpha method | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Handle transparency | Eugene Sandulenko | |
2019-11-13 | GRAPHICS: Added setAlpha() method to TransparentSurface | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Handle color key | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Implement engine quitting | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Got main menu displayed | Eugene Sandulenko | |
2019-11-13 | GRIFFON: First graphics output | Eugene Sandulenko | |
2019-11-13 | GRIFFON: More compilation fixes | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Fix some warnings | Eugene Sandulenko | |
2019-11-13 | GRIFFON: More compilation fixes. The code compiles now | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Ported Rectangle code | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Ported keyboard input | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Get rid of engine.h | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Further work on compilation fixes | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Formatted more oneliners | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Using TransparentSurface | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Split single line if() statements | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Removed unneeded config file handling | Eugene Sandulenko | |
2019-11-13 | JANITORIAL: Fix line endings | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Added namespaces and include guards | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Added proper copyright headers | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Pass the original code via astyle | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Added original code from GCW0 port by Dmitry Smagin | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Added skeleton engine with detection | Eugene Sandulenko | |
2019-11-13 | DIRECTOR: Added broken 'if' statement test | Eugene Sandulenko | |
2019-11-13 | I18N: Update translations templates | Thierry Crozat | |
2019-11-13 | TOLTECS: Added Czech language support | Petr Kratina | |
2019-11-13 | I18N: Update translations templates | Thierry Crozat | |
2019-11-12 | GLK: ARCHETYPE: Hooking up savegame code | Paul Gilbert | |
2019-11-13 | I18N: Update translation (Finnish) | Timo Mikkolainen | |
Currently translated at 100.0% (1181 of 1181 strings) | |||
2019-11-13 | I18N: Update translation (French) | Purple T | |
Currently translated at 98.6% (1165 of 1181 strings) | |||
2019-11-13 | I18N: Update translation (Greek) | Antoniou Athanasios | |
Currently translated at 100.0% (1181 of 1181 strings) | |||
2019-11-12 | CONFIGURE: Detect SDL_Net with pkg-config when available | Eugene Sandulenko | |
2019-11-12 | CONFIGURE: Move pkg-config detection as early as possible | Eugene Sandulenko | |
2019-11-12 | SCI: Fix SQ5 transporter room speed bugs | sluicebox | |
Fixes bug #11264 | |||
2019-11-12 | ANDROID: Remove duplicate header inclusion in android.h | Thanasis Antoniou | |
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 | |