aboutsummaryrefslogtreecommitdiff
path: root/common/main.cpp
AgeCommit message (Expand)Author
2003-09-17new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t...Max Horn
2003-09-08fixed circular dependency; moved version string to main.cpp (seems more logic...Max Horn
2003-09-08more plugin related workMax Horn
2003-09-06removed superfluous newlineMax Horn
2003-08-21-Werror cleanup, don't try to free const variables...Jonathan Gray
2003-08-19Fix compile.Torbjörn Andersson
2003-08-19Fix 1 memory leak + 102 memory leaks using launcherChris Apers
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-07-15replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gSc...Max Horn
2003-07-07check for odd addresses being free'dMax Horn
2003-07-04prevent (or rather: make much less likely) some sound output related race con...Max Horn
2003-06-06Preparations for removing GF_AFTER_V? flagsMax Horn
2003-05-29added some front matter text for doxygenMax Horn
2003-05-21fix #defineOliver Kiehl
2003-05-21don't inline free_check to make debugging easierMax Horn
2003-05-21pedantic fixesMax Horn
2003-05-20replace our 'nice' new which sets memory to 0 with a nasty one which sets it ...Max Horn
2003-04-30more PalmOS changesMax Horn
2003-03-25cleanupMax Horn
2003-03-24use description to set window title if one is specifiedJonathan Gray
2003-03-18add GF_DEFAULT_TO_1X_SCALERJonathan Gray
2003-03-07exit cleanly if invalid target is specifiedJonathan Gray
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06next pedantic cleanup codePaweł Kołodziejski
2002-11-25Moved config file to a more Macish location on OS XMax Horn
2002-11-21gotta love creating objects on the stack :-)Max Horn
2002-11-14cleanupMax Horn
2002-11-14set default window title 'ScummVM' while launcher is upMax Horn
2002-10-23don't use strdupMax Horn
2002-10-18Dreamcast port now wraps main() to avoid special kluges in the common main.Marcus Comstedt
2002-10-16dialogs now can be run 'modal'Max Horn
2002-09-30played a bit with the launcher - it now is already somewhat usable <g>Max Horn
2002-09-29disable experimental launcher dialog by default (at least till it is usable)Max Horn
2002-09-27added (currently completly useless) launcher dialogMax Horn
2002-09-27enabled demo dialog shown during startup; some fixes/cleanup in NewGUIMax Horn
2002-09-26some fixes for the message dialog; added some commentsMax Horn
2002-09-20quit should not exit(1) but rather exit(0) (mabye we should add a paramter 'b...Max Horn
2002-09-19based on my findings for guifont, I changed string.cpp to read the char width...Max Horn
2002-09-16minor changes in source structurePaweł Kołodziejski
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
2002-08-31fixesPaweł Kołodziejski
2002-08-31fixed compilation on Mac OS X; some cleanup; moved header file scumm/smusH/re...Max Horn
2002-08-21Initial revisionMax Horn