90417 Commits

Author SHA1 Message Date
Nipun Garg
36613d3196 HDB: Unstub aiPlayerInit() 2019-09-03 17:16:52 +02:00
Nipun Garg
f9c21da88b HDB: Add getStandFrameDir() 2019-09-03 17:16:52 +02:00
Nipun Garg
5c2cfac209 HDB: Add clearInventory() 2019-09-03 17:16:52 +02:00
Nipun Garg
15c2a946d1 HDB: Modify _inventory to an array of InvEnt* 2019-09-03 17:16:52 +02:00
Nipun Garg
949f27872a HDB: Add constructors to Tile and Picture 2019-09-03 17:16:52 +02:00
Eugene Sandulenko
46918c917e HDB: Compilation fixes 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
dcc30b45ac HDB: Fix type of loaded 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
ae876db69c HDB: Fix special1Gfx data type 2019-09-03 17:16:52 +02:00
Nipun Garg
6e34039153 HDB: Fix waypointGfx DataType 2019-09-03 17:16:52 +02:00
Nipun Garg
629ba37616 HDB: Add debug output to findFirstData() 2019-09-03 17:16:52 +02:00
Eugene Sandulenko
630c6b44f8 HDB: Clean up Lua stack after script execution 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
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
511ec64e0c HDB: Remove animEntity stub 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
28e8f3d789 HDB: Remove cineEntityFace stub 2019-09-03 17:16:52 +02:00
Nipun Garg
dfdcbd8b4f HDB: Process cineEntityFace() 2019-09-03 17:16:52 +02:00
Nipun Garg
157bd54fc3 HDB: Add cineEntityFace() 2019-09-03 17:16:52 +02:00
Nipun Garg
0aee0d4ebc HDB: Remove cineMoveEntity stub 2019-09-03 17:16:52 +02:00
Nipun Garg
89ceed2798 HDB: Process cineMoveEntity() 2019-09-03 17:16:52 +02:00
Nipun Garg
3a8a79f2cc HDB: Add cineMoveEntity() 2019-09-03 17:16:52 +02:00
Nipun Garg
054a9a5530 HDB: Add setEntityGoal() 2019-09-03 17:16:52 +02:00
Nipun Garg
b2d1bbf5f5 HDB: Remove cineLockPlayer + cineUnlockPlayer stub 2019-09-03 17:16:52 +02:00
Nipun Garg
2868423cd3 HDB: Process cineLockPlayer() + cineUnlockPlayer() 2019-09-03 17:16:52 +02:00
Nipun Garg
e39f5c361f HDB: Add cineLockPlayer() and cineUnlockPlayer() 2019-09-03 17:16:52 +02:00
Nipun Garg
e473c1d489 HDB: Add stopEntity() 2019-09-03 17:16:51 +02:00
Nipun Garg
b0f714cb25 HDB: Add clearWaypoints() 2019-09-03 17:16:51 +02:00
Nipun Garg
d6852227e8 HDB: Add Waypoint data
Addition includes constants, structs and member
variables
2019-09-03 17:16:51 +02:00
Eugene Sandulenko
e7c72d0580 HDB: Fixed nu,ber of parameters when calling Lua functions 2019-09-03 17:16:51 +02:00
Eugene Sandulenko
641c2a9179 HDB: Added Lua print stack utility function 2019-09-03 17:16:51 +02:00
Nipun Garg
8810def2b2 HDB: Add debug output to C_SETENTITY 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
65ca4062e3 HDB: Add additional player frames 2019-09-03 17:16:51 +02:00
Nipun Garg
96e37fdf47 HDB: Add AnimFrame constants and extend AIEntity 2019-09-03 17:16:51 +02:00
Nipun Garg
f6fe88bab9 HDB: Add getGfx to get and cache Gfx files 2019-09-03 17:16:51 +02:00
Nipun Garg
898d32e1de HDB: Add _gfxCache to store cached graphics 2019-09-03 17:16:51 +02:00
Nipun Garg
4a7980c8cc HDB: Add GfxCache struct 2019-09-03 17:16:51 +02:00
Nipun Garg
5e9dba2aff HDB: Scan all icons and process them in Map::load 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
71e735e101 HDB: Add Entity Speed constants 2019-09-03 17:16:51 +02:00
Nipun Garg
15d964afec HDB: Add _actionMode and its getter-setters 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
Eugene Sandulenko
b449bd6fe2 HDB: Hid some annoying STUB warnings 2019-09-03 17:16:51 +02:00
Nipun Garg
ba78805c92 HDB: Call initAllEnts() after map is loaded 2019-09-03 17:16:51 +02:00
Nipun Garg
1c268c03bb HDB: Add initAllEnts() 2019-09-03 17:16:51 +02:00