aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-03HDB: Unstub 'Increment Stun Timer'Nipun Garg
2019-09-03HDB: Unstub 'Draw Floating Entities'Nipun Garg
2019-09-03HDB: Add time-keeping functionsNipun Garg
2019-09-03HDB: Add _floats dataNipun Garg
2019-09-03HDB: Add drawForegrounds() and drawGratings()Nipun Garg
2019-09-03HDB: Add NULL check to BG/FG tile animationNipun Garg
2019-09-03HDB: Unstub Animated Map TilesNipun Garg
2019-09-03HDB: Unstub Gratings and Foregrounds checkNipun Garg
2019-09-03HDB: Add Foreground dataNipun Garg
2019-09-03HDB: Add animateTile()Nipun Garg
2019-09-03HDB: Add FPS and AnimDelay constantsNipun Garg
2019-09-03HDB: Add animating tile lists to Map::loadNipun Garg
2019-09-03HDB: Add Map::drawEnts()Nipun Garg
2019-09-03HDB: Add stubbed AI::drawEnts()Nipun Garg
2019-09-03HDB: Fix type of *drawNipun Garg
2019-09-03HDB: Add AIEntLevel2 dataNipun Garg
2019-09-03HDB: Modify getTileIndex to accept NULL inputNipun Garg
2019-09-03HDB: Fix signed/unsigned mismatch warningsNipun Garg
2019-09-03HDB: Unstub cine functions for fore/backgroundNipun Garg
2019-09-03HDB: Process C_CLEAR_FG, C_SET_FG, C_SET_BGNipun Garg
2019-09-03HDB: Add cine clear FG, and set BG/FG functionsNipun Garg
2019-09-03HDB: Unstub setBackground() and setForeground()Nipun Garg
2019-09-03HDB: Add removeBG/FGTileAnimation()Nipun Garg
2019-09-03HDB: Add addBGTileAnimation and addFGTileAnimationNipun Garg
2019-09-03HDB: Add data for the Map Tile Animation CycleNipun Garg
2019-09-03HDB: Add setter functions for BG/FG tile indicesNipun Garg
2019-09-03HDB: Add Anim FlagsNipun Garg
2019-09-03HDB: Add animEntFrames()Nipun Garg
2019-09-03HDB: Modify C_MOVECAMERA debug outputNipun Garg
2019-09-03HDB: Unstub aiPlayerDrawNipun Garg
2019-09-03HDB: Fix warning() callsNipun Garg
2019-09-03HDB: Unstub aiPlayerInit2()Nipun Garg
2019-09-03HDB: Modify cacheEntGfx to use new gfx functionsNipun Garg
2019-09-03HDB: Add selectGfx()Nipun Garg
2019-09-03HDB: Split getGfx() into getTileGfx and getPicGfxNipun Garg
2019-09-03HDB: Compilation fixesEugene Sandulenko
2019-09-03HDB: Modify GfxCache to take tileGfx and picGfxNipun Garg
2019-09-03HDB: Fix type of certain gfx arraysNipun Garg
2019-09-03HDB: Unstub aiPlayerInit()Nipun Garg
2019-09-03HDB: Add getStandFrameDir()Nipun Garg
2019-09-03HDB: Add clearInventory()Nipun Garg
2019-09-03HDB: Modify _inventory to an array of InvEnt*Nipun Garg
2019-09-03HDB: Add constructors to Tile and PictureNipun Garg
2019-09-03HDB: Compilation fixesEugene Sandulenko
2019-09-03HDB: Add constructors to all structsNipun Garg
2019-09-03HDB: Fix type of loadedNipun Garg
2019-09-03HDB: Fix switch-case warningsNipun Garg
2019-09-03HDB: Fix special1Gfx data typeNipun Garg
2019-09-03HDB: Fix waypointGfx DataTypeNipun Garg
2019-09-03HDB: Add debug output to findFirstData()Nipun Garg