aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce some variable scopes, some janitorial workStrangerke
2019-09-03HDB: Fix some CppCheck warnings in ai-player, ai-use, ai-waypoint and gfxStrangerke
2019-09-03HDB: Fix compilation for MSVC9Strangerke
2019-09-03HDB: Remove redundant freesEugene Sandulenko
2019-09-03HDB: Delete all _tTileLookupArray values at onceNipun Garg
2019-09-03HDB: Refactor getPicGfx(), getTileGfx() and fix...Nipun Garg
2019-09-03HDB: Add _animTiles to fix memory leaksNipun Garg
2019-09-03HDB: Delete Cached gfx data in one placeNipun Garg
2019-09-03HDB: Fix more memory leaksNipun Garg
2019-09-03HDB: Fix memory leaks when stream is returned NULLNipun Garg
2019-09-03HDB: Fix memory leaks due to findFirstData()Nipun Garg
2019-09-03HDB: NULL each tile after calling destructorNipun Garg
2019-09-03HDB: Convert _surface from struct to pointerNipun Garg
2019-09-03HDB: Fix memory leaks with FileMan::findFiles()Nipun Garg
2019-09-03HDB: Remove redundant custom free() functionNipun Garg
2019-09-03HDB: Fix memory leaksNipun Garg
2019-09-03HDB: More var initialisationEugene Sandulenko
2019-09-03HDB: Fix GfxCache memory leakNipun Garg
2019-09-03HDB: Fix _fontSurfaces memory leakNipun Garg
2019-09-03HDB: Fix uninitalised readsEugene Sandulenko
2019-09-03HDB: Count FPS and print onto screenNipun Garg
2019-09-03HDB: Add drawDebugInfo()Nipun Garg
2019-09-03HDB: Add loadIcon() for TYPE_ICON32 loadingNipun Garg
2019-09-03HDB: Fix 3D stars leftEugene Sandulenko
2019-09-03HDB: Fix getRandomNumber() usageEugene Sandulenko
2019-09-03HDB: Fix Gfx::updateVideo()Eugene Sandulenko
2019-09-03HDB: Fix Gfx::updateFade()Eugene Sandulenko
2019-09-03HDB: Complete Map::restartSystem()Eugene Sandulenko
2019-09-03HDB: Unstubbing updateVideo()Nipun Garg
2019-09-03HDB: Unstub updateVideo()Nipun Garg
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Add Loading ScreenNipun Garg
2019-09-03HDB: Replace original color functionsNipun Garg
2019-09-03HDB: Unstub DirectX FlipNipun Garg
2019-09-03HDB: Unstub drawSnow()Nipun Garg
2019-09-03HDB: Unstub updateFade()Nipun Garg
2019-09-03HDB: Fix out-of-bounds access bugNipun Garg
2019-09-03HDB: Add Bonus Star functionsNipun Garg
2019-09-03HDB: Add centerPrint()Nipun Garg
2019-09-03HDB: Add Sine and Cosine tableNipun Garg
2019-09-03HDB: Fix Sky handlingEugene Sandulenko
2019-09-03HDB: Used transparent alpha blittingEugene Sandulenko
2019-09-03HDB: Unstub double reads and writesNipun Garg
2019-09-03HDB: Remove unnecessary functionsNipun Garg
2019-09-03HDB: Fix endian issuesNipun Garg
2019-09-03HDB: Add save and loadSave functionsNipun Garg
2019-09-03HDB: Add Gfx save() and loadSaveFile()Nipun Garg
2019-09-03HDB: Add turnOnSnow()Nipun Garg
2019-09-03HDB: Add PanicZone data and functionsNipun Garg