aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Collapse)Author
2002-07-07got rid of some g_scumm usesMax Horn
svn-id: r4482
2002-05-18Big ugly hairy hack to remove Scumm class dependencies to the MidiEmu ↵Nicolas Bacca
driver, and add streaming (ahah) emulation - someone please fix this as soon as possible :) svn-id: r4349
2002-05-14fixed warningMax Horn
svn-id: r4323
2002-05-140.2.0 release fix. Variable screen height implemented, and configfile fix.Marcus Comstedt
svn-id: r4316
2002-05-13Oops, two post-tag changes to the config file system.James Brown
svn-id: r4306
2002-05-05cleaning up the mess drigo left... <sigh>Max Horn
svn-id: r4215
2002-05-05fixed my fixMax Horn
svn-id: r4213
2002-05-05Fixed some things for Macintosh portsEnrico Rolfi
svn-id: r4212
2002-05-05fixed main for MacOS native portMax Horn
svn-id: r4203
2002-05-04Change the 'poperty' call to be 64-bits clean.Lionel Ulmer
Porters, please check that I did not break anything while updating your ports. Thanks :-) svn-id: r4196
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