Commit Graph
26 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 eb78152664 HDB: Split detection features & adapt to new plugins. 2020-10-03 14:56:36 +02:00
Eugene Sandulenko 0c29eff799 HDB: Remove unused console.cpp 2019-09-03 17:17:27 +02:00
Nipun Garg 963043f3b2 HDB: Shift Save/Load functions to saveload.cpp 2019-09-03 17:17:15 +02:00
Eugene Sandulenko 34a3e1685b HDB: Added stub for Menu class 2019-09-03 17:17:09 +02:00
Nipun Garg 5d874c540e HDB: Add and init Sound subsystem 2019-09-03 17:17:09 +02:00
Eugene Sandulenko 2c520373d9 HDB: Rename map-loader.* -> map.* 2019-09-03 17:17:07 +02:00
Eugene Sandulenko e31e9dbae1 HDB: Renamed draw-manager.* -> gfx.* 2019-09-03 17:17:07 +02:00
Nipun Garg e3808675d2 HDB: Add stubbed Input class 2019-09-03 17:17:01 +02:00
Nipun Garg bb674ec9c1 HDB: Add OmniBot functions 2019-09-03 17:16:59 +02:00
Eugene Sandulenko fcd8b6e00a HDB: Update module.mk 2019-09-03 17:16:56 +02:00
Nipun Garg 3ffbcec87e HDB: Add Window Class 2019-09-03 17:16:56 +02:00
Nipun Garg b0f714cb25 HDB: Add clearWaypoints() 2019-09-03 17:16:51 +02:00
Nipun Garg 6341309b60 HDB: Add ai-inventory.o to module.mk 2019-09-03 17:16:50 +02:00
Nipun Garg 0e77d93ad4 HDB: Add stubbed locateEntity() 2019-09-03 17:16:49 +02:00
Nipun Garg bbf32c1870 HDB: Add init code for all AI Entities 2019-09-03 17:16:49 +02:00
Nipun Garg 1db9dab4a3 HDB: Sort module.mk MODULE_OBJS alphabetically 2019-09-03 17:16:47 +02:00
Nipun Garg 6acdc9670a HDB: Add the AI class
The Cinematic variables are defined. cineSetCamera,
cineMoveCamera and cineResetCamera are defined.
cineStart is stubbed out
2019-09-03 17:16:47 +02:00
Nipun Garg 067275cfeb HDB: Add skeletal map-loader subsystem 2019-09-03 17:16:44 +02:00
Nipun Garg f88b1d0d6a HDB: Add the LuaScript class to integrate Lua
It creates lua_State (s), initializes them and
executes Lua files in them
2019-09-03 17:16:42 +02:00
Nipun Garg 7b5946ddb9 HDB: Updating module.mk for new files 2019-09-03 17:16:41 +02:00
Nipun Garg 9899cbc900 HDB: Update HDB to the Code Formatting Conventions 2019-09-03 17:16:41 +02:00
Nipun Garg 50e2b5b5bf HDB: Add the Console class to HDB for the interactive Debugger 2019-09-03 17:16:41 +02:00
Nipun Garg da37a00ff1 HDB: Add MODULES_DIRS 2019-09-03 17:16:41 +02:00
Nipun Garg 8dbc02f71d HDB: Add module.mk and configure.engine 2019-09-03 17:16:41 +02:00