aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
AgeCommit message (Collapse)Author
2003-01-10changed table typesPaweł Kołodziejski
svn-id: r6384
2003-01-10added missing clear pointerPaweł Kołodziejski
svn-id: r6379
2003-01-09fixes for codec47, heh, mktableX and smush_bufX is same table :)Paweł Kołodziejski
svn-id: r6377
2003-01-09changed namesPaweł Kołodziejski
svn-id: r6375
2003-01-09disabled ifsPaweł Kołodziejski
svn-id: r6367
2003-01-08subcode lvl3:0xFD fix. this sub writes into oob+1 memory :/James Brown
svn-id: r6360
2003-01-08added buffer hackPaweł Kołodziejski
svn-id: r6359
2003-01-08fix warningsMax Horn
svn-id: r6358
2003-01-08fix compileJames Brown
svn-id: r6357
2003-01-08codec47: fixes in opcode FDPaweł Kołodziejski
svn-id: r6356
2003-01-08added missing: d_src++Paweł Kołodziejski
svn-id: r6355
2003-01-08implementation of codec47 in Smush CMI.Paweł Kołodziejski
it's NOT WORKING yet, and also is needed cleanup code after finishing them svn-id: r6354
2002-12-29fixed warningMax Horn
svn-id: r6258
2002-12-29changed a little structure for codec47Paweł Kołodziejski
svn-id: r6257
2002-12-29disabled also TEXT subcode in CMI smushPaweł Kołodziejski
svn-id: r6254
2002-12-29disabled CMI smush audio, cleanup codec 47, correct path paramPaweł Kołodziejski
svn-id: r6252
2002-12-25Skeleton for hacky font support using Smush's FontRenderer. Doesn't work ↵James Brown
(uncomment the loadFont line in script_v8 to test). Aquadran, where are you? :) svn-id: r6114
2002-12-25even more -peantic fixesMax Horn
svn-id: r6111
2002-12-21added dummy code: handle codec37 flag bit 1 (error report for now)Paweł Kołodziejski
svn-id: r6048
2002-12-21fix smush for compatible with dig demoPaweł Kołodziejski
svn-id: r6043
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