Age | Commit message (Expand) | Author |
2007-04-01 | We still track the mouse position while waiting for an answer to the "Do you | 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-03-16 | added md5 for spanish version of Touche (tracker item #1681643) | Gregory Montoir |
2007-03-08 | Removed the localized titles in Touche game descriptions, that didn't work re... | Gregory Montoir |
2007-02-24 | Trying to unify the order in which we try the various audio formats: Prefer F... | Max Horn |
2007-02-17 | Added finalize() method to Common::OutSaveFile (which by default just flushes... | Max Horn |
2007-02-16 | Some very obvious cleanups. | Torbjörn Andersson |
2007-02-13 | Changed detectBestMatchingGame to return a pointer to a ADGameDescription (or... | Max Horn |
2007-02-13 | AdvancedDetector changes: | Max Horn |
2007-02-13 | Rename Common::GF_XXX to Common::ADGF_XXX | Eugene Sandulenko |
2007-02-13 | (re)added flags field to ADGameDescription, with currently only one value (GF... | Max Horn |
2007-02-04 | Fix warning. | Eugene Sandulenko |
2007-02-03 | removed preallocation of sprite tables (the previous values were taken from t... | Gregory Montoir |
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 |
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko |
2007-01-08 | renamed an opcode, fixed an assert condition | Gregory Montoir |
2007-01-05 | Enabled exit from in-game options | Gregory Montoir |
2007-01-05 | got rid of an assertion triggered when trying to play a speech file after swi... | Gregory Montoir |
2007-01-02 | workaround a scripting bug (see tracker item #1623356) | Gregory Montoir |
2006-12-29 | workaround a scripting bug (see tracker item #1622114) | Gregory Montoir |
2006-12-29 | minor simplification | Gregory Montoir |
2006-12-20 | workaround a scripting bug (see tracker item #1618700) and renamed an opcode | Gregory Montoir |
2006-12-19 | fixed bug #1618695 | Gregory Montoir |
2006-12-14 | added details for demo version of touche | 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 | Better implementation of op_sleep() which doesn't freeze mouse. | Eugene Sandulenko |
2006-12-09 | added missing opcode (bug report #1612252) | Gregory Montoir |
2006-11-25 | added a few comments and details for another Touche version (tracker item #16... | Gregory Montoir |
2006-11-24 | update the screen at the end of each engine cycle, it should make the mouse c... | Gregory Montoir |
2006-11-24 | fixed bug #1602037 - TOUCHE: Map not shown correctly in Intro. | Gregory Montoir |
2006-11-23 | added details for another Touche version as reported in tracker item #1601818. | Gregory Montoir |
2006-11-23 | minor cleanup, _spritesTable is no more static | Gregory Montoir |
2006-11-18 | added game details for german version of Touche | Gregory Montoir |
2006-11-18 | added font data for french version (and probably all other localized versions) | 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 | fixed valgrind warnings (unitialized data) | Gregory Montoir |
2006-11-12 | Since we now generate warnings/messages for engine instantiation failures in ... | Max Horn |
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 |