Age | Commit message (Expand) | Author |
2007-07-25 | renamed wrongly named parameter | Gregory Montoir |
2007-07-25 | workaround for bug #1751149 (original game issue). | Gregory Montoir |
2007-07-24 | renamed some fields for clarification | Gregory Montoir |
2007-07-24 | fixed some issues in pathfinding code | Gregory Montoir |
2007-07-15 | Removed the old (obsolete) audiostream factories for MP3/Vorbis/FLAC data whi... | Max Horn |
2007-07-12 | Changed SaveFileManager::listSavegames() function to be engine agnostic. It n... | David Corrales |
2007-07-08 | Merged the FSNode branch with trunk r27681:27969 | David Corrales |
2007-06-30 | Move the redrawing of dialog windows (options, save, load, ...) so that we do | Torbjörn Andersson |
2007-06-23 | Merged the FSNode branch with trunk r27031:27680 | David Corrales |
2007-06-22 | Slightly updated key handling in BS2, Kyra, and Touche | Max Horn |
2007-06-22 | Use KEYCODE constants. | Torbjörn Andersson |
2007-06-12 | Patch #1733764: "Fallback detection patch". GSoC student. | Eugene Sandulenko |
2007-05-31 | Merged the fs branch with trunk. r26949:27031 | David Corrales |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-15 | Removed the case for the Italian version from displayQuitDialog(). According to | Torbjörn Andersson |
2007-05-14 | Added cases for missing languages to displayQuitDialog(). Should fix feature | Torbjörn Andersson |
2007-05-13 | french and german versions of Touche use the same charset data (confirmed by ... | Gregory Montoir |
2007-05-13 | this should trigger invalid resource types loads, if that ever happens | Gregory Montoir |
2007-05-03 | added a TODO for the german charset data and renamed some static arrays/data | Gregory Montoir |
2007-05-03 | added spanish charset data (bug report #1712107) | Gregory Montoir |
2007-04-27 | Renamed plugin.cpp to detection.cpp in all engines | 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 in options/save/load dialog to keep mouse | Torbjörn Andersson |
2007-04-01 | Call updateScreen() more often when drawing right-click menus, to make mouse | Torbjörn Andersson |
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 |