Age | Commit message (Collapse) | Author |
|
The demo is now playable without using fonts from the full game
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(fixes Wolfgang closeup, room 720)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This adds entries for Harry and the Haunted House, Ruff's Bone,
Stellaluna, and Sheila Rae, the Brave.
|
|
- Replace error by a notifyBox in BSF related functions
- Fix cypher (broken in previous commit)
- Add checks on distributor in intro
|
|
|
|
Found by GCC 4.6's -Wunused-but-set-variable
|
|
Thanks to -Wunused-but-set-variable
|
|
It's already implied by -Wall, and GCC 4.6 complains about it for C++
|
|
It's already handled by configure
|
|
|
|
|
|
|
|
This might need a version check, but seems to be fine without.
|
|
|
|
|
|
Fixes bug #3253208
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When decompressing directly onto the output surface fails (because
it's too small), retry decompressing into the video buffer first,
which then gets blitted onto the output surface.
|
|
The Inca 2 video where Atahualpa walks through the gate after
solving the wisdom challenge now only warns (and graphically
glitches) instead of segfaulting.
|
|
Inca 2 actually blits surfaces on themselves...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|