aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
AgeCommit message (Expand)Author
2003-10-17patch #823031: Support Russian Full ThrottleMax Horn
2003-10-17renamed some Timer methodsMax Horn
2003-10-12some more target<->game cleanupMax Horn
2003-10-09Moved PalmOS initializations out of namespaces.Chris Apers
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-09-24Whitespace changesTorbjörn Andersson
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-09-11cleanupMax Horn
2003-09-10fix for bugs #782733 and #794364 (hide mouse while smush video plays)Max Horn
2003-09-10added refCon parameter to timer classMax Horn
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
2003-09-06removed pauseMixer method from mixer, and renamed stop to stopChannelMax Horn
2003-09-02changed sounds volume to original volume level, and fixed sounds in bass introPaweł Kołodziejski
2003-09-01added sound handle stuff to mixer streamsPaweł Kołodziejski
2003-08-31added mixer features: volume and pan control per channelPaweł Kołodziejski
2003-08-18some changes for smush codec 1 and 3, handled by bomp decompressionPaweł Kołodziejski
2003-08-18Make smush player works under PalmOSChris Apers
2003-08-18Updated globals access for PalmOSChris Apers
2003-08-18fixed white spacesPaweł Kołodziejski
2003-08-18added dumping png frames from smush animationPaweł Kołodziejski
2003-08-17.Paweł Kołodziejski
2003-08-17some memory optimizationPaweł Kołodziejski
2003-08-17cleanup againPaweł Kołodziejski
2003-08-17forgot thisPaweł Kołodziejski
2003-08-17some cleanup in codec47Paweł Kołodziejski
2003-07-20fixed regression caused by mePaweł Kołodziejski
2003-07-19added vc7 files and fixed warnings. vc6 is no longer supported by mePaweł Kołodziejski
2003-07-06increased SmushMixer stream size to 500K, this seems to help in Fullthrottle....Max Horn
2003-07-02100 KB instead of 2 MB audio buffer should be sufficientMax Horn
2003-07-01fix for the 'invalid seeks' that sometimes occured at the end of smush playba...Max Horn
2003-06-22make smush pausing while GUI is up reentrantMax Horn
2003-06-22Change names of the stream API in the mixer; added endStream method (stop() h...Max Horn
2003-06-22fixed warningPaweł Kołodziejski
2003-06-22fix regression I just introduced (voices in smush movies were cut off way too...Max Horn
2003-06-21lots of mixer cleanup / refactoring / reengineeringMax Horn
2003-06-21modified & cleaned up the playStream/append code a bit; but this API really c...Max Horn
2003-06-21get rid of 11025 Hz special case (I hope this is correct; only case I know of...Max Horn
2003-06-21got rid of member var 'first'Max Horn
2003-06-21cleanupMax Horn
2003-06-21reduce code duplication a bitMax Horn
2003-06-21TODO: improved smush sound quality whenever 11khz sound is usedMax Horn
2003-06-20init _base to 0Max Horn
2003-06-19spellingMax Horn
2003-06-18cleanup; tiny bug fix (file was opened, then opened again - not good)Max Horn
2003-06-15moved GameId declaration to common/engine.h (more logical); moved scumm speci...Max Horn
2003-06-15made stuff in class Sound protected where possible; moved readCreativeVocFile...Max Horn
2003-06-15fix leakJonathan Gray
2003-06-14Fix for bug #751782 (Quitting during SMUSH movies doesn't always work)Max Horn