Age | Commit message (Expand) | Author |
2017-10-07 | ENGINES: Remove default1x scaler flag | Colin Snover |
2016-04-17 | SKY: Proper support for Russian BASS | Eugene Sandulenko |
2016-04-16 | SKY: Added localized quit message for Russian translation | Eugene Sandulenko |
2014-02-18 | SKY: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-06-17 | SKY: Fix double scene init when the intro is skipped (bug #3512069) | Filippos Karapetis |
2012-03-06 | SKY: Fix comment typos | Torbjörn Andersson |
2011-11-14 | SKY: Support external digital music tracks. | Alyssa Milburn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-03-19 | SKY: Cleanup volume levels initialization | dhewg |
2011-02-14 | SKY: get rid of timer based gfx updates | dhewg |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson |
2010-07-17 | DEBUGGER: Simplify how our console debugger works / is used | Max Horn |
2010-06-25 | AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel... | Florian Kagerer |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-07-14 | commit peres' patch for #2813472: BASS: "showgrid" enabled triggers an assert | Joost Peters |
2009-05-02 | Add German floppy demo of BASS. | Travis Howell |
2009-03-15 | Call updateScreen() from the delay() function, like we do in so many other | Torbjörn Andersson |
2009-02-14 | Fix 1690836: "BASS: Speed difference" | Joost Peters |
2009-02-13 | Formatting changes / consistency | Joost Peters |
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn |
2008-12-07 | Fixed bug #2394861 ("BASS: artifacts if skipping intro on wrong screen"). As an | Torbjörn Andersson |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-12 | Moved sky detection and meta engine specific code from sky.cpp into detection... | Filippos Karapetis |
2008-11-11 | Added getMaximumSaveSlot definition for the sky engine | Filippos Karapetis |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-11-05 | Got rid of the unused 'filename' attribute in SaveStateDescriptor | Max Horn |
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ... | Filippos Karapetis |
2008-09-30 | SKY: Fix detector to not (ab)use FSNode::getPath; if you want to open a FSNod... | 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-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-09-02 | fix Virgin logo screen breakage that was introduced in the RTL merge | Joost Peters |
2008-08-16 | Made sure to set the loading slot AFTER selecting the active domain when load... | Christopher Page |
2008-08-16 | Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ... | Christopher Page |
2008-08-15 | Defined some MetaEngineFeatures for the engines, the launcher uses these feat... | Christopher Page |
2008-08-13 | Fixed some memory leaks | Christopher Page |
2008-07-31 | Added check for valid save slots, when loading savestates using -x | Christopher Page |
2008-07-21 | Improved GMM sound settings support for SKY | Christopher Page |
2008-07-13 | SKY works with the new GMM implementation, also updated gui/newgui.cpp and pr... | Christopher Page |
2008-06-25 | Scumm and sky now use the new _quit flag | Christopher Page |
2008-05-08 | Since BASS treats speech separately from other sounds, let's use the | Torbjörn Andersson |