aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/journal.cpp
AgeCommit message (Collapse)Author
2008-09-09Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to ↵Filippos Karapetis
warnings-as-errors" svn-id: r34457
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets ↵Christopher Page
_shouldQuit, shouldQuit is only set if there's an EVENT_QUIT. EVENT_RTL and EVENT_QUIT are completely separate from each other. Engine::quit() method now checks both _shouldQuit and _shouldRTL to determine if the engine should exit. There is no longer a need for resetQuit(), so it's removed svn-id: r33082
2008-07-11Queen works with the new GMM implementation, and made a correction to a ↵Christopher Page
change in parallaction svn-id: r32999
2008-06-04QUEEN: Modified engine to use a quit flag instead of system->quit() in order ↵Christopher Page
to return to the launcher svn-id: r32525
2007-12-26cleanupMax Horn
svn-id: r30005
2007-11-01Fixed compilationFilippos Karapetis
svn-id: r29368
2007-11-01fix previous commitGregory Montoir
svn-id: r29367
2007-11-01dont call trim(), which relies on isspace(), with specific game charset stringsGregory Montoir
svn-id: r29365
2007-11-01Some changes to FOTAQ for the work in progress Greek translation in FR ↵Filippos Karapetis
#1723255 - "FOTAQ code modifications (mostly for greek translation)": - Added Greek font to FOTAQ - When the verb is "Go to" in the Greek version, there won't be a space after the verb and the item (as per the translator's request) - The strings in the journal are not cut off in the Greek version svn-id: r29360
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-06-22Converted some more code to make use of Common::KEYCODE_ / Common::ASCII_Max Horn
svn-id: r27628
2007-06-22Changed more code to use Common::KEYCODE_ enumMax Horn
svn-id: r27624
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-03-20enabled music volume changes in Amiga versionGregory Montoir
svn-id: r26265
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class ↵Max Horn
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
svn-id: r26156
2007-03-08Since the amiga version handle music very differently than the PC version, ↵Gregory Montoir
the existing Music and MusicPlayer classes have been merged to a single MidiMusic class, simplifying code a bit. svn-id: r26033
2007-02-25reduced code dup, Queen::LineReader -> SeekableReadStream::readLineGregory Montoir
svn-id: r25871
2007-02-24some fixes and additions for FOTAQ amiga versionsGregory Montoir
svn-id: r25825
2007-02-21added initial support for FOTAQ amiga versionsGregory Montoir
svn-id: r25769
2006-11-04rewrote FOTAQ game version detection code in a - if I didn't break anything ↵Gregory Montoir
- better way (no more duplicated code, more accurate game description in the launcher...) svn-id: r24598
2006-11-03cleanup (got rid of the custom Language enum, re-used the one in the Common ↵Gregory Montoir
namespace) svn-id: r24595
2006-05-13Patch #1091170: ALL, SCUMM: Subtitle speed controlMax Horn
svn-id: r22456
2006-04-02With this change, backends are now responsible for instantiating their ↵Max Horn
OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently) svn-id: r21557
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582