aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/snail.cpp
AgeCommit message (Expand)Author
2014-06-25CGE2: Implement snMidi()Strangerke
2014-06-24CGE2: Implement a couple of stubsStrangerke
2014-06-23CGE2: Implement snSay(), reimplement some parts of the sound code.uruk
2014-06-22CGE2: Remove useless variable declarationsStrangerke
2014-06-22CGE2: Implement snSwap().uruk
2014-06-22CGE2: Implement snGive() and snRmNear().uruk
2014-06-19CGE2: Implement snMouse().uruk
2014-06-18CGE2: Implement snKeep().uruk
2014-06-18CGE2: Implement functions connected to inventory handling.uruk
2014-06-18CGE2: Fix coords of misplaced speech bubbles.uruk
2014-06-17CGE2: Implement switching between scenes.uruk
2014-06-15CGE2: Rework show() and hide() in Bitmap to use V2Ds as parameters.uruk
2014-06-15CGE2: Rename caves to scenes.uruk
2014-06-14CGE2: Implement snWalk().uruk
2014-06-14CGE2: Implement snReach() and connected functions.uruk
2014-06-13CGE2: Rename setCave() to setScene().uruk
2014-06-13CGE2: Implement snCover and snUncover.uruk
2014-06-13CGE2: Stub snSay again.uruk
2014-06-13CGE2: Fix Sprite::ghost and snGhost().uruk
2014-06-13CGE2: Implement snKill().uruk
2014-06-10CGE2: Implement display of speech bubbles.uruk
2014-06-10CGE2: Handle kCmdSetRef.uruk
2014-06-09CGE2: Implement a couple of command handling functions.uruk
2014-06-08CGE2: Handle kCmdNop correctly.uruk
2014-06-08CGE2: Reduce number of unhandled commands (seemingly).uruk
2014-06-03CGE2: Silence some gcc and cppcheck warningsStrangerke
2014-06-03CGE2: nullify some pointersStrangerke
2014-06-03CGE2: Silence some gcc warningsStrangerke
2014-05-30CGE2: Silence a warning in runCommandStrangerke
2014-05-30CGE2: Move an unused variable in a STUB clock, initialize it (in the comment)...Strangerke
2014-05-29CGE2: Implement snGhost().uruk
2014-05-29CGE2: Implement snSend().uruk
2014-05-29CGE2: Implement snHide().uruk
2014-05-24CGE2: Implement snSound().uruk
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
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