aboutsummaryrefslogtreecommitdiff
path: root/common/main.cpp
AgeCommit message (Collapse)Author
2003-08-01#include cleanup (explicityl specify the location for headers from common/, ↵Max Horn
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359
2003-07-15replaced SCUMMVM_VERSION/SCUMMVM_CVS by ↵Max Horn
gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date svn-id: r9032
2003-07-07check for odd addresses being free'dMax Horn
svn-id: r8850
2003-07-04prevent (or rather: make much less likely) some sound output related race ↵Max Horn
conditions svn-id: r8740
2003-06-06Preparations for removing GF_AFTER_V? flagsMax Horn
svn-id: r8364
2003-05-29added some front matter text for doxygenMax Horn
svn-id: r8119
2003-05-21fix #defineOliver Kiehl
svn-id: r7806
2003-05-21don't inline free_check to make debugging easierMax Horn
svn-id: r7805
2003-05-21pedantic fixesMax Horn
svn-id: r7789
2003-05-20replace our 'nice' new which sets memory to 0 with a nasty one which sets it ↵Max Horn
to 0xE7. This should help finding any remaining places where we don't init member variables as we should. svn-id: r7719
2003-04-30more PalmOS changesMax Horn
svn-id: r7220
2003-03-25cleanupMax Horn
svn-id: r6856
2003-03-24use description to set window title if one is specifiedJonathan Gray
svn-id: r6853
2003-03-18add GF_DEFAULT_TO_1X_SCALERJonathan Gray
svn-id: r6830
2003-03-07exit cleanly if invalid target is specifiedJonathan Gray
svn-id: r6727
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06next pedantic cleanup codePaweł Kołodziejski
svn-id: r6714
2002-11-25Moved config file to a more Macish location on OS XMax Horn
svn-id: r5716
2002-11-21gotta love creating objects on the stack :-)Max Horn
svn-id: r5666
2002-11-14cleanupMax Horn
svn-id: r5552
2002-11-14set default window title 'ScummVM' while launcher is upMax Horn
svn-id: r5549
2002-10-23don't use strdupMax Horn
svn-id: r5287
2002-10-18Dreamcast port now wraps main() to avoid special kluges in the common main.Marcus Comstedt
svn-id: r5175
2002-10-16dialogs now can be run 'modal'Max Horn
svn-id: r5168
2002-09-30played a bit with the launcher - it now is already somewhat usable <g>Max Horn
svn-id: r5047
2002-09-29disable experimental launcher dialog by default (at least till it is usable)Max Horn
svn-id: r5044
2002-09-27added (currently completly useless) launcher dialogMax Horn
svn-id: r5024
2002-09-27enabled demo dialog shown during startup; some fixes/cleanup in NewGUIMax Horn
svn-id: r5023
2002-09-26some fixes for the message dialog; added some commentsMax Horn
svn-id: r5021
2002-09-20quit should not exit(1) but rather exit(0) (mabye we should add a paramter ↵Max Horn
'bool success' to it that flags whether this is a normal exit or one with an error?) svn-id: r4979
2002-09-19based on my findings for guifont, I changed string.cpp to read the char ↵Max Horn
width table for OLD256 games! yippi! some more code cleanup, and marked two struct values as 'to be removed when savegame format changes' svn-id: r4978
2002-09-16minor changes in source structurePaweł Kołodziejski
svn-id: r4949
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903
2002-08-31fixesPaweł Kołodziejski
svn-id: r4887
2002-08-31fixed compilation on Mac OS X; some cleanup; moved header file ↵Max Horn
scumm/smusH/rect.h to common/rect.h svn-id: r4877
2002-08-21Initial revisionMax Horn
svn-id: r4785