Age | Commit message (Expand) | Author |
2004-01-09 | renamed some methods and moved some code to Display | Gregory Montoir |
2004-01-08 | moved the remaining 'graphics' stuff from Logic to Graphics | Gregory Montoir |
2004-01-08 | cleanup, xref update | Gregory Montoir |
2004-01-08 | - new Grid class to handle all zones / areas stuff | Gregory Montoir |
2004-01-08 | mostly cleanup : | Gregory Montoir |
2004-01-07 | - moved some Person/Anim code to Graphics | Gregory Montoir |
2004-01-06 | moved animation stuff to Graphics class | Gregory Montoir |
2004-01-05 | added a class to manage banks, Queen::Graphics cleanup | Gregory Montoir |
2004-01-04 | - added code to only redraw changed blocks in order to avoid full screen refresh | Gregory Montoir |
2004-01-02 | - added missing MOVE_SPEAK code (only CHEF.DOG seems to use that) | Gregory Montoir |
2003-12-29 | cleanup & follow code conventions | Gregory Montoir |
2003-12-20 | some code to play the 'room background sfx' (equivalent to sfxplay(NULLstr)) | Gregory Montoir |
2003-12-19 | put all 'bam' related stuff in a class and allow load/save during a 'bam' scene | Gregory Montoir |
2003-12-13 | some refactoring in Command code (removed/commented unused code, renamed some... | Gregory Montoir |
2003-12-11 | merged Logic::joeGrab & Logic::joeGrabDirection and removed speed argument as... | Gregory Montoir |
2003-12-10 | get rid of GameConfig, use ConfigurationManager | Gregory Montoir |
2003-12-10 | - moved QueenEngine::roomChanged to Logic and enabled call from Cutaway code ... | Gregory Montoir |
2003-12-06 | - handle person bank number hack slighlty differently (fix it when loading, n... | Gregory Montoir |
2003-12-05 | - fix Joe scaling issue when switching from room 51 to 47 (temple) | Gregory Montoir |
2003-11-30 | cleanup | Gregory Montoir |
2003-11-27 | - speak correct sentence when object is not usable | Gregory Montoir |
2003-11-26 | rename some methods (purely cosmetic) and fix some walking problems when clos... | Gregory Montoir |
2003-11-24 | cleanup/update + make Display::palCustomScroll matching exactly the original ... | Gregory Montoir |
2003-11-14 | Play all sfx now, instead of only amiga ones + some music preparation | Joost Peters |
2003-11-13 | update | Gregory Montoir |
2003-11-09 | update | Joost Peters |
2003-11-09 | Moved _talkSelected to Logic. | David Eriksson |
2003-11-08 | Start/stop scenes - fixes missing panel. | David Eriksson |
2003-11-07 | add bob parallax stuff for room 74 (carbam) | Gregory Montoir |
2003-11-05 | update | Gregory Montoir |
2003-11-04 | preliminary R_MAP implementation | Gregory Montoir |
2003-11-03 | cleanup | Gregory Montoir |
2003-11-02 | update | Gregory Montoir |
2003-11-02 | add missing inventory functions | Joost Peters |
2003-11-01 | rename Queen::GameSettings to Queen::GameConfig | Gregory Montoir |
2003-10-31 | use Command class | Gregory Montoir |
2003-10-30 | new Verb class | Gregory Montoir |
2003-10-28 | add accessors for mouse current pos / button + keyVerb | Gregory Montoir |
2003-10-27 | more stuff for future Command class | Gregory Montoir |
2003-10-26 | cleanup, add comments | Gregory Montoir |
2003-10-25 | add some methods to Logic for future Command class | Gregory Montoir |
2003-10-25 | added GameSettings class + FIND_VERB implementation | Gregory Montoir |
2003-10-24 | misc fixes/tweaks | Gregory Montoir |
2003-10-23 | move state related methods to specific class + minor changes | Gregory Montoir |
2003-10-23 | forgot these | Gregory Montoir |
2003-10-23 | Initial version of the Input class. Some things still missing. | David Eriksson |
2003-10-21 | WALK, GRAB_JOE, GRAB_DIR, USE_UNDERWEAR, USE_DRESS and USE_CLOTHES implementa... | Gregory Montoir |
2003-10-20 | cross reference update / cleanup | Gregory Montoir |
2003-10-20 | remaining palette stuff | Gregory Montoir |
2003-10-18 | Moved function from Talk to Graphics because Cutaway need it too. | David Eriksson |