aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
AgeCommit message (Collapse)Author
2002-10-01Patch #616092: Full Throttle dialog fixJames Brown
svn-id: r5058
2002-09-30synced with local sources - imuse for the digPaweł Kołodziejski
svn-id: r5049
2002-09-30Fix compilation for Visual Studio and GCC, as broken by Fingolfins checkinsJames Brown
Derive something useful from patch 616301 svn-id: r5048
2002-09-30played a bit with the launcher - it now is already somewhat usable <g>Max Horn
svn-id: r5047
2002-09-29Quick fix for bug 601757 - will be fixed properly (ie MessageBox managed by ↵Nicolas Bacca
the GUI) when I'll have reported my other diffs svn-id: r5043
2002-09-29Merge in 615745: GMD via AdLib emulationJames Brown
Remove MIDIEMU driver obsoleted by patch. Change functionality to fallback to AdLib/AdLibGMD Emulation where MIDI init fails Switch to NewGUI by default (old code retained 'Just in case') svn-id: r5033
2002-09-29framework of Imuse sound for The DigPaweł Kołodziejski
svn-id: r5031
2002-09-28patch #615842Max Horn
svn-id: r5027
2002-09-26some fixes for the message dialog; added some commentsMax Horn
svn-id: r5021
2002-09-26added simple message dialogMax Horn
svn-id: r5020
2002-09-26Patch 614223: _sfxMode fixJames Brown
svn-id: r5019
2002-09-24removed even the last traces of Scumm dependencies from NewGUI. Yes, you ↵Max Horn
heard right NewGUI is now 100% Scumm free and we can go for the launcher/message dialogs! svn-id: r5016
2002-09-24Add emergency patch for 'RFC: Timer-based CD audio sync' patch so monkeyvga ↵Travis Howell
works again. svn-id: r5012
2002-09-22NewGUI now has its own event loop; this may cause some regressionMax Horn
svn-id: r5001
2002-09-22renamec string -> _string and sentence -> _sentence in class Scumm (I ↵Max Horn
originally reworked StringTab, but then noticed the save game format depends on it <sigh>) svn-id: r4995
2002-09-22don't tolerate warningsMax Horn
svn-id: r4994
2002-09-21trivial cleanupMax Horn
svn-id: r4988
2002-09-21Added the following patch:Travis Howell
[ 598121 ] Cursor cosmetics svn-id: r4987
2002-09-21Add the following patches:Travis Howell
[ 609649 ] Sound patch for GF_OLD256 games [ 611997 ] RFC: Timer-based CD audio sync svn-id: r4986
2002-09-19NewGui now has its own mouse cursor code -> again one less dependency on ↵Max Horn
Scumm; moved makeCursorColorTransparent to gfx.cpp where it belongs svn-id: r4977
2002-09-19removed even more scumm dependencies from NewGUI; fixed some redraw issues ↵Max Horn
(this might help the inventory-display issue in The Dig, and definitly fixes the 'vanishing volcanoe' in the FOA extro) svn-id: r4974
2002-09-19renamed unk3/unk4 to scaleX/scaleYMax Horn
svn-id: r4970
2002-09-18moved warning, debug, checkheap to enginePaweł Kołodziejski
svn-id: r4965
2002-09-18Timer is handled in Engine nowPaweł Kołodziejski
svn-id: r4964
2002-09-17added support for nonenglish the dig(dialogs, descriptions, warnings), not ↵Paweł Kołodziejski
gui yet svn-id: r4959
2002-09-17Fix newgui crash, and commit patch 600645: Loom flashlight fixJames Brown
svn-id: r4958
2002-09-17added framework for non-english version of the dig, not yet completedPaweł Kołodziejski
svn-id: r4957
2002-09-17Replace some exit()'s with a call to the OSystem quit method, as per 610251.James Brown
svn-id: r4956
2002-09-16added some comments, cleanupMax Horn
svn-id: r4950
2002-09-16minor changes in source structurePaweł Kołodziejski
svn-id: r4949
2002-09-15improved open function in File classPaweł Kołodziejski
svn-id: r4945
2002-09-13eriktorbjorn's loom intro sync patchJonathan Gray
svn-id: r4934
2002-09-13reducing some header dependenciesMax Horn
svn-id: r4928
2002-09-10changed scumm file io to class FilePaweł Kołodziejski
svn-id: r4920
2002-09-01changed to rtRoom constantPaweł Kołodziejski
svn-id: r4894
2002-09-01fixes to resolutionsPaweł Kołodziejski
svn-id: r4893
2002-08-31and more fixesPaweł Kołodziejski
svn-id: r4889
2002-08-31changed resolution values from static to dynamic, I hope I don't break somethingPaweł Kołodziejski
svn-id: r4885
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-29sound system cleanupMax Horn
svn-id: r4867
2002-08-29some cleanup/refactoringMax Horn
svn-id: r4866
2002-08-29experimental support for the V2 resource format (patch #601560)Max Horn
svn-id: r4864
2002-08-24missing changesPaweł Kołodziejski
svn-id: r4823
2002-08-23set proper initial values for flashlight sizeMax Horn
svn-id: r4808
2002-08-22Changed MorphOS MIDI code so that data sent from different threads are no ↵Ruediger Hanke
longer a problem. Ensure Midi driver is closed, otherwise no other MIDI application will run after ScummVM has exited. svn-id: r4801
2002-08-21Initial revisionMax Horn
svn-id: r4785