Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-27 | - speak correct sentence when object is not usable | Gregory Montoir | |
- some hardcoded stuff for rooms 69 & 108 - handle CUTJOEF svn-id: r11383 | |||
2003-11-26 | fix some animation issues | Gregory Montoir | |
svn-id: r11380 | |||
2003-11-20 | use constants instead of plain integers for room numbers | Gregory Montoir | |
svn-id: r11353 | |||
2003-11-17 | fix 'chasing car disappearing for a frame' issue | Gregory Montoir | |
svn-id: r11320 | |||
2003-11-15 | fix 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-12 | fix 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-10 | fix 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-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11224 | |||
2003-11-07 | add bob parallax stuff for room 74 (carbam) | Gregory Montoir | |
svn-id: r11197 | |||
2003-11-06 | The 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-02 | Match new[] with delete[]. | David Eriksson | |
svn-id: r11064 | |||
2003-11-01 | rename Queen::GameSettings to Queen::GameConfig | Gregory Montoir | |
svn-id: r11031 | |||
2003-10-31 | add mouse cursor code | Gregory Montoir | |
svn-id: r11015 | |||
2003-10-28 | added loadFileMalloc() method | Joost Peters | |
svn-id: r10988 | |||
2003-10-25 | cleanup Graphics / populate BobSlot | Gregory Montoir | |
svn-id: r10961 | |||
2003-10-25 | whatever | Joost Peters | |
svn-id: r10959 | |||
2003-10-23 | Initial version of the Input class. Some things still missing. | David Eriksson | |
svn-id: r10944 | |||
2003-10-21 | Correct string animation. | David Eriksson | |
svn-id: r10931 | |||
2003-10-20 | fix missing thugs & Hugh during intro + smoother scrolling + flashspecial (sm37) | Gregory Montoir | |
svn-id: r10914 | |||
2003-10-20 | Logic::anim / BobSlot cleanup | Gregory Montoir | |
svn-id: r10909 | |||
2003-10-18 | fix truck intro problem | Gregory Montoir | |
svn-id: r10901 | |||
2003-10-18 | fix bob clipping errors | Gregory Montoir | |
svn-id: r10899 | |||
2003-10-18 | Improved the 'special moves' for intro cutaway (but the thugs must be | David Eriksson | |
hiding behind some crate...) svn-id: r10897 | |||
2003-10-18 | Handle cutaway text. | David Eriksson | |
svn-id: r10892 | |||
2003-10-18 | Moved function from Talk to Graphics because Cutaway need it too. | David Eriksson | |
svn-id: r10891 | |||
2003-10-18 | minor adds + cleanup + fix parallax problem | Gregory Montoir | |
svn-id: r10887 | |||
2003-10-17 | preliminar 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-17 | Hack for allowing ScummVM to respond to events during while the intro is | Torbjö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-16 | Make frames array available. | David Eriksson | |
svn-id: r10828 | |||
2003-10-16 | new Display class, cleanup Graphics | Gregory Montoir | |
svn-id: r10827 | |||
2003-10-16 | fix body/head problem | Gregory Montoir | |
svn-id: r10822 | |||
2003-10-15 | preliminary GRAPHIC_ANIM support | Gregory Montoir | |
svn-id: r10814 | |||
2003-10-13 | dynalum implementation | Gregory Montoir | |
svn-id: r10781 | |||
2003-10-13 | DISP_ROOM additions + 'Person' functions | Gregory Montoir | |
svn-id: r10779 | |||
2003-10-11 | preliminary DISP_ROOM implementation | Gregory Montoir | |
svn-id: r10731 | |||
2003-10-10 | Graphics tweaks | Gregory Montoir | |
svn-id: r10729 | |||
2003-10-10 | cleanup | Max Horn | |
svn-id: r10718 | |||
2003-10-10 | additions/corrections to walking functions | Gregory Montoir | |
svn-id: r10709 | |||
2003-10-09 | added walking functions | Gregory Montoir | |
svn-id: r10695 | |||
2003-10-07 | fix gcc 3.3 warning | Oliver Kiehl | |
svn-id: r10673 | |||
2003-10-07 | some text functions | Gregory Montoir | |
svn-id: r10670 | |||
2003-10-07 | new header for common defines/enums + some additions to Graphics | Gregory Montoir | |
svn-id: r10662 | |||
2003-10-05 | renamed classes (we have our own namespace now) + fixed segfault in logic | Joost Peters | |
svn-id: r10618 | |||
2003-10-03 | namespace Queen | Max Horn | |
svn-id: r10575 | |||
2003-10-02 | - Added QueenGraphics::bob() method | David Eriksson | |
- Match new[] with delete[] svn-id: r10546 | |||
2003-10-02 | minor changes to Graphics class (dtor...) | Gregory Montoir | |
svn-id: r10533 | |||
2003-10-01 | fix warnings | Max Horn | |
svn-id: r10530 | |||
2003-10-01 | added Bob functions to Graphics class | Gregory Montoir | |
svn-id: r10528 | |||
2003-09-29 | consistency (must've overlooked these) | Joost Peters | |
svn-id: r10493 | |||
2003-09-29 | added BANK code from Gregory + minor change to loadFile() | Joost Peters | |
svn-id: r10491 |