aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
AgeCommit message (Expand)Author
2016-10-29COMMON: Add referencing and destruction of the OSDMessageQueue instanceThierry Crozat
2016-10-17ALL: Fix compilation with disabled cloud but enabled libcurlEugene Sandulenko
2016-10-13GUI: Add checkbox and config option to enable/disable graphics filteringThierry Crozat
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-08-24CLOUD: Do some refactoring/cleanupAlexander Tkachev
2016-08-24CLOUD: Replace USE_CLOUD with USE_LIBCURLAlexander Tkachev
2016-08-24CLOUD: Add LocalWebserverAlexander Tkachev
2016-08-24CLOUD: Make CloudManager singletonAlexander Tkachev
2016-08-24CLOUD: Fix ConnectionManager's destructorAlexander Tkachev
2016-08-24CLOUD: Add DropboxCreateDirectoryRequestAlexander Tkachev
2016-08-24CLOUD: Add Dropbox into CloudManager's configsAlexander Tkachev
2016-08-24CLOUD: Add USE_CLOUD featureAlexander Tkachev
2016-08-24CLOUD: Add Cloud::Manager and Cloud::StorageAlexander Tkachev
2016-08-24CLOUD: Integrate CloudThread into OSystemAlexander Tkachev
2016-08-24CLOUD: Add SimpleJSON library as Common::JSONAlexander Tkachev
2016-08-13COMMON: Introduce --debug-channels-only command line flag.Eugene Sandulenko
2016-06-05BASE: Allow setting the debug flags from the configuration fileBastien Bouclet
2016-05-16Merge pull request #710 from vandalo/masterEugene Sandulenko
2016-04-16COMMON: Fix wrong error messagevandalo
2016-03-30UPDATES: Plug updates dialog in.Eugene Sandulenko
2016-01-17BASE: Initialize default GUI option values before engine instantiation.Johannes Schickel
2015-02-22BASE: Fix infinite loop upon trying to play a game and not finding the engineMatthew Hoops
2014-12-30SCUMM: Add a "chained games manager"Torbjörn Andersson
2014-12-30SCUMM: Enable Day of the Tentacle easter eggTorbjörn Andersson
2014-08-28GUI: change FullScreen into fullscreenBen Castricum
2014-06-05BASE: Allow 'all' to enable all debug channels via CLI too.Johannes Schickel
2014-02-18BASE: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-22ENGINES: Introduce method Engine::initializePath which sets up SearchMan.Johannes Schickel
2013-10-19BASE: Add hack to switch graphics manager in runGame.Johannes Schickel
2013-07-06ALL: Don't use EventRecorder at all when not compiled inMatthew Hoops
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2012-09-17GRAPHICS: Rework YUV->RGB code a bitMatthew Hoops
2012-09-18BASE: Close possible EngineManager memory leak.D G Turner
2012-05-03Merge pull request #213 from fuzzie/leak-fixesJohannes Schickel
2012-04-01BASE: Construct empty String instead of using "".Johannes Schickel
2012-03-31ENGINES: Return all available custom GUI options if no target is specifiedFilippos Karapetis
2012-03-28BASE: Free TTFLibrary singleton on shutdown.Alyssa Milburn
2012-03-28BASE: Destroy singletons on exit.Alyssa Milburn
2012-03-19GUI: Add per-engine and per-game optionsFilippos Karapetis
2012-02-27KEYMAPPER: Rename HardwareKey to HardwareInputTarek Soliman
2012-02-22KEYMAPPER: Fix mistake in last commitTarek Soliman
2012-02-22KEYMAPPER: Minor cleanupTarek Soliman
2012-02-21KEYMAPPER: Remove automapping dead codeTarek Soliman
2012-02-20KEYMAPPER: Move F7 and F8 handling to DefaultEventMapperTarek Soliman
2012-02-13KEYMAPPER: Fix Action ctor args in most keymapsTarek Soliman
2012-02-12KEYMAPPER: Allow ports to define their own global keymapTarek Soliman
2012-02-04KEYMAPPER: Added Toggle FullScreen actionTarek Soliman
2012-02-02KEYMAPPER: Handle EVENT_MAINMENU directlyTarek Soliman
2012-01-07KEYMAPPER: Constantify global keymap nameTarek Soliman
2011-12-30KEYMAPPER: Make engine keymap init and cleanup more genericTarek Soliman