Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TGADecoder::readHeader
|
|
|
|
|
|
|
|
GRAPHICS: Add in a TGA-decoder
|
|
|
|
- Rename existing function to load the last saved game
- Remove loadgame debugger command
|
|
- Check for valid stream in readValue/writeValue functions
- Properly initialize/clear members
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 1ca81ee6ecff15c843c04a51c8757be5a685edc2.
I was wrong about them not being endian-safe before. Don't stone me.
Conflicts:
video/codecs/svq1.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VideoDecoder upgrade & partial rewrite
|
|
|
|
|
|
|
|
This wasn't an actual bug, but it makes more sense this way
|
|
|
|
|
|
|
|
This implements some more color remap-based palette effects, found in QFG4
|
|
|
|
SCI1 games (QFG2 and newer) use a simpler and more accurate atan implementation
for kGetAngle. This properly fixes bug #3540976.
|
|
This adds an explanation why we use FORBIDDEN_SYMBOL_ALLOW_ALL and removes
some trailing whitespaces.
|