aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Collapse)Author
2002-05-03Add a quick dynamic test to see if the memory options (endianness andLionel Ulmer
alignement) corresponds to what the CPU expects. This could help stop bugs early on some platforms to almost no loss of start-up speed. svn-id: r4182
2002-05-01Start of volume support + mixer pauseNicolas Bacca
svn-id: r4169
2002-05-01Removed ScummVM's private alloc / free / realloc functions. If I breakLionel Ulmer
something, just yell :-) svn-id: r4160
2002-04-27Applied Triskelios's patch for Unix-style configuration file (ieLionel Ulmer
.scummvmrc instead of scummvm.ini) svn-id: r4116
2002-04-27Add config file support. Thanks |Pixel| :)James Brown
svn-id: r4111
2002-04-26small fix to allow SDL version to work properly on Mac OS XMax Horn
svn-id: r4085
2002-04-21Add boilerplate license to some files, to satisfy Debian types :)James Brown
fmopl.c/fmopl.h are infringing on the GPL at the moment. We either need to replace these, or get permission to relicense them, before 0.2.0 svn-id: r4036
2002-04-16endian fixes,Ludvig Strigeus
don't use adlib driver if sound initialization fails, simon1 savedialog works svn-id: r3955
2002-04-15command line option for sfx volumeLudvig Strigeus
svn-id: r3947
2002-04-14Updating MorphOS port to compile with current CVS stateRuediger Hanke
svn-id: r3939
2002-04-14wrote new mixer class,Ludvig Strigeus
cleaned up sound header files, integrated mixer into scummvm & simon svn-id: r3937
2002-04-13new midi driver API,Ludvig Strigeus
no more USE_ADLIB, a couple of sdl graphics driver fixes. svn-id: r3925
2002-04-13full screen mode works now (even if SDL doesn't support it)Ludvig Strigeus
svn-id: r3923
2002-04-12new video engine (expect broken non-sdl builds),Ludvig Strigeus
simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3912