aboutsummaryrefslogtreecommitdiff
path: root/queen/module.mk
AgeCommit message (Collapse)Author
2004-11-06Be more consistent with the other module.mk files.Torbjörn Andersson
svn-id: r15719
2004-01-30Various changes to the build system which allow building ScummVM in an ↵Max Horn
external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress svn-id: r12680
2004-01-08- new Grid class to handle all zones / areas stuffGregory Montoir
- adapted Logic/Walk code to use it svn-id: r12250
2004-01-05At last - credits!David Eriksson
svn-id: r12155
2003-12-14Initial (Roland) Music support; a lot of stuff is still missing and/or ↵Joost Peters
incomplete. svn-id: r11621
2003-12-11centralize all State related stuffGregory Montoir
svn-id: r11577
2003-11-26preliminary journal implementation ; this should allow to save/load game ↵Gregory Montoir
state and somewhat configure sound/speech stuff svn-id: r11370
2003-11-14Play all sfx now, instead of only amiga ones + some music preparationJoost Peters
svn-id: r11288
2003-11-09enable (some of) the original debug passwordsGregory Montoir
svn-id: r11227
2003-10-31initial version of Command classGregory Montoir
svn-id: r11016
2003-10-23Initial version of the Input class. Some things still missing.David Eriksson
svn-id: r10944
2003-10-21add Sound class + call it from Talk::speakSegmentJoost Peters
svn-id: r10933
2003-10-16new Display class, cleanup GraphicsGregory Montoir
svn-id: r10827
2003-10-09added walking functionsGregory Montoir
svn-id: r10695
2003-10-08fixed queen build rules...Max Horn
svn-id: r10686
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-06added resource-table loading from external fileJoost Peters
svn-id: r10647
2003-10-05renamed classes (we have our own namespace now) + fixed segfault in logicJoost Peters
svn-id: r10618
2003-10-01Added initial version of QueenCutaway class.David Eriksson
svn-id: r10526
2003-09-29added BANK code from Gregory + minor change to loadFile()Joost Peters
svn-id: r10491
2003-09-28allow queen to compile as pluginOliver Kiehl
svn-id: r10469
2003-09-28queen initial importJoost Peters
svn-id: r10462