Age | Commit message (Expand) | Author |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly wi... | Max Horn |
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2008-12-13 | disable GMM save/load when original quit/options dialogs is displayed | Gregory Montoir |
2008-12-07 | reduced saveload code dup | Gregory Montoir |
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-11-06 | Implemented GMM loading (and, once the GMM supports it, saving) for SCUMM | Max Horn |
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-11-03 | Patch #2122869: ALL: Common load dialog | 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-29 | Added --list-saves support for TOUCHE | Christopher Page |
2008-07-01 | Sound settings for TOUCHE can be configured through the GMM | Christopher Page |
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko |
2007-09-27 | simplified touche savegame listing | Gregory Montoir |
2007-09-26 | rename ui.cpp to menu.cpp for consistency with other engines | Gregory Montoir |
2007-07-25 | renamed wrongly named parameter | Gregory Montoir |
2007-07-24 | renamed some fields for clarification | Gregory Montoir |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-01 | added the instance of EventManager returned by OSystem::getEventManager as a ... | Gregory Montoir |
2007-04-01 | Use the event manager to track the mouse position. | Torbjörn Andersson |
2007-01-30 | Moved Touche engine to AdvancedDetector. | Eugene Sandulenko |
2007-01-21 | cleanup | Gregory Montoir |
2007-01-08 | renamed an opcode, fixed an assert condition | Gregory Montoir |
2007-01-05 | got rid of an assertion triggered when trying to play a speech file after swi... | Gregory Montoir |
2006-12-20 | workaround a scripting bug (see tracker item #1618700) and renamed an opcode | Gregory Montoir |
2006-12-10 | cleanup (added a few more constants, renamed some opcodes) and reverted my pr... | Gregory Montoir |
2006-12-09 | force mouse cursor display if first script is different from 90 (startup scri... | Gregory Montoir |
2006-12-09 | cleanup | Gregory Montoir |
2006-12-09 | added missing opcode (bug report #1612252) | Gregory Montoir |
2006-11-23 | minor cleanup, _spritesTable is no more static | Gregory Montoir |
2006-11-18 | fixed palette glitches during introduction/on restart, cleanup | Gregory Montoir |
2006-11-15 | added dirty rects handling | Gregory Montoir |
2006-11-15 | added handler for flag 618 (cursor display on/off) and workaround a palette g... | Gregory Montoir |
2006-11-12 | cleanup | Gregory Montoir |
2006-11-11 | various fixes, Touche should now be completable without any major glitches | Gregory Montoir |
2006-11-10 | font char width is always equal 16 pixels, removed unneeded parameter | Gregory Montoir |
2006-11-10 | new menu code | Gregory Montoir |
2006-11-07 | cleanup | Gregory Montoir |
2006-11-06 | some fixes, some cleanup | Gregory Montoir |
2006-11-05 | various fixes | Gregory Montoir |
2006-11-05 | enabled MIDI volume changes | Gregory Montoir |
2006-11-05 | removed unneeded opcodes | Gregory Montoir |
2006-11-05 | added basic MIDI playback | Gregory Montoir |
2006-11-05 | cleanup | Gregory Montoir |
2006-11-04 | Fixed zero filled Rect with PalmOS compiler | Chris Apers |
2006-11-04 | Fixed zero filled _opcodeTable[] with PalmOS ARM compiler | Chris Apers |
2006-11-03 | added 'touche' engine for the game 'Touche: The Adventures of the 5th Musketeer' | Gregory Montoir |