aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.cpp
AgeCommit message (Expand)Author
2003-10-28added loadFileMalloc() methodJoost Peters
2003-10-27more stuff for future Command classGregory Montoir
2003-10-26cleanup, add commentsGregory Montoir
2003-10-25add some methods to Logic for future Command classGregory Montoir
2003-10-25added GameSettings class + FIND_VERB implementationGregory Montoir
2003-10-25whateverJoost Peters
2003-10-24misc fixes/tweaksGregory Montoir
2003-10-23move state related methods to specific class + minor changesGregory Montoir
2003-10-23minor changes for future Command classGregory Montoir
2003-10-23Initial version of the Input class. Some things still missing.David Eriksson
2003-10-21add Sound class + call it from Talk::speakSegmentJoost Peters
2003-10-21WALK, GRAB_JOE, GRAB_DIR, USE_UNDERWEAR, USE_DRESS and USE_CLOTHES implementa...Gregory Montoir
2003-10-20real Logic::anim cleanupGregory Montoir
2003-10-20Logic::anim / BobSlot cleanupGregory Montoir
2003-10-19minor cleanup / comments updateGregory Montoir
2003-10-18fix bad access on areasGregory Montoir
2003-10-18Special actions for cdint.cutDavid Eriksson
2003-10-17more palette stuffGregory Montoir
2003-10-16modified/fixed palette codeGregory Montoir
2003-10-16Initialize Joe's scaling.David Eriksson
2003-10-16new Display class, cleanup GraphicsGregory Montoir
2003-10-15preliminary GRAPHIC_ANIM supportGregory Montoir
2003-10-15- Use Logic::roomRefreshObject() in CutawayDavid Eriksson
2003-10-15- Make Cutaway use Walk object from LogicDavid Eriksson
2003-10-15DISP_ROOM/REDISP_OBJ() implementation (still missing GRAPHIC_ANIM stuff)Gregory Montoir
2003-10-14moved some methods from Queen::Walk to Queen::LogicGregory Montoir
2003-10-14rewritten Logic::initialise(), making use of 'unserializing' functionsGregory Montoir
2003-10-14preliminary FIND_STATE implementationGregory Montoir
2003-10-14Compare correct actor names.David Eriksson
2003-10-13Logic::personSetData correctionGregory Montoir
2003-10-13DISP_ROOM additions + 'Person' functionsGregory Montoir
2003-10-12added missing INITIATE() code, added language detection to Resource class, etc.Joost Peters
2003-10-12minor initialise() tweaks, added panel zonesGregory Montoir
2003-10-12minor additions for DISP_ROOMGregory Montoir
2003-10-12DISP_ROOM additions/correctionsGregory Montoir
2003-10-11preliminary DISP_ROOM implementationGregory Montoir
2003-10-10Graphics tweaksGregory Montoir
2003-10-10additions/corrections to walking functionsGregory Montoir
2003-10-09minor additions to walk class + get/set functions for Logic::_areaGregory Montoir
2003-10-09added walking functionsGregory Montoir
2003-10-08added new structuresGregory Montoir
2003-10-07Fixed assert(). I think -- I don't even get this far before ScummVM crashesTorbjörn Andersson
2003-10-07add Joe struct + get/set functionsJoost Peters
2003-10-06some additions + small readability rewriteJoost Peters
2003-10-06Start on index 1, not 0.David Eriksson
2003-10-06Check array bounds.David Eriksson
2003-10-05renamed classes (we have our own namespace now) + fixed segfault in logicJoost Peters
2003-10-04Added gameState to QueenLogicDavid Eriksson
2003-10-03fix 2 cases not handled in findBob() (stupid me...) and match new/deleteGregory Montoir
2003-10-03namespace QueenMax Horn