aboutsummaryrefslogtreecommitdiff
path: root/engines/griffon/griffon.h
AgeCommit message (Expand)Author
2019-11-13GRIFFON: Created draw.cppEugene Sandulenko
2019-11-13GRIFFON: Added dialogs.cppEugene Sandulenko
2019-11-13GRIFFON: Moved functions to cutscenes.cppEugene Sandulenko
2019-11-13GRIFFON: Moved methods to combat.cppEugene Sandulenko
2019-11-13GRIFFON: Renamed remaining methodsEugene Sandulenko
2019-11-13GRIFFON: More function renamesEugene Sandulenko
2019-11-13GRIFFON: Simplified main engine functionEugene Sandulenko
2019-11-13GRIFFON: Some function renamesEugene Sandulenko
2019-11-13GRIFFON: Move sound-related method to separate fileEugene Sandulenko
2019-11-13GRIFFON: Rename sound methodsEugene Sandulenko
2019-11-13GRIFFON: Remove menabled as it's unused (always true)Strangerke
2019-11-13GRIFFON: Rename sound methodEugene Sandulenko
2019-11-13GRIFFON: Some more renaming and refactoringStrangerke
2019-11-13GRIFFON: Turn some more variables to boolean, rename some variablesStrangerke
2019-11-13GRIFFON: Rename data typesEugene Sandulenko
2019-11-13GRIFFON: Turned defines into enumsEugene Sandulenko
2019-11-13GRIFFON: Variable renamesEugene Sandulenko
2019-11-13GRIFFON: Vraiable renamesEugene Sandulenko
2019-11-13GRIFFON: Variable renamingEugene Sandulenko
2019-11-13GRIFFON: Variable renamingEugene Sandulenko
2019-11-13GRIFFON: Variable renamingEugene Sandulenko
2019-11-13GRIFFON: Rename more class variablesEugene Sandulenko
2019-11-13GRIFFON: Rename class variablesEugene Sandulenko
2019-11-13GRIFFON: Implement sound loopingEugene Sandulenko
2019-11-13GRIFFON: Preload sounds into memoryEugene Sandulenko
2019-11-13GRIFFON: Change some integer by booleansStrangerke
2019-11-13GRIFFON: Unstubbed more sound functionalityEugene Sandulenko
2019-11-13GRIFFON: Preload sound files, simplify sound APIEugene Sandulenko
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
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: Implement engine quittingEugene 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: Added skeleton engine with detectionEugene Sandulenko