aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/snail.cpp
AgeCommit message (Collapse)Author
2014-05-30CGE2: Silence a warning in runCommandStrangerke
2014-05-30CGE2: Move an unused variable in a STUB clock, initialize it (in the ↵Strangerke
comment). That fixes a warning
2014-05-29CGE2: Implement snGhost().uruk
Also implement Sprite::ghost().
2014-05-29CGE2: Implement snSend().uruk
2014-05-29CGE2: Implement snHide().uruk
2014-05-24CGE2: Implement snSound().uruk
Rework the whole Fx class during the process. The intro animation is working now.
2014-05-24CGE2: Implement snRSeq() and snSeq().uruk
2014-05-24CGE2: Some refactoring and fixing regarding runCommand().uruk
2014-05-23CGE2: Partially implement CommandHandler::runCommand().uruk
2014-05-23CGE2: Implement CommandHandler::idle().uruk
2014-05-23CGE2: Start implementation of CommandHandler.uruk
Implement constructor, destructor, addCommand() and add clear() ant _count.
2014-05-19CGE2: Implement feedSnail().uruk
2014-05-13CGE2: Instantiate CommandHandler.uruk
2014-05-13CGE2: Rename Snail to CommandHandler, expand it.uruk
2014-05-09CGE2: Implement CGE2Engine::loadSprite().uruk
Add Snail during the process and revise or expand a lot of other parts of the engine.