Commit graph

137 commits

Author SHA1 Message Date
Eugene Sandulenko
a23fbd7b6b HDB: Adding tracing of entity drawing 2019-09-03 17:16:57 +02:00
Nipun Garg
fd5d7ae477 HDB: Add moveEnts() 2019-09-03 17:16:57 +02:00
Nipun Garg
2b2d375027 HDB: Fix initialization warnings 2019-09-03 17:16:55 +02:00
Nipun Garg
ab0402622e HDB: Add findEntity() 2019-09-03 17:16:55 +02:00
Nipun Garg
43f6a0a475 HDB: Add checkForTouchplate() 2019-09-03 17:16:55 +02:00
Nipun Garg
a39b9f373c HDB: Modify AI pointer arrays to be struct arrays 2019-09-03 17:16:55 +02:00
Nipun Garg
5cba8ae09c HDB: Remove Player Gfx stub from lookAtEntityXY 2019-09-03 17:16:55 +02:00
Nipun Garg
db838a656e HDB: Add animGrabbing() 2019-09-03 17:16:54 +02:00
Nipun Garg
1ad0764274 HDB: Use Masked Blitting instead of MaskedAlpha
This is a temporary fix until MaskedAlphaBlitting
is implemented.
2019-09-03 17:16:54 +02:00
Nipun Garg
c12d1a2cec HDB: Add stubbed animateEntity() 2019-09-03 17:16:54 +02:00
Nipun Garg
755bd46728 HDB: Add killPlayer() 2019-09-03 17:16:54 +02:00
Nipun Garg
76b589c901 HDB: Add checkFloating() 2019-09-03 17:16:54 +02:00
Nipun Garg
1a8292fccb HDB: Unstub 'Increment Stun Timer' 2019-09-03 17:16:54 +02:00
Nipun Garg
a56dca47f8 HDB: Unstub 'Draw Floating Entities' 2019-09-03 17:16:54 +02:00
Nipun Garg
18763082bf HDB: Add stubbed AI::drawEnts() 2019-09-03 17:16:53 +02:00
Nipun Garg
00a8da026e HDB: Add animEntFrames() 2019-09-03 17:16:53 +02:00
Nipun Garg
77974e317c HDB: Fix warning() calls 2019-09-03 17:16:53 +02:00
Nipun Garg
8c62378090 HDB: Modify cacheEntGfx to use new gfx functions 2019-09-03 17:16:53 +02:00
Nipun Garg
15c2a946d1 HDB: Modify _inventory to an array of InvEnt* 2019-09-03 17:16:52 +02:00
Nipun Garg
f1344e261d HDB: Add constructors to all structs 2019-09-03 17:16:52 +02:00
Nipun Garg
1b25f846a1 HDB: Fix switch-case warnings 2019-09-03 17:16:52 +02:00
Nipun Garg
6c8dce6c17 HDB: Fix member variables names 2019-09-03 17:16:52 +02:00
Nipun Garg
11685a6ba1 HDB: Add animLuaEntity() 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
054a9a5530 HDB: Add setEntityGoal() 2019-09-03 17:16:52 +02:00
Nipun Garg
e473c1d489 HDB: Add stopEntity() 2019-09-03 17:16:51 +02:00
Nipun Garg
266bcfb97a HDB: Remove Cache Gfx stub from spawn 2019-09-03 17:16:51 +02:00
Nipun Garg
deaa694591 HDB: Add cacheEntGfx() 2019-09-03 17:16:51 +02:00
Nipun Garg
16740814d0 HDB: Add spawn()
The usage of cacheEntGfx is currently stubbed
2019-09-03 17:16:51 +02:00
Nipun Garg
2dd40d79a2 HDB: Add stubs for caching graphics and LaserScan 2019-09-03 17:16:51 +02:00
Nipun Garg
1c268c03bb HDB: Add initAllEnts() 2019-09-03 17:16:51 +02:00
Nipun Garg
cd046ca215 HDB: Add removeEntity 2019-09-03 17:16:50 +02:00
Nipun Garg
c31fb72e69 HDB: Add lookAtXY and lookAtEntity 2019-09-03 17:16:50 +02:00
Nipun Garg
a86905c32f HDB: Add getTableEnt(), walkThroughEnt()
A stubbed getItemSound() is added as well
2019-09-03 17:16:50 +02:00
Eugene Sandulenko
5a0f559b4e HDB: Fix warnings 2019-09-03 17:16:49 +02:00
Nipun Garg
a8256ee3c1 HDB: Complete locateEntity() 2019-09-03 17:16:49 +02:00
Nipun Garg
0e77d93ad4 HDB: Add stubbed locateEntity() 2019-09-03 17:16:49 +02:00