aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.cpp
AgeCommit message (Expand)Author
2019-11-09TOUCHE: Fix Missing Default Switch CasesD G Turner
2019-09-15TOUCHE: Remove Various Fixed Sized String Buffer UsageD G Turner
2018-04-22JANITORIAL: Fix formattingAdrian Frühwirth
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2014-05-25TOUCHE: Reduce the scope of a variableStrangerke
2014-05-25TOUCHE: Initialize some uninitialized variables, fix a lot of pointers and bo...Strangerke
2014-02-18TOUCHE: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-14TOUCHE: Use keycodes for hotkey handling.Johannes Schickel
2013-11-09TOUCHE: Initialize more variables. CID 1002423Eugene Sandulenko
2013-10-29TOUCHE: Initialize class variables. CID 1002423Eugene Sandulenko
2013-10-18TOUCHE: Initialize uninit variables. CID 1002423Eugene Sandulenko
2012-12-16TOUCHE: Simplify external digital music support slightly.D G Turner
2012-12-16TOUCHE: Fix external music to work with any music format.D G Turner
2012-12-16TOUCHE: Fix external digital music support.D G Turner
2012-12-15TOUCHE: Fixes to external digital music support.D G Turner
2012-12-14TOUCHE: Fix incorrect handle usage.D G Turner
2012-12-13TOUCHE: Add support for external digital music.D G Turner
2012-12-12TOUCHE: Add generic music functions to wrap MidiPlayer usages.D G Turner
2012-02-04TOUCHE: Add charset debug channelWillem Jan Palenstijn
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-19TOUCHE: Cleanup syncSoundSettings()dhewg
2011-02-14TOUCHE: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-01-21TOUCHE: Fixed Uninitialised Read in first call to ToucheEngine::res_loadBackd...David Turner
2010-11-08TOUCHE: Added basic debugging console to engineDavid Turner
2010-06-17Add detection of original directory structure for Touche.Travis Howell
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
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