aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.cpp
AgeCommit message (Collapse)Author
2003-11-15fix some bugs :Gregory Montoir
- right-clicking on inventory item doesn't execute default action - unapplied room light level when Joe enters a room - updated comment in roomDisplay on palette fading problem - during dialogue, invalid mouse-overs (added enum for joeWalk flag too) preparing Journal stuff : - add a (almost useless) useJournal method to Logic - removed useless code in Graphics, as it should (and could) be easily re-written in a more OO way svn-id: r11299
2003-11-14fix 'wrong background when talking to Faye inside the plane' issueGregory Montoir
svn-id: r11297
2003-11-14rewitten fullscreen/panel switching codeGregory Montoir
svn-id: r11296
2003-11-13According to the original source code, the journal has a different ID inDavid Eriksson
the demos, but when actually running the demos I get a banana instead of a journal... so let's use the same ID as in the real game. svn-id: r11285
2003-11-13fix amazon/shower issue outside templeGregory Montoir
svn-id: r11280
2003-11-13fix some bugs :Gregory Montoir
- grayed panel disappearing during cutaway - canceling joe walk before switching to another room svn-id: r11277
2003-11-12fix some bugs :Gregory Montoir
- panel not grayed when playing a cutaway - command text still displayed when playing a cutaway - panel drawing glitch on pinnacle room exit - text color on the dialogue choices not updated svn-id: r11267
2003-11-10fix some bugs :Gregory Montoir
- bettle not disappearing when caught - wrong Joe position when switching rooms - bellboy dispappearing after spoken to him (partially fixed) svn-id: r11249
2003-11-10Return mouse cursor and panel after cutaway.David Eriksson
svn-id: r11247
2003-11-09fix small leakJoost Peters
svn-id: r11231
2003-11-09Added (quick-)Saving/LoadingJoost Peters
svn-id: r11230
2003-11-09enable (some of) the original debug passwordsGregory Montoir
svn-id: r11227
2003-11-09Moved _talkSelected to Logic.David Eriksson
svn-id: r11226
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11224
2003-11-08fix bad animation string at amazon entrance roomGregory Montoir
svn-id: r11222
2003-11-08fix dufflebag problemGregory Montoir
svn-id: r11208
2003-11-08Start/stop scenes - fixes missing panel.David Eriksson
svn-id: r11205
2003-11-07Small fixes.David Eriksson
svn-id: r11189
2003-11-07Minor fixes.David Eriksson
svn-id: r11185
2003-11-07Added partial playSong() implementationJoost Peters
svn-id: r11179
2003-11-06- Improved talkingDavid Eriksson
- Lots of small fixes svn-id: r11165
2003-11-06more enum stuffJoost Peters
svn-id: r11163
2003-11-06The more I implement, the more I need to implement.David Eriksson
- More cutaway code - More dialogue code Hint: Let the last intro cutaway finish if you don't want Joe to get stuck. svn-id: r11160
2003-11-04fix demo crash after introductionGregory Montoir
svn-id: r11131
2003-11-04preliminary R_MAP implementationGregory Montoir
svn-id: r11125
2003-11-03cleanupGregory Montoir
svn-id: r11108
2003-11-03enable room switchingGregory Montoir
svn-id: r11089
2003-11-02Remove old FIXMEJoost Peters
svn-id: r11067
2003-11-02change inventory browsing to match originalJoost Peters
svn-id: r11065
2003-11-02cleanup/remaining Walk cutaway callsGregory Montoir
svn-id: r11056
2003-11-02add missing inventory functionsJoost Peters
svn-id: r11051
2003-10-31use Command classGregory Montoir
svn-id: r11017
2003-10-30new Verb classGregory Montoir
svn-id: r11010
2003-10-29only one RandomSource for the engineGregory Montoir
svn-id: r11004
2003-10-28added loadFileMalloc() methodJoost Peters
svn-id: r10988
2003-10-27more stuff for future Command classGregory Montoir
svn-id: r10987
2003-10-26cleanup, add commentsGregory Montoir
svn-id: r10977
2003-10-25add some methods to Logic for future Command classGregory Montoir
svn-id: r10965
2003-10-25added GameSettings class + FIND_VERB implementationGregory Montoir
svn-id: r10960
2003-10-25whateverJoost Peters
svn-id: r10959
2003-10-24misc fixes/tweaksGregory Montoir
svn-id: r10954
2003-10-23move state related methods to specific class + minor changesGregory Montoir
svn-id: r10951
2003-10-23minor changes for future Command classGregory Montoir
svn-id: r10949
2003-10-23Initial version of the Input class. Some things still missing.David Eriksson
svn-id: r10944
2003-10-21add Sound class + call it from Talk::speakSegmentJoost Peters
svn-id: r10933
2003-10-21WALK, GRAB_JOE, GRAB_DIR, USE_UNDERWEAR, USE_DRESS and USE_CLOTHES ↵Gregory Montoir
implementations svn-id: r10924
2003-10-20real Logic::anim cleanupGregory Montoir
svn-id: r10910
2003-10-20Logic::anim / BobSlot cleanupGregory Montoir
svn-id: r10909
2003-10-19minor cleanup / comments updateGregory Montoir
svn-id: r10908
2003-10-18fix bad access on areasGregory Montoir
svn-id: r10900