aboutsummaryrefslogtreecommitdiff
path: root/queen/xref.txt
AgeCommit message (Collapse)Author
2004-11-30enabled savegame loading on startupGregory Montoir
svn-id: r15964
2004-03-07cleanup (removed irrevelant comments and useless XXX'ed code)Gregory Montoir
svn-id: r13214
2004-02-28Forgot to add this to xref.txtJoost Peters
svn-id: r13076
2004-02-27Handle comic book case, enable music toggle and some minor cleanup.Joost Peters
svn-id: r13074
2004-01-23updateGregory Montoir
svn-id: r12581
2004-01-09renamed some methods and moved some code to DisplayGregory Montoir
svn-id: r12276
2004-01-08moved the remaining 'graphics' stuff from Logic to GraphicsGregory Montoir
svn-id: r12266
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-07- moved some Person/Anim code to GraphicsGregory Montoir
- some renaming svn-id: r12218
2004-01-06moved animation stuff to Graphics classGregory Montoir
svn-id: r12182
2004-01-05added a class to manage banks, Queen::Graphics cleanupGregory Montoir
svn-id: r12157
2004-01-04- added code to only redraw changed blocks in order to avoid full screen refreshGregory Montoir
- minor code cleanup in Graphics/Display svn-id: r12147
2004-01-02- added missing MOVE_SPEAK code (only CHEF.DOG seems to use that)Gregory Montoir
- clear Talk::_dialogueTree[0] to avoid problems when accessing oldLevel / level 0 svn-id: r12093
2003-12-29cleanup & follow code conventionsGregory Montoir
svn-id: r12019
2003-12-20some code to play the 'room background sfx' (equivalent to sfxplay(NULLstr))Gregory Montoir
svn-id: r11786
2003-12-19put all 'bam' related stuff in a class and allow load/save during a 'bam' sceneGregory Montoir
svn-id: r11759
2003-12-13some refactoring in Command code (removed/commented unused code, renamed ↵Gregory Montoir
some methods) svn-id: r11619
2003-12-11merged Logic::joeGrab & Logic::joeGrabDirection and removed speed argument ↵Gregory Montoir
as it always equals 0 svn-id: r11582
2003-12-10get rid of GameConfig, use ConfigurationManagerGregory Montoir
svn-id: r11555
2003-12-10- moved QueenEngine::roomChanged to Logic and enabled call from Cutaway code ↵Gregory Montoir
(this fixes the 2 irons bars being displayed at the end of c39a.cut) - moved my 'panel being hidden after the head room display' fix - fix problem in joeCutFacing / joeFacing in cutaway code svn-id: r11553
2003-12-06- handle person bank number hack slighlty differently (fix it when loading, ↵Gregory Montoir
not in personSetData) - remove some useless checks as there are no invalid bob numbers in actor data - minor cleanups in Area svn-id: r11520
2003-12-05- fix Joe scaling issue when switching from room 51 to 47 (temple)Gregory Montoir
- add remaining fadein() call in cutaway, pinnacle room is ok now - add 2 macros to 'clarify' some room tests - some cleanup svn-id: r11502
2003-11-30cleanupGregory Montoir
svn-id: r11438
2003-11-27- speak correct sentence when object is not usableGregory Montoir
- some hardcoded stuff for rooms 69 & 108 - handle CUTJOEF svn-id: r11383
2003-11-26rename some methods (purely cosmetic) and fix some walking problems when ↵Gregory Montoir
closing Journal screen svn-id: r11373
2003-11-24cleanup/update + make Display::palCustomScroll matching exactly the original ↵Gregory Montoir
source svn-id: r11361
2003-11-14Play all sfx now, instead of only amiga ones + some music preparationJoost Peters
svn-id: r11288
2003-11-13updateGregory Montoir
svn-id: r11278
2003-11-09updateJoost Peters
svn-id: r11233
2003-11-09Moved _talkSelected to Logic.David Eriksson
svn-id: r11226
2003-11-08Start/stop scenes - fixes missing panel.David Eriksson
svn-id: r11205
2003-11-07add bob parallax stuff for room 74 (carbam)Gregory Montoir
svn-id: r11197
2003-11-05updateGregory Montoir
svn-id: r11148
2003-11-04preliminary R_MAP implementationGregory Montoir
svn-id: r11125
2003-11-03cleanupGregory Montoir
svn-id: r11108
2003-11-02updateGregory Montoir
svn-id: r11055
2003-11-02add missing inventory functionsJoost Peters
svn-id: r11051
2003-11-01rename Queen::GameSettings to Queen::GameConfigGregory Montoir
svn-id: r11031
2003-10-31use Command classGregory Montoir
svn-id: r11017
2003-10-30new Verb classGregory Montoir
svn-id: r11010
2003-10-28add accessors for mouse current pos / button + keyVerbGregory Montoir
svn-id: r10999
2003-10-27more stuff for future Command classGregory Montoir
svn-id: r10987
2003-10-26cleanup, add commentsGregory Montoir
svn-id: r10977
2003-10-25add some methods to Logic for future Command classGregory Montoir
svn-id: r10965
2003-10-25added GameSettings class + FIND_VERB implementationGregory Montoir
svn-id: r10960
2003-10-24misc fixes/tweaksGregory Montoir
svn-id: r10954
2003-10-23move state related methods to specific class + minor changesGregory Montoir
svn-id: r10951
2003-10-23forgot theseGregory Montoir
svn-id: r10950