aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-09-03HDB: Clean up Lua stack after script executionEugene Sandulenko
2019-09-03HDB: Fix member variables namesNipun Garg
2019-09-03HDB: Clear Player Graphics in restartSystem()Nipun Garg
2019-09-03HDB: Clear Waypoint data in AI::init()Nipun Garg
2019-09-03HDB: Remove animEntity stubNipun Garg
2019-09-03HDB: Add animLuaEntity()Nipun Garg
2019-09-03HDB: Remove 'Cache Graphics for Inventory' stubNipun Garg
2019-09-03HDB: Remove cineEntityFace stubNipun Garg
2019-09-03HDB: Process cineEntityFace()Nipun Garg
2019-09-03HDB: Add cineEntityFace()Nipun Garg
2019-09-03HDB: Remove cineMoveEntity stubNipun Garg
2019-09-03HDB: Process cineMoveEntity()Nipun Garg
2019-09-03HDB: Add cineMoveEntity()Nipun Garg
2019-09-03HDB: Add setEntityGoal()Nipun Garg