aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/minigames/geisha/penetration.h
AgeCommit message (Collapse)Author
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-08GOB: Implement shooting in PenetrationSven Hesse
Geisha's Penetration minigame should be complete now. This also means that Geisha is now basically complete. The only thing missing is the MDYPlayer, but since the music is only played once during the title screen, and it has a PCM-based fallback (which is currently played), this is low priority.
2012-06-08GOB: Rewrite "pathfinding" and implement moving enemiesSven Hesse
Since shooting does not yet work, we're just getting mauled by them...
2012-06-07GOB: Hook up the Penetration minigame in the cheaterSven Hesse
2012-06-07GOB: Better controls in Geisha's PenetrationSven Hesse
You can actually move diagonally now
2012-06-06GOB: Draw info texts in PenetrationSven Hesse
The German strings have been changed from the original, to fix the horribly broken German. Someone should probably check the Italian and Spanish strings too.
2012-06-06GOB: Set Penetration floor palettes and fade in/outSven Hesse
2012-06-06GOB: Implement exiting floorsSven Hesse
2012-06-06GOB: Clean up the Penetration map handling a bitSven Hesse
2012-06-06GOB: Implement Penetration submarine shooting and dyingSven Hesse
Shots don't result in bullets yet, though
2012-06-05GOB: Implement health gain/loss for mouthsSven Hesse
2012-06-05GOB: Play sounds for mouths and shields in PenetrationSven Hesse
2012-06-05GOB: Animate mouths in Geisha's PenetrationSven Hesse
2012-06-03GOB: Consume shields in PenetrationSven Hesse
2012-06-03GOB: Limit Penetration movement to walkable tilesSven Hesse
2012-06-03GOB: Display the Penetration submarineSven Hesse
2012-06-03GOB: Draw the Penetration map and do basic movementSven Hesse
2012-06-03GOB: Draw the map in a separate surfaceSven Hesse
Still hidden for now.
2012-06-02GOB: Draw the shield and health meters in PenetrationSven Hesse
2012-06-02GOB: Add animation handling frame to PenetrationSven Hesse
2012-06-02GOB: Correctly name the Penetration script variablesSven Hesse
2011-09-03GOB: Stub classes for Geisha's Diving and Penetration minigamesSven Hesse