Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Repair the previous one.
|
|
|
|
|
|
Now it doesn't overlap with the bat's static picture on the bottom of
the screen.
|
|
Modify GraphicManager::ghostDrawGhost() to do so.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also move it to it's own function: loadPictures(). Remove some unused
variables and change the order of declaration of the remaining ones
during the implementation. Change void * types to Graphics::Surface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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().
|
|
|
|
|
|
should fix CID 1109674
|
|
it reusable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|