aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
AgeCommit message (Collapse)Author
2002-11-27Rewrite ifdefsNicolas Bacca
svn-id: r5732
2002-11-21applied patch: #641704Paweł Kołodziejski
svn-id: r5675
2002-11-20Do not exit the engine if a video file is missing - apologies to the 1 Gb ↵Nicolas Bacca
Microdrive market :) svn-id: r5644
2002-11-16remove unused variableMax Horn
svn-id: r5587
2002-11-16DIG: fixed subtitles in Space Time Six smush moviePaweł Kołodziejski
svn-id: r5580
2002-11-16Make alignment fans (PPC + EVC) happyNicolas Bacca
svn-id: r5578
2002-11-15added draw smush subtitles mode 9Paweł Kołodziejski
svn-id: r5576
2002-11-15changed warnings to debug messagesPaweł Kołodziejski
svn-id: r5574
2002-11-02Hack for Full Throttle - aquadran, are you sure these ranges are right?James Brown
svn-id: r5384
2002-10-27don't put samples into stream SoundMixer if sound card is disabledPaweł Kołodziejski
svn-id: r5338
2002-10-26Fix another Valgrind warning during SMUSH playing.Lionel Ulmer
svn-id: r5317
2002-10-26Fix another small Valgrind warning.Lionel Ulmer
svn-id: r5316
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-23don't use strdupMax Horn
svn-id: r5285
2002-10-22fixing various warnings that occur with -Wshadow;some other minor cleanupMax Horn
svn-id: r5239
2002-10-18a few small changes to make the full throttle demo workJonathan Gray
svn-id: r5185
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-21added support for sound volume for smush samples(IACT) in the dig (propably bad)Paweł Kołodziejski
svn-id: r4985
2002-09-20fixed placement subtitles in smush(the dig)Paweł Kołodziejski
svn-id: r4980
2002-09-18Timer is handled in Engine nowPaweł Kołodziejski
svn-id: r4964
2002-09-18oops, forgot braces :)Paweł Kołodziejski
svn-id: r4963
2002-09-18fixed naming convention and added support 11khz for Smush sound channelsPaweł Kołodziejski
svn-id: r4962
2002-09-15improved open function in File classPaweł Kołodziejski
svn-id: r4945
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-09-13some changes to allow me to play The Dig directly from CD (be nice if upper ↵Max Horn
case names are used...) svn-id: r4936
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-30fixed endlinesPaweł Kołodziejski
svn-id: r4871
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-25German FT TRES file has a multiline string which caused an assertion failureRuediger Hanke
svn-id: r4860
2002-08-25Yet another char issue, caused balance out of range errorRuediger Hanke
svn-id: r4859
2002-08-25Endian fixRuediger Hanke
svn-id: r4858
2002-08-25Please note that char type is not an abbreviation for signed char ... is can ↵Ruediger Hanke
be (and is) unsigned on some systems svn-id: r4857
2002-08-25Fixing subtitles for German dig - TRES file is unencrypted in German versionRuediger Hanke
svn-id: r4856
2002-08-25fixed namesPaweł Kołodziejski
svn-id: r4854
2002-08-25more optimizationsMax Horn
svn-id: r4847
2002-08-25optimized color/rect classes; cleanupMax Horn
svn-id: r4844
2002-08-25fixed some endian issues in the new SMUSH decoder; cleanupMax Horn
svn-id: r4842
2002-08-24oopsMax Horn
svn-id: r4839
2002-08-24endian fixes; cleanupMax Horn
svn-id: r4837