aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche
AgeCommit message (Collapse)Author
2014-02-11AVALANCHE: Move/rename/implement Help::plotButton().uruk
2014-02-11AVALANCHE: Partially implement Help::getMe().uruk
The drawing of the buttons are still missing.
2014-02-11AVALANCHE: Implement Help::run().uruk
2014-02-10AVALANCHE: Implement 'winning_pic'.uruk
2014-02-10AVALANCHE: Add missing bracesStrangerke
2014-02-09AVALANCHE: Initialize a couple of uninitialized variablesStrangerke
2014-02-09AVALANCHE: Remove pingo.o from makefilePaul Gilbert
2014-02-09AVALANCHE: Repair comment formatting.uruk
2014-02-09AVALANCHE: Remove Pingo.uruk
2014-02-09AVALANCHE: Add Help's skeleton.uruk
2014-02-09AVALANCHE: Repair fading at the beginning and at the end of the ghostroom scene.uruk
2014-02-09AVALANCHE: Optimise the picture loading in GhostRoom.uruk
2014-02-08AVALANCHE: Repair GhostRoom::doBat().uruk
2014-02-08AVALANCHE: Finish GhostRoom's implementation.uruk
2014-02-08AVALANCHE: Implement another pair of floating eyeballs.uruk
Repair the previous one.
2014-02-08AVALANCHE: Implement the ghostroom's animation until Avvy turns back.uruk
2014-02-08AVALANCHE: Add the yelling to the end of the ghost's animation.uruk
2014-02-08AVALANCHE: Repair the ghost's animation.uruk
Now it doesn't overlap with the bat's static picture on the bottom of the screen.
2014-02-08AVALANCHE: Implement the animation of the ghost.uruk
Modify GraphicManager::ghostDrawGhost() to do so.
2014-02-08AVALANCHE: Implement GhostRoom::doBat().uruk
2014-02-05AVALANCHE: Implement the floating eyeballs and the "Glerk"s animation.uruk
2014-02-05AVALANCHE: Hide/reveal the mouse cursor in GhostRoom::run().uruk
2014-02-05AVALANCHE: Implement GhostRoom::wait().uruk
2014-02-05AVALANCHE: Make constants really const.uruk
2014-02-05AVALANCHE: Remove unnecessary checks from picture creatings.uruk
2014-02-05AVALANCHE: Add ghostDrawGlerk().uruk
2014-02-04AVALANCHE: Implement rest of the loading in Ghostroom.uruk
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.
2014-02-04AVALANCHE: Rename/move/implement plainGrab().uruk
2014-02-04AVALANCHE: Some renaming in Background.uruk
2014-02-04AVALANCHE: Some renaming connected to Ghostroom.uruk
2014-02-04AVALANCHE: Really remove that function.uruk
2014-02-04AVALANCHE: Change some variable's type, remove unused function.uruk
2014-02-04AVALANCHE: Rename/move/implement getMe().uruk
2014-02-04AVALANCHE: Remove references to removed variables.uruk
2014-02-04AVALANCHE: Implement loading and drawing of the picture of the ghost.uruk
2014-02-02AVALANCHE: Fix a couple of missing initializations in the ghost roomStrangerke
2014-01-30AVALANCHE: Add Ghostroom's skeleton.uruk
2014-01-26AVALANCE: Fix warning about truncated value (from double to float)Filippos Karapetis
2014-01-22AVALANCHE: Implement majorRedraw().uruk
2014-01-22AVALANCHE: Remove/move variables.uruk
2014-01-22AVALANCHE: Remove unused code.uruk
2014-01-22AVALANCHE: Move kTune and TuneType to Dialogs.uruk
2014-01-15AVALANCHE: Move Clock to dedicated files.uruk
2014-01-15AVALANCHE: Fix another bug regarding speaking.uruk
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.
2014-01-15AVALANCHE: Repair bug regarding speaking in bed.uruk
2014-01-15AVALANCHE: Implement wobble, move it to Animation.uruk
2014-01-15AVALANCHE: Implement, rename, move zonk() and connected functions.uruk
Implementations: zonk(), zl(). Renames: zonk() -> thunder(), zl() -> drawLightning(). Moved: the 2 above from Pingo to Animation. Addition: GraphicManager::drawLine().
2014-01-15AVALANCHE: Implement setBackgroundColor().uruk
2014-01-09AVALANCHE: Avoid check in isHolding when _thing isn't setStrangerke
2014-01-03AVALANCHE: refactor initVariables by reusing resetVariables(). That also ↵Strangerke
should fix CID 1109674