aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
AgeCommit message (Expand)Author
2011-05-23COMMON: Modify Base::processSettings, get rid of Common::kArgumentNotProcessedMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-05BASE: Suppress pointless warning message (fixes bug #3291522)Max Horn
2011-05-02ALL: Mark printf and various other symbols as forbiddenMax Horn
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-18COMMON: Cleanup names/handling of some error codesMax Horn
2011-04-18COMMON: Remove kInvalidPathErrorMax Horn
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-02-12JANITORIAL: Remove duplicate #include'sOri Avtalion
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-12-30PLUGINS: rename ONE_PLUGIN_AT_A_TIME define to UNCACHED_PLUGINSYotam Barnoy
2010-12-23PLUGINS: switched plugin manager to inheritance rather than #definesYotam Barnoy
2010-12-04BASE: Only clear debug channels after destructing the engine object in runGame.Johannes Schickel
2010-11-30I18N: Don't build TranslationManager when translation is disabled.Jordi Vilalta Prat
2010-11-28MAIN: Fix --gfx-mode regressionTorbjörn Andersson
2010-11-18MAIN: initialized more singletons early to prevent fragmentation.Yotam Barnoy
2010-11-18MAIN: added early call to getAudioCdManager to prevent late allocationYotam Barnoy
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-11-15CONFIGMAN: added defragmentation methods for one-plugin-at-a-timeYotam Barnoy
2010-11-15PLUGINS: moved plugin-at-a-time unload to be after deleting the engine.Yotam Barnoy
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-11-05PLUGINS: improved one-at-a-time plugin codeYotam Barnoy
2010-11-03Merge from gsoc2010-pluginsYotam Barnoy
2010-11-01BASE: Destroy TranslationManager when exiting; destroy GuiManager before Conf...Max Horn
2010-10-31Updated with latest from trunkYotam Barnoy
2010-10-26BASE: Remove oudated comment, and redundant warningMax Horn
2010-10-24ALL: Fix various typos (patch #3093266)Max Horn
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
2010-09-25GUI: Partial fix to bug #3075649 Fonts not found with buit-in themeThierry Crozat
2010-09-23COMMON : Initialize translation after system has been initialized (to be able...Lars Persson
2010-08-14Ensured getPlugins is not called multiple times on Static Plugin Provider wit...Tony Puccinelli
2010-08-13refactored NEW_PLUGIN_DESIGN_FIRST_REFINEMENT define into ONE_PLUGIN_AT_A_TIMETony Puccinelli
2010-08-12Refined first refinement of new plugin design. Tested successfully adding/rem...Tony Puccinelli
2010-08-11manually merged base, graphics, common, sound, and gui as I am quite skilled ...Tony Puccinelli
2010-08-10merged trunk into branch, reverted Cruise Singleton changesTony Puccinelli
2010-08-05added intermediary function 'findGameOnePlugAtATime' and switched load game a...Tony Puccinelli
2010-07-30initial work on plugin design changes (already added games can be launched wi...Tony Puccinelli
2010-07-30Merged from trunk, from Rev 50841 to HEADAlejandro Marzini
2010-07-26Janitorial: Fix punctuation in error/warningTorbjörn Andersson
2010-07-13Merged from trunk, from Rev 49499 to HEADAlejandro Marzini
2010-06-29Fix detection of invalid music drivers specified via command line.Johannes Schickel
2010-06-28Prevent "music-driver" to be set to "" on startup.Johannes Schickel
2010-06-26Remove support for translation of console messages.Johannes Schickel
2010-06-22LAUNCHER: hopefully fixed music driver selection via command lineFlorian Kagerer
2010-06-15Fix some warnings about 'format not a string literal'.Max Horn
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-05-21Implement FR #2988017: exit status with --list-saves always 0Eugene Sandulenko
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn