Age | Commit message (Expand) | Author |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion |
2014-05-25 | TOUCHE: Reduce the scope of a variable | Strangerke |
2014-05-25 | TOUCHE: Initialize some uninitialized variables, fix a lot of pointers and bo... | Strangerke |
2014-02-18 | TOUCHE: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-14 | TOUCHE: Use keycodes for hotkey handling. | Johannes Schickel |
2013-11-09 | TOUCHE: Initialize more variables. CID 1002423 | Eugene Sandulenko |
2013-10-29 | TOUCHE: Initialize class variables. CID 1002423 | Eugene Sandulenko |
2013-10-18 | TOUCHE: Initialize uninit variables. CID 1002423 | Eugene Sandulenko |
2012-12-16 | TOUCHE: Simplify external digital music support slightly. | D G Turner |
2012-12-16 | TOUCHE: Fix external music to work with any music format. | D G Turner |
2012-12-16 | TOUCHE: Fix external digital music support. | D G Turner |
2012-12-15 | TOUCHE: Fixes to external digital music support. | D G Turner |
2012-12-14 | TOUCHE: Fix incorrect handle usage. | D G Turner |
2012-12-13 | TOUCHE: Add support for external digital music. | D G Turner |
2012-12-12 | TOUCHE: Add generic music functions to wrap MidiPlayer usages. | D G Turner |
2012-02-04 | TOUCHE: Add charset debug channel | Willem Jan Palenstijn |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-03-19 | TOUCHE: Cleanup syncSoundSettings() | dhewg |
2011-02-14 | TOUCHE: Adapt to setPalette RGBA->RGB change. | Johannes Schickel |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2011-01-21 | TOUCHE: Fixed Uninitialised Read in first call to ToucheEngine::res_loadBackd... | David Turner |
2010-11-08 | TOUCHE: Added basic debugging console to engine | David Turner |
2010-06-17 | Add detection of original directory structure for Touche. | Travis Howell |
2010-05-04 | Move DebugChannel related code to new header | Max Horn |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2009-08-25 | TOUCHE: disable flag 777 update (not checked by any scripts) | Gregory Montoir |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn |
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn |
2008-12-13 | fixed wrong z-reordering when one of the keychars is 0 | Gregory Montoir |
2008-12-13 | disable GMM save/load when original quit/options dialogs is displayed | Gregory Montoir |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-11 | Added save/load support from the GMM for the touche engine | Filippos Karapetis |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-08-09 | Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-... | Christopher Page |
2008-08-07 | fix for bug #2040484: TOUCHE: Graphic glitch with long answer options | Gregory Montoir |
2008-07-31 | Added check for valid save slots, when loading savestates using -x | Christopher Page |
2008-07-14 | Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,... | Christopher Page |
2008-07-13 | TOUCHE works with the new GMM implementation | Christopher Page |
2008-07-01 | Sound settings for TOUCHE can be configured through the GMM | Christopher Page |
2008-06-26 | moved midi driver object creation to MidiPlayer class (to match delete call) | Gregory Montoir |
2008-06-26 | Touche now uses the new _quit flag | Christopher Page |
2008-06-09 | TOUCHE: Reverted some comments that were used for testing purposes | Christopher Page |