Commit graph

55 commits

Author SHA1 Message Date
Eugene Sandulenko
0a291d028c HDB: Complete AI::restartSystem() 2019-09-03 17:17:19 +02:00
Nipun Garg
b032068417 HDB: Add HDBGame::start() and remove AI::clearP...
...ersistent() placeholder
2019-09-03 17:17:17 +02:00
Eugene Sandulenko
fe309b1456 HDB: Fix save/loading of inventory 2019-09-03 17:17:17 +02:00
Eugene Sandulenko
e7016e52a9 HDB: Refarcot entity save/loading into separate methods 2019-09-03 17:17:17 +02:00
Eugene Sandulenko
42edeb4114 HDB: Fix AI::loadSaveFile() 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
c71426e2f8 HDB: Fix warnings 2019-09-03 17:17:16 +02:00
Nipun Garg
d510e3efe5 HDB: Unstub save/load _animTargets[i].gfxList 2019-09-03 17:17:15 +02:00
Nipun Garg
910c1ed36d HDB: Unstub Load/Save _ents and _floats 2019-09-03 17:17:15 +02:00
Nipun Garg
17eaafacfd HDB: Unstub code for saving and loading Gfx 2019-09-03 17:17:15 +02:00
Nipun Garg
ebbee5cef4 HDB: Add FuncLookUp structs and functions 2019-09-03 17:17:15 +02:00
Nipun Garg
b4db168f2a HDB: Add AI save() and loadSaveFile()
There are stubs for Pointers and Function Pointers
2019-09-03 17:17:14 +02:00
Eugene Sandulenko
0d2f2f2bf7 HDB: Fix enity lists, and warn on missing files 2019-09-03 17:17:13 +02:00
Nipun Garg
22ca561f4a HDB: Add _laserRescan and _laserOnScreen 2019-09-03 17:17:12 +02:00
Nipun Garg
f7be3c5e28 HDB: Add missing initialization data 2019-09-03 17:17:12 +02:00
Nipun Garg
97d702f891 HDB: Add Gate Puddles 2019-09-03 17:17:11 +02:00
Nipun Garg
5ed21d12df HDB: Move Bots gfx into _ai class 2019-09-03 17:17:11 +02:00
Nipun Garg
ad8f857595 HDB: Move Bots gfx into _gfx 2019-09-03 17:17:11 +02:00
Nipun Garg
0751cedb08 HDB: Remove '#if 0' conditionals 2019-09-03 17:17:11 +02:00
Nipun Garg
bcbe095ef8 HDB: Commet out non-compiling code 2019-09-03 17:17:11 +02:00
Nipun Garg
c9c08476f1 HDB: Add Gfx data 2019-09-03 17:17:11 +02:00
Nipun Garg
372cf8b734 HDB: Fix uninitized frame counters 2019-09-03 17:17:10 +02:00
Nipun Garg
10802c22fb HDB: Add _bridges data 2019-09-03 17:17:09 +02:00
Eugene Sandulenko
362cb060f3 HDB: Rename _drawMan -> _gfx 2019-09-03 17:17:07 +02:00
Nipun Garg
8cf8a96639 HDB: Add _deliveries data 2019-09-03 17:17:05 +02:00
Nipun Garg
e18effcce4 HDB: Rewrite _animTargets as a struct array 2019-09-03 17:17:03 +02:00
Nipun Garg
678de0f73f HDB: Add _callbacks data 2019-09-03 17:17:02 +02:00
Nipun Garg
86f7991eba HDB: Add _luaList data 2019-09-03 17:17:02 +02:00
Nipun Garg
fbeb7f8c4e HDB: Add _triggerList data 2019-09-03 17:17:01 +02:00
Nipun Garg
b6bfa8c03e HDB: Add _dummyLaser 2019-09-03 17:17:01 +02:00
Nipun Garg
69235618f2 HDB: Add _teleporters data 2019-09-03 17:17:00 +02:00
Nipun Garg
ace7d27546 HDB: Add _arrowPaths data 2019-09-03 17:16:59 +02:00
Eugene Sandulenko
f49b4d3221 HDB: Implemented AI::drawLevel2Ents() 2019-09-03 17:16:59 +02:00
Eugene Sandulenko
727c0b81ad HDB: More debug output for entity drawing 2019-09-03 17:16:58 +02:00
Eugene Sandulenko
a23fbd7b6b HDB: Adding tracing of entity drawing 2019-09-03 17:16:57 +02:00
Nipun Garg
168dd10981 HDB: Add entityName to _dummyPlayer 2019-09-03 17:16:56 +02:00
Nipun Garg
0b4a6fd1b0 HDB: Add initAnimInfo() 2019-09-03 17:16:56 +02:00
Nipun Garg
a39b9f373c HDB: Modify AI pointer arrays to be struct arrays 2019-09-03 17:16:55 +02:00
Nipun Garg
653960f58a HDB: Shift Action initialization to AI() 2019-09-03 17:16:55 +02:00
Nipun Garg
154fc3c7f3 HDB: Add _actions list and related data 2019-09-03 17:16:55 +02:00
Nipun Garg
7c823019be HDB: Add _dummyPlayer as Virtual Player 2019-09-03 17:16:55 +02:00
Nipun Garg
dfa76fc545 HDB: Add _animTargets and related data 2019-09-03 17:16:54 +02:00
Nipun Garg
f80550e524 HDB: Add AutoAction struct and _autoActions array 2019-09-03 17:16:54 +02:00
Nipun Garg
d5dca7ea7c HDB: Add variables for AutoAction tiles 2019-09-03 17:16:54 +02:00
Nipun Garg
aec87e7058 HDB: Add _floats data
Addition includes struct and member variables
2019-09-03 17:16:54 +02:00
Nipun Garg
6e34039153 HDB: Fix waypointGfx DataType 2019-09-03 17:16:52 +02:00
Nipun Garg
b0cd169cb9 HDB: Clear Player Graphics in restartSystem() 2019-09-03 17:16:52 +02:00
Nipun Garg
f813145808 HDB: Clear Waypoint data in AI::init() 2019-09-03 17:16:52 +02:00
Nipun Garg
3fc0cb74b1 HDB: Remove 'Cache Graphics for Inventory' stub 2019-09-03 17:16:52 +02:00
Nipun Garg
d6852227e8 HDB: Add Waypoint data
Addition includes constants, structs and member
variables
2019-09-03 17:16:51 +02:00
Nipun Garg
a937c669b9 HDB: Add clearPersistent() 2019-09-03 17:16:50 +02:00