Commit Graph
25 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 556aa7ef7c PETKA: Split detection features & adapt to new plugins. 2020-10-03 14:56:36 +02:00
Andrei Prykhodko 2d0b4bf9fa PETKA: Walk system implementation 2020-09-30 21:01:32 +03:00
Andrei Prykhodko e07d8bb153 PETKA: implemented SetSeq and EndSeq opcodes 2020-05-17 07:09:44 +03:00
Andrei Prykhodko db52ecd907 PETKA: implemented saving/loading system 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 0dc8c459b7 PETKA: implemented map 2020-05-16 22:37:59 +02:00
Andrei Prykhodko c1815c18e5 PETKA: added Text class 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 0148ee59ed PETKA: added missing object file to module.mk 2020-05-16 22:37:59 +02:00
Andrei Prykhodko d7cf76087b PETKA: partial implementation of dialogs 2020-05-16 22:37:59 +02:00
Andrei Prykhodko f3538539e9 PETKA: moved game object classes to separate files 2020-05-16 22:37:59 +02:00
Andrei Prykhodko a3761ab0fb PETKA: added partial implementation of settings interface 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 72b0685fa9 PETKA: added saveload interface 2020-05-16 22:37:59 +02:00
Andrei Prykhodko c0bcc30612 PETKA: moved interface classes to separate files 2020-05-16 22:37:59 +02:00
Andrei Prykhodko cf7cbd06e2 PETKA: added missing object file to modulek.mk 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 5b7119f3bb PETKA: implemented menu loading 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 95abfb168d PETKA: added QInterface 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 1b22c08da1 PETKA: added QObjectStar 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 9c0909b9b8 PETKA: added QObjectCase 2020-05-16 22:37:59 +02:00
Andrei Prykhodko dbff81f8d5 PETKA: added QObjectCursor 2020-05-16 22:37:59 +02:00
Andrei Prykhodko cd439b1fe2 PETKA: added QSystem 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 749dbee5a5 PETKA: added QVisibleObject, QMessageObject, QObject and QObjectBG 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 26ed615432 PETKA: added Resource Manager 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 46c5784481 PETKA: implemented file manager 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 32dd96e6ca PETKA: Initial engine commit 2020-05-16 22:37:59 +02:00