Commit Graph
96 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Paul Gilbert af265a12ac GRIFFON: Remove autosave code 2020-02-16 15:44:28 -08:00
Paul Gilbert d91ec90db9 GRIFFON: Refactor to use Engine debugger 2020-02-16 13:07:19 +02:00
Paul Gilbert 318c7003fc GRIFFON: Implement autosaves 2020-02-04 19:05:26 -08:00
Harsh Bawari 6bf14cf547 GRIFFON: Fix slugginess in final boss and a crash when loading the Griffon.s03 map 2020-01-11 17:35:55 +02:00
Eugene Sandulenko 93be6abf58 GRIFFON: Fix the menu logic. Finally! 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 477e12c1e1 GRIFFON: More work on game modes 2019-11-13 22:07:08 +01:00
Eugene Sandulenko a28bf11ca6 GRIFFON: Initial code for game modes 2019-11-13 22:07:08 +01:00
Strangerke 87d46434e3 GRIFFON: Some renaming 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 356e4014a7 GRIFFON: Implemented Player::reset() 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 85918451d1 GRIFFON: Fix warning 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 84e6e1b8c5 GRIFFON: Fix sluggishness in the inventory menu 2019-11-13 22:07:08 +01:00
Eugene Sandulenko dfadc426b7 GRIFFON: Made theEnd() work properly 2019-11-13 22:07:08 +01:00
Eugene Sandulenko f6da621008 GRIFFON: Removed recursiveness on end game 2019-11-13 22:07:08 +01:00
Strangerke 473f253e49 GRIFFON: Fix compilation 2019-11-13 22:07:08 +01:00
Strangerke 78d2dc32b2 GRIFFON: Introduce some new structures and refactoring, more renaming 2019-11-13 22:07:08 +01:00
Strangerke 8438b9c9bb GRIFFON: Some more renaming 2019-11-13 22:07:08 +01:00
Strangerke b4b6f249f8 GRIFFON: More renaming 2019-11-13 22:07:08 +01:00
Strangerke 9142bea885 GRIFFON: start renaming members of Griffon engine class 2019-11-13 22:07:08 +01:00
Strangerke 4a822bc21d GRIFFON: Change some types to boolean, some code simplifications 2019-11-13 22:07:08 +01:00
Strangerke 7a549f8520 GRIFFON: Fix another game crash due to an uninitialized variable 2019-11-13 22:07:08 +01:00
Strangerke 1a1c663ddd GRIFFON: Some renaming 2019-11-13 22:07:08 +01:00
Strangerke 3af6c2132a GRIFFON: Remove some unused class members 2019-11-13 22:07:08 +01:00
Strangerke 57af73cb18 GRIFFON: Various code simplifications and renaming 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 040513ae5d GRIFFON: Added logic.cpp 2019-11-13 22:07:08 +01:00
Eugene Sandulenko f7459b027c GRIFFON: Added monsters enum 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 24edfa07ec GRIFFON: Added gfx.cpp 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 8b62fa8947 GRIFFON: Added input.cpp 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 3660f483b5 GRIFFON: Added resources.cpp 2019-11-13 22:07:08 +01:00
Eugene Sandulenko f1c9e91381 GRIFFON: Created draw.cpp 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 0efb016e36 GRIFFON: Added dialogs.cpp 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 49e5040606 GRIFFON: Moved functions to cutscenes.cpp 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 83ef0f3b4d GRIFFON: Moved methods to combat.cpp 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 227ba89077 GRIFFON: Renamed remaining methods 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 23bd7eddf3 GRIFFON: Move another method to sound.cpp 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 1795573d13 GRIFFON: More function renames 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 5bedf5e177 GRIFFON: Simplified main engine function 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 128f852b27 GRIFFON: Some function renames 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 297fd21e76 GRIFFON: Move sound-related method to separate file 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 204c7893c0 GRIFFON: Rename sound methods 2019-11-13 22:07:08 +01:00
Strangerke e313bc167d GRIFFON: Add a check after calls to file.open 2019-11-13 22:07:08 +01:00
Strangerke daa06c0c7d GRIFFON: Remove menabled as it's unused (always true) 2019-11-13 22:07:08 +01:00
Strangerke 0648af2b88 GRIFFON: Remove useless code from game_configmenu, enable the part handlign Return key 2019-11-13 22:07:08 +01:00
Eugene Sandulenko afb67042c8 GRIFFON: Rename sound method 2019-11-13 22:07:08 +01:00
Eugene Sandulenko fbfc82acf5 GRIFFON: Fix regressions 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 712cb5858b GRIFFON: Use enum for game scripts 2019-11-13 22:07:08 +01:00
Strangerke abc99b86ea GRIFFON: Some more renaming and refactoring 2019-11-13 22:07:08 +01:00
Strangerke 1714d20a4f GRIFFON: Turn some more variables to boolean, rename some variables 2019-11-13 22:07:08 +01:00
Eugene Sandulenko f00fd96e54 GRIFFON: Turned defines into enums 2019-11-13 22:07:08 +01:00
Eugene Sandulenko c1accc049e GRIFFON: Variable renames 2019-11-13 22:07:08 +01:00