aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-15QUEEN: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-15LURE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-15GRIFFON: Allow skipping logos with ESCEugene Sandulenko
2019-11-14LAB: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-14WINTERMUTE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-14DEVTOOLS: Add missing libraries to cmake-based create_projectMichaƂ Janiszewski
2019-11-14TRAVIS: Cache homebrew packagesCameron Cawley
Based on https://stackoverflow.com/a/53331571
2019-11-14TEENAGENT: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-14TOLTECS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-14FULLPIPE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled. Also, do minor fixes for readability to switch statements.
2019-11-14GRIFFON: Fix compilation on AmigaEugene Sandulenko
2019-11-13FULLPIPE: Fix compilationEugene Sandulenko
2019-11-13GRIFFON: Fix GMM loading from options and titleEugene Sandulenko
2019-11-13GRIFFON: Fix loading from GMMEugene Sandulenko
2019-11-13GRIFFON: Fix random loading timeEugene Sandulenko
2019-11-13GRIFFON: Fix loading from launcherEugene Sandulenko
2019-11-13GRIFFON: Implemented loading from launcherEugene Sandulenko
2019-11-13GRIFFON: Added support for extended savesEugene Sandulenko
2019-11-13ENGINES: Extend MetaEngine class with ExtendedSaves supportEugene Sandulenko
2019-11-13GRIFFON: Fix color fill for hidden 'save', and skip it in the navigationEugene Sandulenko
2019-11-13GRIFFON: Hide 'save' item from menu when there is nothing to saveEugene Sandulenko
2019-11-13GRIFFON: Fix the menu logic. Finally!Eugene Sandulenko
2019-11-13GRIFFON: More work on game modesEugene Sandulenko
2019-11-13GRIFFON: Added 'nodamage' console commandEugene Sandulenko
2019-11-13GRIFFON: Render savestates after saveEugene Sandulenko
2019-11-13GRIFFON: Fix GCC Compiler WarningsD G Turner
2019-11-13GRIFFON: More work on game statesEugene Sandulenko
2019-11-13GRIFFON: Initial code for game modesEugene Sandulenko
2019-11-13GRIFFON: Some renamingStrangerke
2019-11-13GRIFFON: Fix save screenStrangerke
2019-11-13GRIFFON: Fix unitialize variable breaking the save screenStrangerke
2019-11-13GRIFFON: Fix misleading commentsStrangerke
2019-11-13GRIFFON: Fix engine idEugene Sandulenko
2019-11-13GRIFFON: Initialize variablesEugene Sandulenko
2019-11-13GRIFFON: Fix regressions in newsaveload functionStrangerke
2019-11-13GRIFFON: Reduce the scope of two variablesStrangerke
2019-11-13GRIFFON: Fixes for engineId changesEugene Sandulenko
2019-11-13GRIFFON: Simplified quit event handlingEugene Sandulenko
2019-11-13GRIFFON: cleanupEugene Sandulenko
2019-11-13GRIFFON: Implemented Player::reset()Eugene Sandulenko
2019-11-13GRIFFON: Use smaller data type for static arrayEugene Sandulenko
2019-11-13GRIFFON: Initialize variableEugene Sandulenko
2019-11-13GRIFFON: Added copyright referenceEugene Sandulenko
2019-11-13GRIFFON: Mark engine as 16bitEugene Sandulenko
2019-11-13GRIFFON: Fix warningEugene Sandulenko
2019-11-13GRIFFON: Fix sluggishness in the inventory menuEugene Sandulenko
2019-11-13JANITORIAL: Indentation fixesEugene Sandulenko
2019-11-13GRIFFON: Remove obsolete FIXMEsEugene Sandulenko
2019-11-13GRIFFON: Refactored config menu to switch statementsEugene Sandulenko
2019-11-13GRIFFON: Resolve todoEugene Sandulenko