aboutsummaryrefslogtreecommitdiff
path: root/engines/touche
AgeCommit message (Expand)Author
2007-05-31Merged the fs branch with trunk. r26949:27031David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-15Removed the case for the Italian version from displayQuitDialog(). According toTorbjörn Andersson
2007-05-14Added cases for missing languages to displayQuitDialog(). Should fix featureTorbjörn Andersson
2007-05-13french and german versions of Touche use the same charset data (confirmed by ...Gregory Montoir
2007-05-13this should trigger invalid resource types loads, if that ever happensGregory Montoir
2007-05-03added a TODO for the german charset data and renamed some static arrays/dataGregory Montoir
2007-05-03added spanish charset data (bug report #1712107)Gregory Montoir
2007-04-27Renamed plugin.cpp to detection.cpp in all enginesMax Horn
2007-04-01Replaced another use of getEventManager() by using Engine::_eventManMax Horn
2007-04-01added the instance of EventManager returned by OSystem::getEventManager as a ...Gregory Montoir
2007-04-01Slight simplification of last change. Make sure we don't "oversleep" in fastTorbjörn Andersson
2007-04-01Make the mouse cursor move more smoothly. (Most of this improvement actuallyTorbjörn Andersson
2007-04-01Call updateScreen() more often in options/save/load dialog to keep mouseTorbjörn Andersson
2007-04-01Call updateScreen() more often when drawing right-click menus, to make mouseTorbjörn Andersson
2007-04-01We still track the mouse position while waiting for an answer to the "Do youTorbjörn Andersson
2007-04-01Use the event manager to track the mouse position.Torbjörn Andersson
2007-04-01Use the cursor manager instead of calling the backend functions directly.Torbjörn Andersson
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-16added md5 for spanish version of Touche (tracker item #1681643)Gregory Montoir
2007-03-08Removed the localized titles in Touche game descriptions, that didn't work re...Gregory Montoir
2007-02-24Trying to unify the order in which we try the various audio formats: Prefer F...Max Horn
2007-02-17Added finalize() method to Common::OutSaveFile (which by default just flushes...Max Horn
2007-02-16Some very obvious cleanups.Torbjörn Andersson
2007-02-13Changed detectBestMatchingGame to return a pointer to a ADGameDescription (or...Max Horn
2007-02-13AdvancedDetector changes:Max Horn
2007-02-13Rename Common::GF_XXX to Common::ADGF_XXXEugene Sandulenko
2007-02-13(re)added flags field to ADGameDescription, with currently only one value (GF...Max Horn
2007-02-04Fix warning.Eugene Sandulenko
2007-02-03removed preallocation of sprite tables (the previous values were taken from t...Gregory Montoir
2007-01-30added checks to prevent crash if no datafiles can be found, also fixed a typoGregory Montoir
2007-01-30Moved Touche engine to AdvancedDetector.Eugene Sandulenko
2007-01-21cleanupGregory Montoir
2007-01-20First phase of detection-related plugins interface improvements. Now pluginsEugene Sandulenko
2007-01-08renamed an opcode, fixed an assert conditionGregory Montoir
2007-01-05Enabled exit from in-game optionsGregory Montoir
2007-01-05got rid of an assertion triggered when trying to play a speech file after swi...Gregory Montoir
2007-01-02workaround a scripting bug (see tracker item #1623356)Gregory Montoir
2006-12-29workaround a scripting bug (see tracker item #1622114)Gregory Montoir
2006-12-29minor simplificationGregory Montoir
2006-12-20workaround a scripting bug (see tracker item #1618700) and renamed an opcodeGregory Montoir
2006-12-19fixed bug #1618695Gregory Montoir
2006-12-14added details for demo version of toucheGregory Montoir
2006-12-10cleanup (added a few more constants, renamed some opcodes) and reverted my pr...Gregory Montoir
2006-12-09force mouse cursor display if first script is different from 90 (startup scri...Gregory Montoir
2006-12-09cleanupGregory Montoir
2006-12-09Better implementation of op_sleep() which doesn't freeze mouse.Eugene Sandulenko
2006-12-09added missing opcode (bug report #1612252)Gregory Montoir
2006-11-25added a few comments and details for another Touche version (tracker item #16...Gregory Montoir