aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/scumm_renderer.cpp
AgeCommit message (Collapse)Author
2002-10-27don't put samples into stream SoundMixer if sound card is disabledPaweł Kołodziejski
svn-id: r5338
2002-10-23cleaning up scummsys.h a bit (in preparation of using configure eventually). ↵Max Horn
Most notable, uint32 etc. will be 'unsigned int' not 'unsigned long'. Except for 16 bit systems that should be right, and configure will replace this by a proper check for data type sizes anyway svn-id: r5290
2002-10-15changes to imusePaweł Kołodziejski
svn-id: r5157
2002-10-15cleanup sfx and music in imuse, changed talkdelay description(disable) in ↵Paweł Kołodziejski
the dig svn-id: r5148
2002-10-08synced with local sources (imuse)Paweł Kołodziejski
svn-id: r5107
2002-10-08allow user to load savegames while Smush movies are playing; cleanupMax Horn
svn-id: r5106
2002-10-06full redraw after smush moviePaweł Kołodziejski
svn-id: r5097
2002-10-01changes for stoping soundsPaweł Kołodziejski
svn-id: r5062
2002-10-01enabled stoping all sounds after smush moviePaweł Kołodziejski
svn-id: r5061
2002-09-222002-09-21 Matt Hargett <matt@use.net>Matt Hargett
* scumm.dsp, scummvm.dsp, simon.dsp: Turn on warning as errors. Generate PDBs on all builds. * gameDetector.cpp, newgui.cpp, widget.cpp, actor.cpp, dialogs.cpp, resource.cpp, saveload.cpp, scumm_renderer.cpp: Fix warnings where possible. One pragma added to eliminate warning of unknown pragmas. * string.cpp: If unknown escape sequence, print warning. svn-id: r4998
2002-09-22guess what? riiight! more warning fixes :-)Max Horn
svn-id: r4993
2002-09-18Timer is handled in Engine nowPaweł Kołodziejski
svn-id: r4964
2002-09-18fixed naming convention and added support 11khz for Smush sound channelsPaweł Kołodziejski
svn-id: r4962
2002-09-15speed changes to play smush moviesPaweł Kołodziejski
svn-id: r4941
2002-09-14changed speed in smushPaweł Kołodziejski
svn-id: r4939
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-30some cleanupPaweł Kołodziejski
svn-id: r4870
2002-08-29sound system cleanupMax Horn
svn-id: r4867
2002-08-25trying to reduce file interdependencies a bitMax Horn
svn-id: r4861
2002-08-25optimized color/rect classes; cleanupMax Horn
svn-id: r4844
2002-08-24synced with scummvmPaweł Kołodziejski
svn-id: r4821