aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/logic.cpp
AgeCommit message (Expand)Author
2019-11-15QUEEN: Fix Missing Default Switch CasesD G Turner
2014-10-27QUEEN: Fix bug #6700 - "FOTAQ: Weird Response Glitches"Filippos Karapetis
2014-02-18QUEEN: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-11QUEEN: Fix bug #3612408 - "QUEEN: Can't quit from ScummVM while ending cutscene"Filippos Karapetis
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2012-02-04QUEEN: Fix clicking at the pinnacle.Alyssa Milburn
2011-05-25ALL: neighbour -> neighborMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-11-01ENGINES: Replace many printfs by warning/debug/debugNMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-07-11Queen works with the new GMM implementation, and made a correction to a chang...Christopher Page
2008-07-06QUEEN: Made it possible to quit during the intro cutawaysChristopher Page
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-11-05made CmdText a virtual class, so that language tweaks can be handled in subcl...Gregory Montoir
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-02Re-introduced Input::getMousePos and removed g_system-Gregory Montoir
2007-03-18QUEEN: Make use of EventManager::getMousePosMax Horn
2007-03-08Since the amiga version handle music very differently than the PC version, th...Gregory Montoir
2007-03-02added other code differences for Amiga FOTAQ versions, full game is now compl...Gregory Montoir
2007-02-26some fixes for FOTAQ Amiga versions, cleanupGregory Montoir
2007-02-25reduced code dup, Queen::LineReader -> SeekableReadStream::readLineGregory Montoir
2007-02-25changed all hard-coded filenames to uppercase, for consistencyGregory Montoir
2007-02-25added AmigaSound::playRandomPatternJungle, minor cleanupGregory Montoir
2007-02-24some fixes and additions for FOTAQ amiga versionsGregory Montoir
2007-02-21added initial support for FOTAQ amiga versionsGregory Montoir
2007-02-13made rtrim() and ltrim() global functions, to reduce code duplication (it see...Gregory Montoir
2006-11-24simplification, removed some duplicated codeGregory Montoir
2006-11-13Reverted previous commit to keep FotAQ from crashing. The LineReader classTorbjörn Andersson
2006-11-12once parsed, queen2.jas buffer can be free'd.Gregory Montoir
2006-11-12cleanupGregory Montoir
2006-11-04rewrote FOTAQ game version detection code in a - if I didn't break anything -...Gregory Montoir
2006-11-03cleanup (got rid of the custom Language enum, re-used the one in the Common n...Gregory Montoir
2006-02-28updated some bugs/issues comments and removed wrong 'FIXME' markers.Gregory Montoir
2006-02-11Moved engines to the new engines/ directoryMax Horn