aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/logic.cpp
AgeCommit message (Expand)Author
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