aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-13GRIFFON: Preload sound files, simplify sound APIEugene Sandulenko
2019-11-13GRIFFON: Reduce the scope of variables, change some variables to booleanStrangerke
2019-11-13GRIFFON: Avoid direct equality on floats, some janitorial workStrangerke
2019-11-13GRIFFON: Fix some warning in MSVC9 by enforcing the use of float numbers.Strangerke
Also, add a couple of comments
2019-11-13GRIFFON: const'nessEugene Sandulenko
2019-11-13GRIFFON: Fix warningsEugene Sandulenko
2019-11-13GRIFFON: Renamed several class member varsEugene Sandulenko
2019-11-13GRIFFON: Move all global variables to classEugene Sandulenko
2019-11-13GRIFFON: Implemented cheat mode via debug consoleEugene Sandulenko
2019-11-13GRIFFON: Implement save/loadEugene Sandulenko
2019-11-13GRIFFON: Move save/load functions to saveload.cppEugene Sandulenko
2019-11-13GRIFFON: Removed rendering artifactsEugene Sandulenko
2019-11-13GRIFFON: Replaced rest of the SDL callsEugene Sandulenko
2019-11-13GRIFFON: Replaced some SDL callsEugene Sandulenko
2019-11-13GRIFFON: Fix collision detectionEugene Sandulenko
2019-11-13GRIFFON: Simplify codeEugene Sandulenko
2019-11-13GRIFFON: Properly process transparency together with keycolorEugene Sandulenko
2019-11-13GRAPHICS: Enhanced setAlpha methodEugene Sandulenko
2019-11-13GRIFFON: Handle transparencyEugene Sandulenko
2019-11-13GRAPHICS: Added setAlpha() method to TransparentSurfaceEugene Sandulenko
2019-11-13GRIFFON: Handle color keyEugene Sandulenko
2019-11-13GRIFFON: Implement engine quittingEugene Sandulenko
2019-11-13GRIFFON: Got main menu displayedEugene Sandulenko
2019-11-13GRIFFON: First graphics outputEugene Sandulenko
2019-11-13GRIFFON: More compilation fixesEugene Sandulenko
2019-11-13GRIFFON: Fix some warningsEugene Sandulenko
2019-11-13GRIFFON: More compilation fixes. The code compiles nowEugene Sandulenko
2019-11-13GRIFFON: Ported Rectangle codeEugene Sandulenko
2019-11-13GRIFFON: Ported keyboard inputEugene Sandulenko
2019-11-13GRIFFON: Get rid of engine.hEugene Sandulenko
2019-11-13GRIFFON: Further work on compilation fixesEugene Sandulenko
2019-11-13GRIFFON: Formatted more onelinersEugene Sandulenko
2019-11-13GRIFFON: Using TransparentSurfaceEugene Sandulenko
2019-11-13GRIFFON: Split single line if() statementsEugene Sandulenko
2019-11-13GRIFFON: Removed unneeded config file handlingEugene Sandulenko
2019-11-13JANITORIAL: Fix line endingsEugene Sandulenko
2019-11-13GRIFFON: Added namespaces and include guardsEugene Sandulenko
2019-11-13GRIFFON: Added proper copyright headersEugene Sandulenko
2019-11-13GRIFFON: Pass the original code via astyleEugene Sandulenko
2019-11-13GRIFFON: Added original code from GCW0 port by Dmitry SmaginEugene Sandulenko
2019-11-13GRIFFON: Added skeleton engine with detectionEugene Sandulenko
2019-11-13DIRECTOR: Added broken 'if' statement testEugene Sandulenko
2019-11-13I18N: Update translations templatesThierry Crozat
2019-11-13TOLTECS: Added Czech language supportPetr Kratina
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