aboutsummaryrefslogtreecommitdiff
path: root/queen/cutaway.cpp
AgeCommit message (Collapse)Author
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
2003-10-14Using Walk::personMove now!David Eriksson
svn-id: r10788
2003-10-12- Integrate with Joost's and Gregory's latest implementations.David Eriksson
- Implement more... svn-id: r10771
2003-10-11Fix warningTorbjörn Andersson
svn-id: r10733
2003-10-10Get Graphics object as parameter too.David Eriksson
svn-id: r10719
2003-10-09added walking functionsGregory Montoir
svn-id: r10695
2003-10-07Improved Queen::Talk classDavid Eriksson
svn-id: r10667
2003-10-07- Add Talk class and begin to use it from Cutaway classDavid Eriksson
- Move getString() helper function to Talk class svn-id: r10654
2003-10-06forgot thisJoost Peters
svn-id: r10640
2003-10-05renamed classes (we have our own namespace now) + fixed segfault in logicJoost Peters
svn-id: r10618
2003-10-04Added gameState to QueenLogicDavid Eriksson
svn-id: r10590
2003-10-03namespace QueenMax Horn
svn-id: r10575
2003-10-03Use struct and not array for objectData.David Eriksson
svn-id: r10565
2003-10-03fixed compilation under msvc7Paweł Kołodziejski
svn-id: r10562
2003-10-02Quite a bit more implemented on cutaway.David Eriksson
svn-id: r10536
2003-10-01fix warningsMax Horn
svn-id: r10530
2003-10-01Added initial version of QueenCutaway class.David Eriksson
svn-id: r10526