aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2019-11-13GRIFFON: More renamingStrangerke
2019-11-13GRIFFON: start renaming members of Griffon engine classStrangerke
2019-11-13GRIFFON: Change some types to boolean, some code simplificationsStrangerke
2019-11-13GRIFFON: Refactor castSpell()Strangerke
2019-11-13GRIFFON: Some more changes in CombatStrangerke
2019-11-13GRIFFON: Start refactoring Combat + rename constant due to typoStrangerke
2019-11-13GRIFFON: Some refactoringStrangerke
2019-11-13GRIFFON: simplify some code in draw by using clipStrangerke
2019-11-13GRIFFON: Some refactoring in dialogsStrangerke
2019-11-13GRIFFON: Fix another game crash due to an uninitialized variableStrangerke
2019-11-13GRIFFON: Fix uninitialized variables (game crash)Strangerke
2019-11-13GRIFFON: Fix to for loop in drawNPCsStrangerke
2019-11-13GRIFFON: Add a de fine for Pi, change some casts to int16Strangerke
2019-11-13GRIFFON: make loopseta a local static, reduce size of sfx array, use constant...Strangerke
2019-11-13GRIFFON: Some renamingStrangerke
2019-11-13GRIFFON: Remove some unused class membersStrangerke
2019-11-13GRIFFON: Fix define name in griffon.hStrangerke
2019-11-13GRIFFON: Remove unused macros in configStrangerke
2019-11-13GRIFFON: Synchronize sound settingsStrangerke
2019-11-13GRIFFON: Change volume in option menuStrangerke
2019-11-13GRIFFON: Rename _ticks1 to ticks1 as it's at function levelStrangerke
2019-11-13GRIFFON: Various code simplifications and renamingStrangerke
2019-11-13GRIFFON: Remove some dead codeStrangerke
2019-11-13GRIFFON: Simplify some assignments, reduce some variable scopesStrangerke
2019-11-13GRIFFON: Fix broken comparisonStrangerke
2019-11-13GRIFFON: Fix bug introduced in original C conversionStrangerke
2019-11-13GRIFFON: Use CLIP where possibleStrangerke
2019-11-13GRIFFON: Added logic.cppEugene Sandulenko
2019-11-13GRIFFON: Added monsters enumEugene Sandulenko
2019-11-13GRIFFON: Added gfx.cppEugene Sandulenko
2019-11-13GRIFFON: Added input.cppEugene Sandulenko
2019-11-13GRIFFON: Added resources.cppEugene Sandulenko
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: 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 R...Strangerke
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