Age | Commit message (Expand) | Author |
2017-10-07 | BACKENDS: Fix window sizing of games that switch between multiple resolutions | Colin Snover |
2017-10-07 | ENGINES: Remove default1x scaler flag | Colin Snover |
2016-07-28 | CINE: Move debug channel registration to the first place in the constructor | Eugene Sandulenko |
2015-12-28 | CINE: Remove superflous default value registration for extra GUI options. | Johannes Schickel |
2015-12-28 | CINE: Add support for ScummVM save/load menus | Filippos Karapetis |
2015-09-17 | CINE: Show splash screen in CD version of Future Wars | Torbjörn Andersson |
2015-09-13 | CINE: Add support for CD music in the CD version of Future Wars. | Kirben |
2014-03-16 | CINE: Initialize some unitialized variables | Strangerke |
2014-02-18 | CINE: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2012-09-07 | CINE: Workaround disabled menus in FW when loading from launcher/cl. | Johannes Schickel |
2012-08-13 | CINE: Fix system menu sometimes not appearing in OS | Vincent Hamm |
2011-11-16 | COMMON: Rename Common::set_to to Common::fill. | Johannes Schickel |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn |
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 | CINE: Init volume levels on startup | dhewg |
2011-01-02 | JANITORIAL: Suppress some useless includes | Arnaud Boutonné |
2010-12-31 | CINE: Fix CollisionPage Uninitialised Reads in Operation Stealth. | David Turner |
2010-11-07 | CINE: Added basic debugging console to engine | David Turner |
2010-08-09 | CINE: eliminate global variables | Eugene Sandulenko |
2010-07-16 | CINE: Get rid of some unnecessary g_cine refs | Max Horn |
2010-07-16 | CINE: Get rid of g_saveFileMan | Max Horn |
2010-05-19 | Implement FR #2841445: FW: Restart doesn't work | Eugene Sandulenko |
2010-05-04 | Move DebugChannel related code to new header | Max Horn |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn |
2010-04-21 | CINE: Change Doxygen commands to match our CFC | Max Horn |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2009-08-25 | Fix for bugs #2843081 "FW: Assert starting demo (regression)" and #2843080 "O... | Johannes Schickel |
2009-08-03 | Fix for #2824798 (FW: crash when clicking "load" in the GUI): | Kari Salminen |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-05-11 | Fix bug #2055836: "FW: Music is not restarted when loading a saved game" | Eugene Sandulenko |
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn |
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-10-06 | Added new type Engine::Feature; pushed down some #include dependencies | Max Horn |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-08-16 | Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-... | Christopher Page |
2008-08-11 | Moved fontParamTable inside TextHandler struct and made it a constant size as... | Kari Salminen |
2008-08-11 | Changed palPtr from a pointer to a Common::Array named palArray. Removed palE... | Kari Salminen |
2008-08-11 | Removed textDataPtr pointer as it's not used beyond the loadTextData function... | Kari Salminen |
2008-08-11 | Changed partBuffer from a pointer to a Common::Array. Removed numElementInPar... | Kari Salminen |
2008-08-10 | Merged revisions 33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,... | Christopher Page |
2008-08-09 | Converted zoneData and zoneQuery tables from plain array types to Common::Arr... | Kari Salminen |
2008-08-09 | Converted animDataTable from a plain array to a Common::Array. Should help to... | Kari Salminen |
2008-08-09 | Converted objectTable from a plain array to a Common::Array. Should help to c... | Kari Salminen |
2008-08-09 | Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-... | Christopher Page |