aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.cpp
AgeCommit message (Collapse)Author
2003-11-27- speak correct sentence when object is not usableGregory Montoir
- some hardcoded stuff for rooms 69 & 108 - handle CUTJOEF svn-id: r11383
2003-11-26fix some animation issuesGregory Montoir
svn-id: r11380
2003-11-20use constants instead of plain integers for room numbersGregory Montoir
svn-id: r11353
2003-11-17fix 'chasing car disappearing for a frame' issueGregory Montoir
svn-id: r11320
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-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-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11224
2003-11-07add bob parallax stuff for room 74 (carbam)Gregory Montoir
svn-id: r11197
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-02Match new[] with delete[].David Eriksson
svn-id: r11064
2003-11-01rename Queen::GameSettings to Queen::GameConfigGregory Montoir
svn-id: r11031
2003-10-31add mouse cursor codeGregory Montoir
svn-id: r11015
2003-10-28added loadFileMalloc() methodJoost Peters
svn-id: r10988
2003-10-25cleanup Graphics / populate BobSlotGregory Montoir
svn-id: r10961
2003-10-25whateverJoost Peters
svn-id: r10959
2003-10-23Initial version of the Input class. Some things still missing.David Eriksson
svn-id: r10944
2003-10-21Correct string animation.David Eriksson
svn-id: r10931
2003-10-20fix missing thugs & Hugh during intro + smoother scrolling + flashspecial (sm37)Gregory Montoir
svn-id: r10914
2003-10-20Logic::anim / BobSlot cleanupGregory Montoir
svn-id: r10909
2003-10-18fix truck intro problemGregory Montoir
svn-id: r10901
2003-10-18fix bob clipping errorsGregory Montoir
svn-id: r10899
2003-10-18Improved the 'special moves' for intro cutaway (but the thugs must beDavid Eriksson
hiding behind some crate...) svn-id: r10897
2003-10-18Handle cutaway text.David Eriksson
svn-id: r10892
2003-10-18Moved function from Talk to Graphics because Cutaway need it too.David Eriksson
svn-id: r10891
2003-10-18minor adds + cleanup + fix parallax problemGregory Montoir
svn-id: r10887
2003-10-17preliminar parallax scrolling support (Rita/Joe intro scene), not perfect as ↵Gregory Montoir
Bobs coordinates are also modified in cutaway/action_special_move svn-id: r10860
2003-10-17Hack for allowing ScummVM to respond to events during while the intro isTorbjörn Andersson
playing. I apologize for adding a global variable, but for now that seemed like the least intrusive change. svn-id: r10845
2003-10-16Make frames array available.David Eriksson
svn-id: r10828
2003-10-16new Display class, cleanup GraphicsGregory Montoir
svn-id: r10827
2003-10-16fix body/head problemGregory Montoir
svn-id: r10822
2003-10-15preliminary GRAPHIC_ANIM supportGregory Montoir
svn-id: r10814
2003-10-13dynalum implementationGregory Montoir
svn-id: r10781
2003-10-13DISP_ROOM additions + 'Person' functionsGregory Montoir
svn-id: r10779
2003-10-11preliminary DISP_ROOM implementationGregory Montoir
svn-id: r10731
2003-10-10Graphics tweaksGregory Montoir
svn-id: r10729
2003-10-10cleanupMax Horn
svn-id: r10718
2003-10-10additions/corrections to walking functionsGregory Montoir
svn-id: r10709
2003-10-09added walking functionsGregory Montoir
svn-id: r10695
2003-10-07fix gcc 3.3 warningOliver Kiehl
svn-id: r10673
2003-10-07some text functionsGregory Montoir
svn-id: r10670
2003-10-07new header for common defines/enums + some additions to GraphicsGregory Montoir
svn-id: r10662
2003-10-05renamed classes (we have our own namespace now) + fixed segfault in logicJoost Peters
svn-id: r10618
2003-10-03namespace QueenMax Horn
svn-id: r10575
2003-10-02- Added QueenGraphics::bob() methodDavid Eriksson
- Match new[] with delete[] svn-id: r10546
2003-10-02minor changes to Graphics class (dtor...)Gregory Montoir
svn-id: r10533
2003-10-01fix warningsMax Horn
svn-id: r10530
2003-10-01added Bob functions to Graphics classGregory Montoir
svn-id: r10528
2003-09-29consistency (must've overlooked these)Joost Peters
svn-id: r10493
2003-09-29added BANK code from Gregory + minor change to loadFile()Joost Peters
svn-id: r10491