aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Make Platform specific constants into variablesNipun Garg
2019-09-03HDB: Minor PPC fixesNipun Garg
2019-09-03HDB: Section off PPC-specific codeNipun Garg
2019-09-03HDB: Wrap ReadStreams pointing to compressed...Nipun Garg
2019-09-03HDB: Fix Null-deleting codeNipun Garg
2019-09-03HDB: Implement rest of the demo differencesEugene Sandulenko
2019-09-03HDB: Remove redundant stubsNipun Garg
2019-09-03HDB: Add additional debug outputNipun Garg
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
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