aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
AgeCommit message (Collapse)Author
2002-10-24changed number strips to dynamic and increased arrays tdirty and bdirty to 80Paweł Kołodziejski
svn-id: r5296
2002-10-23removed obsolete stuffMax Horn
svn-id: r5284
2002-10-23removed old GUI codeMax Horn
svn-id: r5271
2002-10-22fixing various warnings that occur with -Wshadow;some other minor cleanupMax Horn
svn-id: r5239
2002-10-19patch #625603 film noir mode bugfixJonathan Gray
svn-id: r5190
2002-10-16dialogs now can be run 'modal'Max Horn
svn-id: r5168
2002-10-16Use correct LocalScript range for checkJames Brown
svn-id: r5160
2002-10-15Patch 623391: Verb shadow fix (MI2)James Brown
svn-id: r5150
2002-10-11added FT imuse musicPaweł Kołodziejski
svn-id: r5127
2002-10-09in error() use g_system instead of g_scumm->_system in order to support ↵Max Horn
Simon; also check if g_system already exists, otherwise just call exit(1) svn-id: r5117
2002-10-08allow user to load savegames while Smush movies are playing; cleanupMax Horn
svn-id: r5106
2002-10-07patch #619276: Don't hog CD-ROM for non-CD gamesMax Horn
svn-id: r5103
2002-10-03FT also use ImusePaweł Kołodziejski
svn-id: r5086
2002-10-03Patch 617937 / Bug 617939 + modifications: Fix FT text maskingJames Brown
svn-id: r5081
2002-10-02Fix "ripburger attacks Malcom" cutscene, by disabling pseudoRooms for V7 games.James Brown
They arn't used in FT at least, so I'm going to assume this could also fix the Dig. svn-id: r5073
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