aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
AgeCommit message (Collapse)Author
2003-12-09Add preliminary support for Mac FT demo insane.Eugene Sandulenko
svn-id: r11536
2003-12-08Now Ben is visible, but kicking animation because of some bug is not visibleEugene Sandulenko
at speed = +3. To reach first insane scene press ESC during non-interactive scene to skip seek error. svn-id: r11531
2003-12-08fixed warningsPaweł Kołodziejski
svn-id: r11529
2003-12-08First INSANE scene started to show up things. Actually you can controlEugene Sandulenko
Ben by keyboard and crash. Video looping is still buggy and may crash scummvm. Also whole scene looping is disabled and you get forwarded to next scene. Graphics glitches, Ben has just corpse and opponent is not drawn at all. Smush player was extended with video seeking methods, although incomplete. svn-id: r11527
2003-12-06fix alloc/freePaweł Kołodziejski
svn-id: r11517
2003-12-06cleanupPaweł Kołodziejski
svn-id: r11516
2003-12-06cleanupPaweł Kołodziejski
svn-id: r11515
2003-12-06Make FT DOS demo happy with INSANE precompiled.Eugene Sandulenko
To escape within INSANE scene only option is to exit scummvm with Alt+X. svn-id: r11509
2003-12-06Preliminary support for FT INSANE is added. To enable the code defineEugene Sandulenko
INSANE in config.h. But only non-interactive parts work and there is no insane scene skip. Only one choice during those scenes is Ctrl+X. svn-id: r11507
2003-11-18COMI demos only have 3 fonts files.Travis Howell
Don't do CD checks for COMI demos svn-id: r11336
2003-11-17ft pc demo don't need nut file in smushPaweł Kołodziejski
svn-id: r11328
2003-11-17fixed 'if' at load nut smush files for comiPaweł Kołodziejski
svn-id: r11327
2003-11-17replaced demo GIDs wth GF_DEMOPaweł Kołodziejski
svn-id: r11326
2003-11-16codec1 is not bomp codecPaweł Kołodziejski
svn-id: r11317
2003-11-16changed some shift operators to *, /Paweł Kołodziejski
svn-id: r11315
2003-11-13*** empty log message ***Travis Howell
svn-id: r11281
2003-10-17patch #823031: Support Russian Full ThrottleMax Horn
svn-id: r10879
2003-10-17renamed some Timer methodsMax Horn
svn-id: r10868
2003-10-12some more target<->game cleanupMax Horn
svn-id: r10769
2003-10-09Moved PalmOS initializations out of namespaces.Chris Apers
svn-id: r10703
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix ↵Max Horn
explicitly svn-id: r10571
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also ↵Max Horn
makes room for a potential 'Scumm' namespace) svn-id: r10549
2003-10-02renamed namespace ScummVM to CommonMax Horn
svn-id: r10544
2003-09-24Whitespace changesTorbjörn Andersson
svn-id: r10390
2003-09-18moved engine.* to base; this fixes some linking issues when building a ↵Max Horn
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287
2003-09-11cleanupMax Horn
svn-id: r10169
2003-09-10fix for bugs #782733 and #794364 (hide mouse while smush video plays)Max Horn
svn-id: r10164
2003-09-10added refCon parameter to timer classMax Horn
svn-id: r10156
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
svn-id: r10152
2003-09-06removed pauseMixer method from mixer, and renamed stop to stopChannelMax Horn
svn-id: r10042
2003-09-02changed sounds volume to original volume level, and fixed sounds in bass introPaweł Kołodziejski
svn-id: r9963
2003-09-01added sound handle stuff to mixer streamsPaweł Kołodziejski
svn-id: r9956
2003-08-31added mixer features: volume and pan control per channelPaweł Kołodziejski
svn-id: r9944
2003-08-18some changes for smush codec 1 and 3, handled by bomp decompressionPaweł Kołodziejski
svn-id: r9766
2003-08-18Make smush player works under PalmOSChris Apers
svn-id: r9763
2003-08-18Updated globals access for PalmOSChris Apers
svn-id: r9759
2003-08-18fixed white spacesPaweł Kołodziejski
svn-id: r9751
2003-08-18added dumping png frames from smush animationPaweł Kołodziejski
svn-id: r9750
2003-08-17.Paweł Kołodziejski
svn-id: r9744
2003-08-17some memory optimizationPaweł Kołodziejski
svn-id: r9743
2003-08-17cleanup againPaweł Kołodziejski
svn-id: r9741
2003-08-17forgot thisPaweł Kołodziejski
svn-id: r9739
2003-08-17some cleanup in codec47Paweł Kołodziejski
svn-id: r9738
2003-07-20fixed regression caused by mePaweł Kołodziejski
svn-id: r9097
2003-07-19added vc7 files and fixed warnings. vc6 is no longer supported by mePaweł Kołodziejski
svn-id: r9077
2003-07-06increased SmushMixer stream size to 500K, this seems to help in ↵Max Horn
Fullthrottle. Apparently, audio data is streamed faster than it's played, and in at least one case there's ~500KB being stream in quick successions (many packets, each 16KB), which is why 100K are not sufficient svn-id: r8784
2003-07-02100 KB instead of 2 MB audio buffer should be sufficientMax Horn
svn-id: r8700
2003-07-01fix for the 'invalid seeks' that sometimes occured at the end of smush ↵Max Horn
playback (well I hope - at least now I can't reproduce the problem anymore with my testcases) svn-id: r8695
2003-06-22make smush pausing while GUI is up reentrantMax Horn
svn-id: r8639
2003-06-22Change names of the stream API in the mixer; added endStream method (stop() ↵Max Horn
halts stream immediately; endStream() lets it first finish playing) svn-id: r8603