aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.h
AgeCommit message (Expand)Author
2003-12-13some refactoring in Command code (removed/commented unused code, renamed some...Gregory Montoir
2003-12-12cleanupGregory Montoir
2003-12-12get rid of Verb classGregory Montoir
2003-12-11constructors cleanupGregory Montoir
2003-12-11cleanupGregory Montoir
2003-12-11merged Logic::joeGrab & Logic::joeGrabDirection and removed speed argument as...Gregory Montoir
2003-12-11cleanupGregory Montoir
2003-12-11centralize all State related stuffGregory Montoir
2003-12-10get rid of GameConfig, use ConfigurationManagerGregory Montoir
2003-12-10- moved QueenEngine::roomChanged to Logic and enabled call from Cutaway code ...Gregory Montoir
2003-12-10cleanup, split Cutaway::specialMove() into several methods ; this should allo...Gregory Montoir
2003-12-05cleanup, s/abs/ABS/gGregory Montoir
2003-12-04cleanupGregory Montoir
2003-12-03- hard coded cutaway stuff for boat roomGregory Montoir
2003-12-03fix klunk scene glitchesGregory Montoir
2003-12-02- some Command code refactoring (removed unused code, splitted some methods)Gregory Montoir
2003-12-01cleanup header includesGregory Montoir
2003-11-30cleanupGregory Montoir
2003-11-27- speak correct sentence when object is not usableGregory Montoir
2003-11-26add a wrapper for Talk::speak in Logic that clears current commandGregory Montoir
2003-11-26preliminary journal implementation ; this should allow to save/load game stat...Gregory Montoir
2003-11-15- Enabled missing calls to _sound->playSong, now it should *really* play all SFXJoost Peters
2003-11-15fix some bugs :Gregory Montoir
2003-11-14rewitten fullscreen/panel switching codeGregory Montoir
2003-11-10Make the fix like the original game instead.David Eriksson
2003-11-09Added (quick-)Saving/LoadingJoost Peters
2003-11-09enable (some of) the original debug passwordsGregory Montoir
2003-11-09Moved _talkSelected to Logic.David Eriksson
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-08Start/stop scenes - fixes missing panel.David Eriksson
2003-11-07add bob parallax stuff for room 74 (carbam)Gregory Montoir
2003-11-06- Improved talkingDavid Eriksson
2003-11-06Do not allow invalid room numbers.David Eriksson
2003-11-06Validate room numberDavid Eriksson
2003-11-06The more I implement, the more I need to implement.David Eriksson
2003-11-04preliminary R_MAP implementationGregory Montoir
2003-11-03cleanupGregory Montoir
2003-11-02cleanup/remaining Walk cutaway callsGregory Montoir
2003-11-02add missing inventory functionsJoost Peters
2003-11-01rename Queen::GameSettings to Queen::GameConfigGregory Montoir
2003-10-31use Command classGregory Montoir
2003-10-30new Verb classGregory Montoir
2003-10-29only one RandomSource for the engineGregory Montoir
2003-10-27more stuff for future Command classGregory Montoir
2003-10-26cleanup, add commentsGregory Montoir
2003-10-25add some methods to Logic for future Command classGregory Montoir
2003-10-25added GameSettings class + FIND_VERB implementationGregory Montoir
2003-10-24misc fixes/tweaksGregory Montoir
2003-10-23move state related methods to specific class + minor changesGregory Montoir
2003-10-23minor changes for future Command classGregory Montoir