aboutsummaryrefslogtreecommitdiff
path: root/queen
AgeCommit message (Collapse)Author
2003-10-17also look for TBL file in current directory (useful when running the game ↵Joost Peters
from CD) svn-id: r10861
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-17more palette stuffGregory Montoir
svn-id: r10859
2003-10-17Fix warning.Torbjörn Andersson
svn-id: r10856
2003-10-17- Implement *WTDavid Eriksson
- Disable some debug output svn-id: r10855
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-17partially fixed palette problem when switching room in cutaway introGregory Montoir
svn-id: r10847
2003-10-17fix french characters display (and maybe german and italian too)Gregory Montoir
svn-id: r10846
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-17Wrote a little TODODavid Eriksson
svn-id: r10842
2003-10-17Do what I actually intended to do.David Eriksson
svn-id: r10841
2003-10-16fix warningMax Horn
svn-id: r10837
2003-10-16commented this line... for proper compilationPaweł Kołodziejski
svn-id: r10835
2003-10-16Load room before cutaway.David Eriksson
svn-id: r10834
2003-10-16Play all intro cutaways (some better than others... :-)David Eriksson
svn-id: r10833
2003-10-16modified/fixed palette codeGregory Montoir
svn-id: r10832
2003-10-16Now we're talking!David Eriksson
svn-id: r10831
2003-10-16Initialize Joe's scaling.David Eriksson
svn-id: r10830
2003-10-16Talk stuffDavid Eriksson
svn-id: r10829
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-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-15preliminary GRAPHIC_ANIM supportGregory Montoir
svn-id: r10814
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-15sorted a bit cross referencesGregory Montoir
svn-id: r10809
2003-10-15DISP_ROOM/REDISP_OBJ() implementation (still missing GRAPHIC_ANIM stuff)Gregory Montoir
svn-id: r10808
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-14commented a bit various structuresGregory Montoir
svn-id: r10801
2003-10-14rewritten Logic::initialise(), making use of 'unserializing' functionsGregory Montoir
svn-id: r10799
2003-10-14Working nicely with personMove disabled!David Eriksson
svn-id: r10798
2003-10-14Persons must not be in table!David Eriksson
svn-id: r10797
2003-10-14more cross referencesGregory Montoir
svn-id: r10795
2003-10-14preliminary FIND_STATE implementationGregory Montoir
svn-id: r10794
2003-10-14Fixed warningTorbjörn Andersson
svn-id: r10793
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 debug mode 0Max Horn
svn-id: r10791
2003-10-14Get numFrames property.David Eriksson
svn-id: r10790
2003-10-14fix compilationMax Horn
svn-id: r10789
2003-10-14Using Walk::personMove now!David Eriksson
svn-id: r10788
2003-10-14Compare correct actor names.David Eriksson
svn-id: r10787
2003-10-13dynalum implementationGregory Montoir
svn-id: r10781
2003-10-13Logic::personSetData correctionGregory Montoir
svn-id: r10780
2003-10-13DISP_ROOM additions + 'Person' functionsGregory Montoir
svn-id: r10779
2003-10-12don't use strstr(), as there is no terminating '\0' at the end of the fileJoost Peters
svn-id: r10772