aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/journal.cpp
AgeCommit message (Expand)Author
2019-11-15QUEEN: Fix Missing Default Switch CasesD G Turner
2014-02-18QUEEN: Make GPL headers consistent in themselves.Johannes Schickel
2012-12-13COMMON: Add wrapper for isprint.Johannes Schickel
2012-12-02QUEEN: Workaround a bug in the llvm-g++ compilerThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-04-12Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew la...Ori Avtalion
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-09-06Constness fixBertrand Augereau
2008-09-09Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to warnings-as-err...Filippos Karapetis
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...Christopher Page
2008-07-11Queen works with the new GMM implementation, and made a correction to a chang...Christopher Page
2008-06-04QUEEN: Modified engine to use a quit flag instead of system->quit() in order ...Christopher Page
2007-12-26cleanupMax Horn
2007-11-01Fixed compilationFilippos Karapetis
2007-11-01fix previous commitGregory Montoir
2007-11-01dont call trim(), which relies on isspace(), with specific game charset stringsGregory Montoir
2007-11-01Some changes to FOTAQ for the work in progress Greek translation in FR #17232...Filippos Karapetis
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-22Converted some more code to make use of Common::KEYCODE_ / Common::ASCII_Max Horn
2007-06-22Changed more code to use Common::KEYCODE_ enumMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-20enabled music volume changes in Amiga versionGregory Montoir
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-08Since the amiga version handle music very differently than the PC version, th...Gregory Montoir
2007-02-25reduced code dup, Queen::LineReader -> SeekableReadStream::readLineGregory Montoir
2007-02-24some fixes and additions for FOTAQ amiga versionsGregory Montoir
2007-02-21added initial support for FOTAQ amiga versionsGregory 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-05-13Patch #1091170: ALL, SCUMM: Subtitle speed controlMax Horn
2006-04-02With this change, backends are now responsible for instantiating their OSyste...Max Horn
2006-02-11Moved engines to the new engines/ directoryMax Horn