aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: First attempt to fix PPC graphicsEugene Sandulenko
2019-09-03HDB: Add PPC cursorNipun Garg
2019-09-03HDB: Fix mismatched deleteEugene Sandulenko
2019-09-03HDB: Initialise more variablesEugene Sandulenko
2019-09-03HDB: Initialise skipped variables in PPC modeEugene Sandulenko
2019-09-03HDB: Fix crash in gfx loadingEugene Sandulenko
2019-09-03HDB: Do not use dereferencing for GZip streamEugene Sandulenko
2019-09-03HDB: Remove redundant TO_16_LE() callsNipun Garg
2019-09-03HDB: Prevent Backwards Seeking in GZipReadStreamNipun Garg
2019-09-03HDB: Reduce some more variable scopes, simplify a couple of checks in input.cppStrangerke
2019-09-03HDB: Adapt loadFont, Picture::load, Tile::load forNipun Garg
2019-09-03HDB: Simplify setPixel()Nipun Garg
2019-09-03HDB: Remove NULL deletesNipun Garg
2019-09-03HDB: Draw Pointer only for Windows versionNipun Garg
2019-09-03HDB: Fix fade rendering. No artifacts, yay!Eugene Sandulenko
2019-09-03HDB: Integrate PPC version of Menu and GfxNipun Garg
2019-09-03HDB: Fix _screenDrawWidth and _screenDrawHeightNipun Garg
2019-09-03HDB: Replaced font name with a constantEugene Sandulenko
2019-09-03HDB: De not create fade screen on every frameEugene Sandulenko
2019-09-03HDB: Made rendering pipeline to match originalEugene Sandulenko
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