90499 Commits

Author SHA1 Message Date
Nipun Garg
76e4758b2b HDB: Unstub Animated Map Tiles 2019-09-03 17:16:54 +02:00
Nipun Garg
4d57cefb6c HDB: Unstub Gratings and Foregrounds check 2019-09-03 17:16:54 +02:00
Nipun Garg
e4edb7dc50 HDB: Add Foreground data
Addition includes constants, struct and member
variables
2019-09-03 17:16:54 +02:00
Nipun Garg
94d443bfa8 HDB: Add animateTile() 2019-09-03 17:16:54 +02:00
Nipun Garg
cb341ee6cc HDB: Add FPS and AnimDelay constants 2019-09-03 17:16:53 +02:00
Nipun Garg
80b76d24f8 HDB: Add animating tile lists to Map::load 2019-09-03 17:16:53 +02:00
Nipun Garg
edb6133e42 HDB: Add Map::drawEnts() 2019-09-03 17:16:53 +02:00
Nipun Garg
18763082bf HDB: Add stubbed AI::drawEnts() 2019-09-03 17:16:53 +02:00
Nipun Garg
ffa56e7c4b HDB: Fix type of *draw 2019-09-03 17:16:53 +02:00
Nipun Garg
3969a805ab HDB: Add AIEntLevel2 data
Addition includes constants, structs and a
pointer array
2019-09-03 17:16:53 +02:00
Nipun Garg
1cae287783 HDB: Modify getTileIndex to accept NULL input 2019-09-03 17:16:53 +02:00
Nipun Garg
fd8ad8e3da HDB: Fix signed/unsigned mismatch warnings 2019-09-03 17:16:53 +02:00
Nipun Garg
223d024e30 HDB: Unstub cine functions for fore/background 2019-09-03 17:16:53 +02:00
Nipun Garg
7dda9ea020 HDB: Process C_CLEAR_FG, C_SET_FG, C_SET_BG 2019-09-03 17:16:53 +02:00
Nipun Garg
cad0e0bb98 HDB: Add cine clear FG, and set BG/FG functions 2019-09-03 17:16:53 +02:00
Nipun Garg
13c614bd3a HDB: Unstub setBackground() and setForeground() 2019-09-03 17:16:53 +02:00
Nipun Garg
198e26e652 HDB: Add removeBG/FGTileAnimation() 2019-09-03 17:16:53 +02:00
Nipun Garg
04ff0635f1 HDB: Add addBGTileAnimation and addFGTileAnimation 2019-09-03 17:16:53 +02:00
Nipun Garg
244a51298f HDB: Add data for the Map Tile Animation Cycle 2019-09-03 17:16:53 +02:00
Nipun Garg
55b5acb959 HDB: Add setter functions for BG/FG tile indices 2019-09-03 17:16:53 +02:00
Nipun Garg
be5b717c85 HDB: Add Anim Flags 2019-09-03 17:16:53 +02:00
Nipun Garg
00a8da026e HDB: Add animEntFrames() 2019-09-03 17:16:53 +02:00
Nipun Garg
3060427fe6 HDB: Modify C_MOVECAMERA debug output 2019-09-03 17:16:53 +02:00
Nipun Garg
2d7c0adabd HDB: Unstub aiPlayerDraw 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
8b91a75676 HDB: Unstub aiPlayerInit2() 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
caff981b2f HDB: Add selectGfx() 2019-09-03 17:16:53 +02:00
Nipun Garg
ec5fea4e97 HDB: Split getGfx() into getTileGfx and getPicGfx 2019-09-03 17:16:53 +02:00
Eugene Sandulenko
5bf7e9c23d HDB: Compilation fixes 2019-09-03 17:16:53 +02:00
Nipun Garg
a0ea424e08 HDB: Modify GfxCache to take tileGfx and picGfx 2019-09-03 17:16:53 +02:00
Nipun Garg
55587c0751 HDB: Fix type of certain gfx arrays 2019-09-03 17:16:53 +02:00
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