Commit Graph
18 Commits
Author SHA1 Message Date
aryanrawlani28 29ceb07959 ENGINES: ALL: Revert detection submodule to be directly present in the engine directory
- DETECT_OBJS are present and added inside an engine's modules.mk file.
2020-10-03 14:56:36 +02:00
aryanrawlani28 8189a05316 ENGINES: ALL: Adapt to changes for new plugins by defining a new detection module
For each engine:
- Make a new folder detection
- Move detection-related files inside the folder
- Add a new module "enginename/detection"
- Add DETECT_OBJS here
- Adjust the normal engine module to remove detect_objs
- Adjust every file for the new changes.
2020-10-03 14:56:36 +02:00
aryanrawlani28 854a499307 GRIFFON: Split detection features & adapt to new plugins. 2020-10-03 14:56:36 +02:00
Strangerke 2eec117a5c GRIFFON: Get rid of config.h/cpp 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 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 297fd21e76 GRIFFON: Move sound-related method to separate file 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 5c4016b482 GRIFFON: Implemented cheat mode via debug console 2019-11-13 22:07:08 +01:00
Eugene Sandulenko bdff046e06 GRIFFON: Move save/load functions to saveload.cpp 2019-11-13 22:07:08 +01:00
Eugene Sandulenko c890f95cf6 GRIFFON: More compilation fixes 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 1e2d89b7cb GRIFFON: Further work on compilation fixes 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 541b2e473a GRIFFON: Added skeleton engine with detection 2019-11-13 22:07:08 +01:00