aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.h
AgeCommit message (Collapse)Author
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
svn-id: r39003
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently ↵Max Horn
implemented by calling the existing init&go methods; to be cleaned up by engine authors svn-id: r39002
2008-12-13disable GMM save/load when original quit/options dialogs is displayedGregory Montoir
svn-id: r35344
2008-12-07reduced saveload code dupGregory Montoir
svn-id: r35276
2008-11-11Added save/load support from the GMM for the touche engineFilippos Karapetis
svn-id: r35008
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
svn-id: r34916
2008-11-06Implemented GMM loading (and, once the GMM supports it, saving) for SCUMMMax Horn
svn-id: r34913
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some ↵Max Horn
EngineFeature comments svn-id: r34896
2008-11-03Patch #2122869: ALL: Common load dialogMax Horn
svn-id: r34883
2008-08-09Merged revisions ↵Christopher Page
33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-33655,33664,33667-33670,33673-33674,33678,33682,33686-33691,33693,33696,33698,33700,33703,33708,33710,33712-33714,33716 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33720
2008-08-07fix for bug #2040484: TOUCHE: Graphic glitch with long answer optionsGregory Montoir
svn-id: r33691
2008-07-29Added --list-saves support for TOUCHEChristopher Page
svn-id: r33398
2008-07-01Sound settings for TOUCHE can be configured through the GMMChristopher Page
svn-id: r32864
2007-11-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
svn-id: r29386
2007-09-27simplified touche savegame listingGregory Montoir
svn-id: r29112
2007-09-26rename ui.cpp to menu.cpp for consistency with other enginesGregory Montoir
svn-id: r29108
2007-07-25renamed wrongly named parameterGregory Montoir
svn-id: r28201
2007-07-24renamed some fields for clarificationGregory Montoir
svn-id: r28184
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-01added the instance of EventManager returned by OSystem::getEventManager as a ↵Gregory Montoir
member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it. svn-id: r26357
2007-04-01Use the event manager to track the mouse position.Torbjörn Andersson
svn-id: r26345
2007-01-30Moved Touche engine to AdvancedDetector.Eugene Sandulenko
svn-id: r25272
2007-01-21cleanupGregory Montoir
svn-id: r25157
2007-01-08renamed an opcode, fixed an assert conditionGregory Montoir
svn-id: r25056
2007-01-05got rid of an assertion triggered when trying to play a speech file after ↵Gregory Montoir
switching from silent mode to talk mode. Minor cleanup. svn-id: r25010
2006-12-20workaround a scripting bug (see tracker item #1618700) and renamed an opcodeGregory Montoir
svn-id: r24900
2006-12-10cleanup (added a few more constants, renamed some opcodes) and reverted my ↵Gregory Montoir
previous change to op_sleep. svn-id: r24830
2006-12-09force mouse cursor display if first script is different from 90 (startup ↵Gregory Montoir
script number) svn-id: r24826
2006-12-09cleanupGregory Montoir
svn-id: r24825
2006-12-09added missing opcode (bug report #1612252)Gregory Montoir
svn-id: r24823
2006-11-23minor cleanup, _spritesTable is no more staticGregory Montoir
svn-id: r24777
2006-11-18fixed palette glitches during introduction/on restart, cleanupGregory Montoir
svn-id: r24728
2006-11-15added dirty rects handlingGregory Montoir
svn-id: r24725
2006-11-15added handler for flag 618 (cursor display on/off) and workaround a palette ↵Gregory Montoir
glitch svn-id: r24724
2006-11-12cleanupGregory Montoir
svn-id: r24683
2006-11-11various fixes, Touche should now be completable without any major glitchesGregory Montoir
svn-id: r24672
2006-11-10font char width is always equal 16 pixels, removed unneeded parameterGregory Montoir
svn-id: r24669
2006-11-10new menu codeGregory Montoir
workaround a possible scripting bug in introduction screen svn-id: r24668
2006-11-07cleanupGregory Montoir
svn-id: r24654
2006-11-06some fixes, some cleanupGregory Montoir
svn-id: r24644
2006-11-05various fixesGregory Montoir
svn-id: r24628
2006-11-05enabled MIDI volume changesGregory Montoir
svn-id: r24627
2006-11-05removed unneeded opcodesGregory Montoir
svn-id: r24618
2006-11-05added basic MIDI playbackGregory Montoir
svn-id: r24617
2006-11-05cleanupGregory Montoir
svn-id: r24614
2006-11-04Fixed zero filled Rect with PalmOS compilerChris Apers
svn-id: r24606
2006-11-04Fixed zero filled _opcodeTable[] with PalmOS ARM compilerChris Apers
svn-id: r24599
2006-11-03added 'touche' engine for the game 'Touche: The Adventures of the 5th Musketeer'Gregory Montoir
svn-id: r24592