aboutsummaryrefslogtreecommitdiff
path: root/queen/walk.h
AgeCommit message (Collapse)Author
2004-01-14- tweaked a bit walking functions to make persons stop walking when a ↵Gregory Montoir
cutaway is canceled - removed unpack to bob frame 2 (as it is never used) - changed some error() calls to assert() - minor cleanups svn-id: r12385
2004-01-08cleanup, xref updateGregory Montoir
svn-id: r12256
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-08mostly cleanup :Gregory Montoir
- moved main update() method to QueenEngine - merged update() & checkPlayer() - added a method in Logic class to handle the CUTAWAY_SPECIAL stuff - Journal remembers last seen page - no need to call loadPanel() to restore panel palette, use palSetPanel() instead svn-id: r12240
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-29cleanup & follow code conventionsGregory Montoir
svn-id: r12019
2003-12-12cleanupGregory Montoir
svn-id: r11600
2003-12-11constructors cleanupGregory Montoir
svn-id: r11589
2003-12-01cleanup header includesGregory Montoir
svn-id: r11449
2003-11-26rename some methods (purely cosmetic) and fix some walking problems when ↵Gregory Montoir
closing Journal screen svn-id: r11373
2003-11-16fix some bugs :Gregory Montoir
- Joe being unable to grab oil during carbam scene (walking bug, when dest_pt == orig_pt) - wrong Joe facing direction when opening plane door updated handlePinnacleRoom() comment svn-id: r11306
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11224
2003-11-05walking fixes (int16/uint16)Gregory Montoir
svn-id: r11146
2003-11-02cleanup/remaining Walk cutaway callsGregory Montoir
svn-id: r11056
2003-10-21WALK, GRAB_JOE, GRAB_DIR, USE_UNDERWEAR, USE_DRESS and USE_CLOTHES ↵Gregory Montoir
implementations svn-id: r10924
2003-10-18minor changes to joeMove() codeGregory Montoir
svn-id: r10888
2003-10-14moved some methods from Queen::Walk to Queen::LogicGregory Montoir
svn-id: r10802
2003-10-13DISP_ROOM additions + 'Person' functionsGregory Montoir
svn-id: r10779
2003-10-12DISP_ROOM additions/correctionsGregory Montoir
svn-id: r10743
2003-10-11preliminary DISP_ROOM implementationGregory Montoir
svn-id: r10731
2003-10-10additions/corrections to walking functionsGregory Montoir
svn-id: r10709
2003-10-09minor additions to walk class + get/set functions for Logic::_areaGregory Montoir
svn-id: r10699
2003-10-09added walking functionsGregory Montoir
svn-id: r10695