aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
AgeCommit message (Expand)Author
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
2010-04-11Rest of patch #2982224: GSoC: Added unit test and unified error message displayMax Horn
2010-03-20Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-08-18Typos.Johannes Schickel
2009-08-18- Destory AudioCDManager singleton after user quits a game, this saves a few ...Johannes Schickel
2009-07-30cleanupMax Horn
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-12I am re-commiting the FORCE_RTL as a temporary solutionMax Lingua
2009-06-06Implement FR#2090830: "GUI: RTL should focus game list on the last game played"Eugene Sandulenko
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-20Fix bug #1544799: "ALL: Engine creates launcher entry when failing to launch"Eugene Sandulenko
2009-05-10Keymapper:Eugene Sandulenko
2009-03-21argv should not be modified; make it plenty const.Marcus Comstedt
2009-03-20Remove line that was (probably) accidentally committed in r32745.Willem Jan Palenstijn
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn