aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-13GRIFFON: Move another method to sound.cppEugene 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: Add a check after calls to file.openStrangerke
2019-11-13GRIFFON: Remove menabled as it's unused (always true)Strangerke
2019-11-13GRIFFON: Remove useless code from game_configmenu, enable the part handlign ↵Strangerke
Return key
2019-11-13GRIFFON: Rename sound methodEugene Sandulenko
2019-11-13GRIFFON: Fix regressionsEugene Sandulenko
2019-11-13GRIFFON: Use enum for game scriptsEugene 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: 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