Age | Commit message (Expand) | Author |
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 |
2008-06-06 | TOUCHE: Fixed a memory leak | Christopher Page |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2007-11-20 | fix bug #1834852 | Gregory Montoir |
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko |
2007-09-29 | don't update the screen directly after a gamestate load ; keychars and room b... | Gregory Montoir |
2007-09-29 | workaround for original game glitch (bug #1751170) | Gregory Montoir |
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-09-26 | _currentObjectNum should also be set in text only talk mode | Gregory Montoir |
2007-09-24 | Silence warnings on 64bit systems. | Johannes Schickel |
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-18 | Code formatting fixes | Max Horn |
2007-08-06 | fixed loading of savestates on startup | Gregory Montoir |
2007-07-30 | added missing MIDI gm->mt32 program change mapping (bug #1759318) | Gregory Montoir |
2007-07-25 | renamed wrongly named parameter | Gregory Montoir |
2007-07-24 | renamed some fields for clarification | Gregory Montoir |
2007-07-24 | fixed some issues in pathfinding code | Gregory Montoir |
2007-06-22 | Use KEYCODE constants. | Torbjörn Andersson |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-01 | Replaced another use of getEventManager() by using Engine::_eventMan | Max Horn |
2007-04-01 | added the instance of EventManager returned by OSystem::getEventManager as a ... | Gregory Montoir |
2007-04-01 | Slight simplification of last change. Make sure we don't "oversleep" in fast | Torbjörn Andersson |
2007-04-01 | Make the mouse cursor move more smoothly. (Most of this improvement actually | Torbjörn Andersson |
2007-04-01 | Call updateScreen() more often when drawing right-click menus, to make mouse | Torbjörn Andersson |
2007-04-01 | Use the event manager to track the mouse position. | Torbjörn Andersson |
2007-04-01 | Use the cursor manager instead of calling the backend functions directly. | Torbjörn Andersson |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-01-30 | added checks to prevent crash if no datafiles can be found, also fixed a typo | Gregory Montoir |
2007-01-30 | Moved Touche engine to AdvancedDetector. | Eugene Sandulenko |
2007-01-21 | cleanup | Gregory Montoir |
2006-12-29 | workaround a scripting bug (see tracker item #1622114) | Gregory Montoir |
2006-12-19 | fixed bug #1618695 | 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 |