aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/talk.cpp
AgeCommit message (Collapse)Author
2014-10-27QUEEN: Allow the engine to quit while dialog options are shownFilippos Karapetis
2014-10-27QUEEN: Fix bug #6700 - "FOTAQ: Weird Response Glitches"Filippos Karapetis
Pending mouse clicks and keypresses are now cleared before and after the game options screen or dialog options are shown
2014-02-18QUEEN: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-16QUEEN: Silent some CppCheck warnings by reducing some variable scopesStrangerke
2012-11-19QUEEN: Fix compilation.D G Turner
2012-11-19QUEEN: Remove unused, but set variable, personWalking from Talk::talk().D G Turner
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
On some systems, passing signed chars to macros like isspace() etc. lead to a runtime error. Hence, mark these macros as forbidden by default, and introduce otherwise equivalent alternatives for them.
2011-11-20QUEEN: Remove unused variableTorbjörn Andersson
As far as I can tell, this 'canQuit' variable (originally 'CANTQUIT') has been replaced by the _vm->input->canQuit() method in all other cases. However, I'm not at all sure what effect this change will have.
2011-11-14QUEEN: Comment unused variableEugene Sandulenko
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
This fixes a potential problem with passing char values that would be sign-extended and yield unexpected results. See http://msdn.microsoft.com/en-us/library/ms245348.aspx
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2010-10-15QUEEN: Fixed code analysis warning - bug #3087851Filippos Karapetis
svn-id: r53499
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
svn-id: r53161
2010-04-12Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew ↵Ori Avtalion
language svn-id: r48645
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵Max Horn
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700
2008-07-11Queen works with the new GMM implementation, and made a correction to a ↵Christopher Page
change in parallaction svn-id: r32999
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
svn-id: r30238
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
svn-id: r28803
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-04-02Re-introduced Input::getMousePos and removed g_system-Gregory Montoir
svn-id: r26372
2007-03-18QUEEN: Make use of EventManager::getMousePosMax Horn
svn-id: r26224
2007-03-02added other code differences for Amiga FOTAQ versions, full game is now ↵Gregory Montoir
completable under ScummVM svn-id: r25941
2007-02-26some fixes for FOTAQ Amiga versions, cleanupGregory Montoir
svn-id: r25886
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-24simplification, removed some duplicated codeGregory Montoir
svn-id: r24783
2006-11-03cleanup (got rid of the custom Language enum, re-used the one in the Common ↵Gregory Montoir
namespace) svn-id: r24595
2006-07-09Added OSystem::setFocusRectangle (first part of Nintendo DS patch)Max Horn
svn-id: r23449
2006-04-04Since our debug() adds an exclamation mark at the message end, removeEugene Sandulenko
it in several calls to avoid duplication!!11! svn-id: r21607
2006-02-28updated some bugs/issues comments and removed wrong 'FIXME' markers.Gregory Montoir
svn-id: r20975
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582