Age | Commit message (Expand) | Author |
2007-12-07 | add Common::Rect::center (handy for ::setFocusRectangle()) | Gregory Montoir |
2007-12-01 | Experimental "focus rectangle" support. I don't have any way to actually test | Torbjörn Andersson |
2007-11-01 | Revert patch #1709219 - DXA Player: double size scaling option. | Travis Howell |
2007-10-31 | Slighly modified patch #1709219: "DXA Player: double size scaling option" | Eugene Sandulenko |
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-08-05 | Merged fsnode with trunk: r27971:28460 | David Corrales |
2007-07-21 | The mixer no longer allows unpausing channels that aren't paused. So don't. | Torbjörn Andersson |
2007-07-15 | Fixed sound factory messup caused by my previous commit | Max Horn |
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-21 | Use the KEYCODE constants. | Torbjörn Andersson |
2007-06-12 | Add support for pausing/resume cutscenes shown on the OmniTV in The Feeble Fi... | Travis Howell |
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode imple... | David Corrales |
2007-05-31 | Re-added Revolution Software copyright to BS2 engine | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on scummvm... | Max Horn |
2007-04-14 | I must have accidentally broken frame skipping when I added DXA playback. Made | Torbjörn Andersson |
2007-04-01 | added the instance of EventManager returned by OSystem::getEventManager as a ... | Gregory Montoir |
2007-03-18 | Let the event manager keep track of the mouse position. | Torbjörn Andersson |
2007-03-18 | Fixed bug that caused the music to stop. I don't know if this is a regression, | Torbjörn Andersson |
2007-03-18 | Oops. | Torbjörn Andersson |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with | Torbjörn Andersson |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-03-01 | Get rid of the last two usages of File::incRef/decRef | Max Horn |
2007-03-01 | Removed obsolete 'if' (resp. replaced it by an assert) | Max Horn |
2007-03-01 | Got rid of another use of File::incRef/decRef | Max Horn |
2007-02-24 | Remove unneeded #includes | Max Horn |
2007-02-24 | Trying to unify the order in which we try the various audio formats: Prefer F... | Max Horn |
2007-02-20 | Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me | Max Horn |
2007-02-20 | Cleanup. | Torbjörn Andersson |
2007-02-17 | Removed some dead code, updated a warning message | Max Horn |
2007-02-17 | Added finalize() method to Common::OutSaveFile (which by default just flushes... | Max Horn |
2007-02-11 | SWORD2: Enhance the detector to recurse into the 'clusters' directory, making... | Max Horn |
2007-02-08 | Instead of pre-rendering all subtitles and pre-loading all sounds for a movie | Torbjörn Andersson |
2007-02-03 | Fixing various doxygen warnings | Max Horn |
2007-02-03 | * Reimplemented Mixer::pauseAll to simply invoke pause on all channels | Max Horn |
2007-01-27 | Stop movie lead-in/out when restarting the game (as I already claimed in a | Torbjörn Andersson |
2007-01-26 | Added separate function for playing cutscene lead-in/out sounds, and made sure | Torbjörn Andersson |
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko |
2007-01-03 | Use FRAMES_PER_SECOND, not getFramesPerSecond(), to calculate the number of | Torbjörn Andersson |
2007-01-03 | Added experimental "fast mode" for Broken Sword 2. (Use Ctrl-f to toggle.) | Torbjörn Andersson |
2006-12-18 | The MPEG player no longer handles frame syncing/dropping, so this comment is | Torbjörn Andersson |
2006-11-16 | Applied patch #1597800 to better support the Spanish end credits. | Torbjörn Andersson |
2006-11-12 | Since we now generate warnings/messages for engine instantiation failures in ... | Max Horn |
2006-11-07 | Fixed regression caused by recent debug console cleanup. The key stroke that | Torbjörn Andersson |
2006-10-21 | cleanup | Max Horn |
2006-10-15 | Added some more const keywords | Max Horn |
2006-10-02 | Fixed bug #1569594 ("BS2 DXA Movie Exit/Crash"). That's what I get for only | Torbjörn Andersson |