aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.cpp
AgeCommit message (Expand)Author
2009-08-25TOUCHE: disable flag 777 update (not checked by any scripts)Gregory Montoir
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2008-12-13fixed wrong z-reordering when one of the keychars is 0Gregory Montoir
2008-12-13disable GMM save/load when original quit/options dialogs is displayedGregory Montoir
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-11Added save/load support from the GMM for the touche engineFilippos Karapetis
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-08-09Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-...Christopher Page
2008-08-07fix for bug #2040484: TOUCHE: Graphic glitch with long answer optionsGregory Montoir
2008-07-31Added check for valid save slots, when loading savestates using -xChristopher Page
2008-07-14Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,...Christopher Page
2008-07-13TOUCHE works with the new GMM implementationChristopher Page
2008-07-01Sound settings for TOUCHE can be configured through the GMMChristopher Page
2008-06-26moved midi driver object creation to MidiPlayer class (to match delete call)Gregory Montoir
2008-06-26Touche now uses the new _quit flagChristopher Page
2008-06-09TOUCHE: Reverted some comments that were used for testing purposesChristopher Page
2008-06-06TOUCHE: Fixed a memory leakChristopher Page
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2007-11-20fix bug #1834852Gregory Montoir
2007-11-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
2007-09-29don't update the screen directly after a gamestate load ; keychars and room b...Gregory Montoir
2007-09-29workaround for original game glitch (bug #1751170)Gregory Montoir
2007-09-27simplified touche savegame listingGregory Montoir
2007-09-26rename ui.cpp to menu.cpp for consistency with other enginesGregory Montoir
2007-09-26_currentObjectNum should also be set in text only talk modeGregory Montoir
2007-09-24Silence warnings on 64bit systems.Johannes Schickel
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Code formatting fixesMax Horn
2007-08-06fixed loading of savestates on startupGregory Montoir
2007-07-30added missing MIDI gm->mt32 program change mapping (bug #1759318)Gregory Montoir
2007-07-25renamed wrongly named parameterGregory Montoir
2007-07-24renamed some fields for clarificationGregory Montoir
2007-07-24fixed some issues in pathfinding codeGregory Montoir
2007-06-22Use KEYCODE constants.Torbjörn Andersson
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max 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 when drawing right-click menus, to make mouseTorbjö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-01-30added checks to prevent crash if no datafiles can be found, also fixed a typoGregory Montoir