aboutsummaryrefslogtreecommitdiff
path: root/queen/cutaway.cpp
AgeCommit message (Collapse)Author
2003-11-14rewitten fullscreen/panel switching codeGregory Montoir
svn-id: r11296
2003-11-13Fix crashing demos: the demos have no song parameter in cutaway animations.David Eriksson
svn-id: r11283
2003-11-10Make the fix like the original game instead.David Eriksson
svn-id: r11248
2003-11-10Return mouse cursor and panel after cutaway.David Eriksson
svn-id: r11247
2003-11-09forgot to update commentGregory Montoir
svn-id: r11229
2003-11-09fix flipped faye issue in c3a.cutGregory Montoir
svn-id: r11228
2003-11-09- Fix cutaway bug that made Joe end up in the wrong location when theDavid Eriksson
cutaway was cancelled. - Fix cutaway bugs that made it very bad to cancel the cutaway where Joe looks out from the hotel window. svn-id: r11225
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11224
2003-11-08missing stuff for carbam sceneGregory Montoir
svn-id: r11206
2003-11-08Start/stop scenes - fixes missing panel.David Eriksson
svn-id: r11205
2003-11-07oopsGregory Montoir
svn-id: r11198
2003-11-07add bob parallax stuff for room 74 (carbam)Gregory Montoir
svn-id: r11197
2003-11-07Implement some special actionsDavid Eriksson
svn-id: r11194
2003-11-07Minor fixes.David Eriksson
svn-id: r11185
2003-11-07Added partial playSong() implementationJoost Peters
svn-id: r11179
2003-11-06Bug fix for non-quittable cutaways.David Eriksson
svn-id: r11166
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-03Add partial roomname enumJoost Peters
svn-id: r11085
2003-10-31use Command classGregory Montoir
svn-id: r11017
2003-10-30new Verb classGregory Montoir
svn-id: r11010
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-21- Add some missing speechDavid Eriksson
- Disable debug messages svn-id: r10936
2003-10-21add Sound class + call it from Talk::speakSegmentJoost Peters
svn-id: r10933
2003-10-21- Better handling of complex animationsDavid Eriksson
- Special action: scale title svn-id: r10932
2003-10-20- Disable debug messagesDavid Eriksson
- Write text at correct position svn-id: r10915
2003-10-20fix missing thugs & Hugh during intro + smoother scrolling + flashspecial (sm37)Gregory Montoir
svn-id: r10914
2003-10-19Added scaling of objects in cutaways.David Eriksson
svn-id: r10904
2003-10-19- currentImage stuffDavid Eriksson
- create correct voice file prefix svn-id: r10903
2003-10-18Improved the 'special moves' for intro cutaway (but the thugs must beDavid Eriksson
hiding behind some crate...) svn-id: r10897
2003-10-18Fix normal animation.David Eriksson
svn-id: r10896
2003-10-18Special actions for cdint.cutDavid Eriksson
svn-id: r10895
2003-10-18Fix a little bug.David Eriksson
svn-id: r10893
2003-10-18Handle cutaway text.David Eriksson
svn-id: r10892
2003-10-18- Fix some cutaway crashesDavid Eriksson
- Implement more cutaway animation svn-id: r10890
2003-10-18Make the aeroplane fly (and Joe too... I wonder what he smoked.)David Eriksson
svn-id: r10889
2003-10-17Fix warning.Torbjörn Andersson
svn-id: r10856
2003-10-17Disable some debug outputDavid Eriksson
svn-id: r10854
2003-10-17fixed crash (atleast it crashes for me on OSX) - can someone please verify ↵Joost Peters
if this is a proper fix (and doesn't break anything else?) svn-id: r10851
2003-10-17Wrote a little TODODavid Eriksson
svn-id: r10842
2003-10-16Play all intro cutaways (some better than others... :-)David Eriksson
svn-id: r10833
2003-10-15Improved talking.David Eriksson
svn-id: r10813
2003-10-15- Use Logic::roomRefreshObject() in CutawayDavid Eriksson
- Fix tiny bugs in Logic::roomRefreshObject() svn-id: r10812
2003-10-15- Make Cutaway use Walk object from LogicDavid Eriksson
- Added talkSpeed to Logic - Some more Talk code svn-id: r10810
2003-10-15fix personMove / cutaway problemGregory Montoir
svn-id: r10807
2003-10-14moved some methods from Queen::Walk to Queen::LogicGregory Montoir
svn-id: r10802
2003-10-14Working nicely with personMove disabled!David Eriksson
svn-id: r10798
2003-10-14can remove comments again now, since logic.h was commited. Please don't ↵Max Horn
leave CVS broken for more than a few minutes (ideally, only make atomic commits - i.e. only commit a file if all changes in other files on which it relies on are being commited at the same time) svn-id: r10792
2003-10-14fix compilationMax Horn
svn-id: r10789