index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
hdb
/
gfx.cpp
Age
Commit message (
Expand
)
Author
2019-09-03
HDB: First attempt to fix PPC graphics
Eugene Sandulenko
2019-09-03
HDB: Add PPC cursor
Nipun Garg
2019-09-03
HDB: Fix mismatched delete
Eugene Sandulenko
2019-09-03
HDB: Initialise more variables
Eugene Sandulenko
2019-09-03
HDB: Initialise skipped variables in PPC mode
Eugene Sandulenko
2019-09-03
HDB: Fix crash in gfx loading
Eugene Sandulenko
2019-09-03
HDB: Do not use dereferencing for GZip stream
Eugene Sandulenko
2019-09-03
HDB: Remove redundant TO_16_LE() calls
Nipun Garg
2019-09-03
HDB: Prevent Backwards Seeking in GZipReadStream
Nipun Garg
2019-09-03
HDB: Reduce some more variable scopes, simplify a couple of checks in input.cpp
Strangerke
2019-09-03
HDB: Adapt loadFont, Picture::load, Tile::load for
Nipun Garg
2019-09-03
HDB: Simplify setPixel()
Nipun Garg
2019-09-03
HDB: Remove NULL deletes
Nipun Garg
2019-09-03
HDB: Draw Pointer only for Windows version
Nipun Garg
2019-09-03
HDB: Fix fade rendering. No artifacts, yay!
Eugene Sandulenko
2019-09-03
HDB: Integrate PPC version of Menu and Gfx
Nipun Garg
2019-09-03
HDB: Fix _screenDrawWidth and _screenDrawHeight
Nipun Garg
2019-09-03
HDB: Replaced font name with a constant
Eugene Sandulenko
2019-09-03
HDB: De not create fade screen on every frame
Eugene Sandulenko
2019-09-03
HDB: Made rendering pipeline to match original
Eugene Sandulenko
2019-09-03
HDB: Make Platform specific constants into variables
Nipun Garg
2019-09-03
HDB: Minor PPC fixes
Nipun Garg
2019-09-03
HDB: Section off PPC-specific code
Nipun Garg
2019-09-03
HDB: Wrap ReadStreams pointing to compressed...
Nipun Garg
2019-09-03
HDB: Fix Null-deleting code
Nipun Garg
2019-09-03
HDB: Implement rest of the demo differences
Eugene Sandulenko
2019-09-03
HDB: Remove redundant stubs
Nipun Garg
2019-09-03
HDB: Add additional debug output
Nipun Garg
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce some variable scopes, some janitorial work
Strangerke
2019-09-03
HDB: Fix some CppCheck warnings in ai-player, ai-use, ai-waypoint and gfx
Strangerke
2019-09-03
HDB: Fix compilation for MSVC9
Strangerke
2019-09-03
HDB: Remove redundant frees
Eugene Sandulenko
2019-09-03
HDB: Delete all _tTileLookupArray values at once
Nipun Garg
2019-09-03
HDB: Refactor getPicGfx(), getTileGfx() and fix...
Nipun Garg
2019-09-03
HDB: Add _animTiles to fix memory leaks
Nipun Garg
2019-09-03
HDB: Delete Cached gfx data in one place
Nipun Garg
2019-09-03
HDB: Fix more memory leaks
Nipun Garg
2019-09-03
HDB: Fix memory leaks when stream is returned NULL
Nipun Garg
2019-09-03
HDB: Fix memory leaks due to findFirstData()
Nipun Garg
2019-09-03
HDB: NULL each tile after calling destructor
Nipun Garg
2019-09-03
HDB: Convert _surface from struct to pointer
Nipun Garg
2019-09-03
HDB: Fix memory leaks with FileMan::findFiles()
Nipun Garg
[next]