aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.cpp
AgeCommit message (Expand)Author
2003-12-15clear command text in pinnacle room when there is no valid place under the cu...Gregory Montoir
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-10oopsGregory 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-06- handle person bank number hack slighlty differently (fix it when loading, n...Gregory Montoir
2003-12-05- fix Joe scaling issue when switching from room 51 to 47 (temple)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-03new room/gamestate constantsGregory Montoir
2003-12-02fix a potiental journal issueGregory Montoir
2003-12-02- some Command code refactoring (removed unused code, splitted some methods)Gregory Montoir
2003-12-01fix bug in command code, letting a failed command being executedGregory 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-26oopsGregory Montoir
2003-11-26fix some animation issuesGregory Montoir
2003-11-26add a wrapper for Talk::speak in Logic that clears current commandGregory Montoir
2003-11-26clear current command *in* Command class (not logic)Gregory Montoir
2003-11-26rename some methods (purely cosmetic) and fix some walking problems when clos...Gregory Montoir
2003-11-26preliminary journal implementation ; this should allow to save/load game stat...Gregory Montoir
2003-11-20fix 'gorilla becoming invisible' issue (this was due to the missing CLEAR_COM...Gregory Montoir
2003-11-16fix 'wrong Joe position when switching from hotel basement to lobby' issueGregory Montoir
2003-11-16fix some bugs :Gregory Montoir
2003-11-15- Enabled missing calls to _sound->playSong, now it should *really* play all SFXJoost Peters
2003-11-15- Talk clean-upDavid Eriksson
2003-11-15fix some bugs :Gregory Montoir
2003-11-14fix 'wrong background when talking to Faye inside the plane' issueGregory Montoir
2003-11-14rewitten fullscreen/panel switching codeGregory Montoir
2003-11-13According to the original source code, the journal has a different ID inDavid Eriksson
2003-11-13fix amazon/shower issue outside templeGregory Montoir
2003-11-13fix some bugs :Gregory Montoir
2003-11-12fix some bugs :Gregory Montoir
2003-11-10fix some bugs :Gregory Montoir
2003-11-10Return mouse cursor and panel after cutaway.David Eriksson
2003-11-09fix small leakJoost Peters
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