aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/minigames/geisha/penetration.cpp
AgeCommit message (Collapse)Author
2014-03-16GOB: Remove the last remnants of Draw::_vgaSmallPaletteSven Hesse
Draw::_vgaSmallPalette was supposed to be a 16-color VGA palette / EGA palette, but we've been using the first 16 entries of Draw::_vgaPalette for that for ages now. The only parts where we didn't were codepaths never actually taken in the gob games, so for the sake of clarity (and fixing Coverity issues), this commit removes those as well. Fixes Coverity issues 1192648 and 1192649.
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2012-07-30GOB: Move drawString into FontSven Hesse
2012-07-30GOB: Keep the mouse responsive while waiting for the frame to endSven Hesse
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: Handle Penetration shooting animations more cleverlySven Hesse
Still no bullets, though :P
2012-06-07GOB: Better controls in Geisha's PenetrationSven Hesse
You can actually move diagonally now
2012-06-06GOB: Add the original broken German as commentsSven Hesse
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: Fix invalid reads in Geisha's minigamesSven 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-14GOB: More const correctnessSven Hesse
2011-09-03GOB: Stub classes for Geisha's Diving and Penetration minigamesSven Hesse