Age | Commit message (Collapse) | Author |
|
|
|
|
|
This fixes bug #6476 - "DC: Soltys (CGE) crashes at start up".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This prevents the player from giving commands to Avalot when the
character is tied up to a tree, so it's impossible to break the game's
consistency that way.
|
|
|
|
|
|
Implementations: zonk(), zl().
Renames: zonk() -> thunder(), zl() -> drawLightning().
Moved: the 2 above from Pingo to Animation.
Addition: GraphicManager::drawLine().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static (Wii)"
|
|
|
|
|
|
Also, store the panning state, so that the next playback starts with the same pan.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes bug #6494 "TEENAGENT: Yet another unimplemented callback".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|