aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.cpp
AgeCommit message (Expand)Author
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
2003-10-03Use struct and not array for objectData.David Eriksson
2003-10-03Fix GCC warning.Torbjörn Andersson
2003-10-02You did not see the previous version of this codeDavid Eriksson
2003-10-02Fix bugs, add warnings.David Eriksson
2003-10-02Handle _sfxName table properlyDavid Eriksson
2003-10-02findBob function + tweaks in QueenLogicGregory Montoir
2003-10-02Needing area, and it must be signed intsDavid Eriksson
2003-10-02More member data access.David Eriksson
2003-10-02Must be able to access some data here.David Eriksson
2003-09-29small cleanupJoost Peters
2003-09-29added BANK code from Gregory + minor change to loadFile()Joost Peters
2003-09-29Fixed MSVC6 errorsJamieson Christian
2003-09-28use new operator instead of malloc() and added generic file loading functionJoost Peters
2003-09-28queen initial importJoost Peters