aboutsummaryrefslogtreecommitdiff
path: root/queen/talk.cpp
AgeCommit message (Collapse)Author
2003-12-05cleanup, s/abs/ABS/gGregory Montoir
svn-id: r11501
2003-12-04handle 'talking heads' slighlty differentlyGregory Montoir
svn-id: r11495
2003-12-03- hard coded cutaway stuff for boat roomGregory Montoir
- hard coded cutaway and talk oracle stuff - scale Joe during cutaway when changing rooms - special moves 20 & 24 (temple room 100) - special move 15 (valley room 67) - special move 26 (c69g.CUT) - (game is now completable up to final fight scene) svn-id: r11491
2003-12-03fix klunk scene glitchesGregory Montoir
svn-id: r11486
2003-12-01cleanup header includesGregory Montoir
svn-id: r11449
2003-11-30cleanupGregory Montoir
svn-id: r11438
2003-11-26fix some animation issuesGregory Montoir
svn-id: r11380
2003-11-24fix 'anderson replying twice the same sentence before taking off' issueGregory Montoir
svn-id: r11362
2003-11-15Play correct sound for initial talk second time we talk to someone.David Eriksson
svn-id: r11304
2003-11-15- Talk clean-upDavid Eriksson
- Make it possible to quit a dialogue svn-id: r11302
2003-11-15Correctly set hasTalkedTo.David Eriksson
svn-id: r11301
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-14rewitten fullscreen/panel switching codeGregory Montoir
svn-id: r11296
2003-11-13fix 'Skip handing over the comic to Joe' issueGregory Montoir
svn-id: r11286
2003-11-13Just debug messages and comment stuffDavid Eriksson
svn-id: r11282
2003-11-13Small talk fixes.David Eriksson
There is some bug with the body action. svn-id: r11279
2003-11-12fix the skipped initial talk to floda receptionistGregory Montoir
svn-id: r11270
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-09Moved _talkSelected to Logic.David Eriksson
svn-id: r11226
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11224
2003-11-08Show mouse cursor in dialogue.David Eriksson
svn-id: r11215
2003-11-07Small fixes.David Eriksson
svn-id: r11189
2003-11-07Don't try to speak NULL strings, this fixes atleast 1 crash. (looking out ↵Joost Peters
the hotel window) svn-id: r11173
2003-11-06- Improved talkingDavid Eriksson
- Lots of small fixes svn-id: r11165
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-10-30new Verb classGregory Montoir
svn-id: r11010
2003-10-29A commit that has it all:David Eriksson
- Bug fixes - Refactoring - New code svn-id: r11007
2003-10-29only one RandomSource for the engineGregory Montoir
svn-id: r11004
2003-10-28added loadFileMalloc() methodJoost Peters
svn-id: r10988
2003-10-25whateverJoost Peters
svn-id: r10959
2003-10-23Make it possible to quit cutaways!David Eriksson
svn-id: r10952
2003-10-23Initial version of the Input class. Some things still missing.David Eriksson
svn-id: r10944
2003-10-21Disable debug messageDavid Eriksson
svn-id: r10935
2003-10-21add Sound class + call it from Talk::speakSegmentJoost Peters
svn-id: r10933
2003-10-19Do it right this time.David Eriksson
svn-id: r10906
2003-10-19Probably play right voice at the right time now.David Eriksson
svn-id: r10905
2003-10-18Improved the 'special moves' for intro cutaway (but the thugs must beDavid Eriksson
hiding behind some crate...) svn-id: r10897
2003-10-18Moved function from Talk to Graphics because Cutaway need it too.David Eriksson
svn-id: r10891
2003-10-17fix warningMax Horn
svn-id: r10873
2003-10-17Fix MSVC6 warningsJamieson Christian
svn-id: r10871
2003-10-17- Implement *WTDavid Eriksson
- Disable some debug output svn-id: r10855
2003-10-16Now we're talking!David Eriksson
svn-id: r10831
2003-10-16Don't talk too much.David Eriksson
svn-id: r10819
2003-10-15Moving heads when talking, but where is the text? :-)David Eriksson
svn-id: r10815
2003-10-15Improved talking.David Eriksson
svn-id: r10813
2003-10-15- Make Cutaway use Walk object from LogicDavid Eriksson
- Added talkSpeed to Logic - Some more Talk code svn-id: r10810
2003-10-12- Integrate with Joost's and Gregory's latest implementations.David Eriksson
- Implement more... svn-id: r10771
2003-10-10Improved Talk class.David Eriksson
svn-id: r10711
2003-10-09fixed compilationPaweł Kołodziejski
svn-id: r10707