aboutsummaryrefslogtreecommitdiff
path: root/graphics/animation.cpp
AgeCommit message (Expand)Author
2006-06-03MPEG player fixes:Torbjörn Andersson
2006-05-18Renamed screenChanged() to handleScreenChanged().Torbjörn Andersson
2006-05-18Allow changing scaler while playing MPEG cutscenes.Torbjörn Andersson
2006-05-17- Heavily modified patch #1214784: "Disable overlay scaling"Eugene Sandulenko
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-02-20Moved fonts to a new dir graphics/fontsMax Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-01If the sound ends before the cutscene, fall back on same synchronizingTorbjörn Andersson
2005-04-26...and since RGBToColor() returns OverlayColor, let's use that datatypeTorbjörn Andersson
2005-04-26now uses OSystem::RGBtoColor for yuv->rgb conversion tables instead of checki...Robert Göffringmann
2005-04-03Added ARGB4444 case to table generation.Marcus Comstedt
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-03-11Renamed variables in the MPEG animation classes to better conform withTorbjörn Andersson
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...Max Horn
2005-03-06Applied patch #1155731, reducing the memory usage of the MPEG player byTorbjörn Andersson
2005-01-10A little more moving around #include's (last one for today ;-)Max Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-12-20CE workaround - skipping the movie is better than crashing if the LUT cannot ...Nicolas Bacca
2004-12-05added support for an international BS1 cutscene pack (which we didn't release...Robert Göffringmann
2004-11-28Changed parameter order of SoundMixer::playInputStream to match that of playRawMax Horn
2004-11-27Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some...Max Horn
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-08-05Enhanced extrapath supportMax Horn
2004-07-19Changed order of initialisation in BaseAnimationState::BaseAnimationState() t...Bertrand Augereau
2004-07-11Use extrapath in Sword1 engine (from 0.6.0 branch). More verbose errors to go...James Brown
2004-06-28Make use of new File refcount code; also fixed long standing bug in vorbis co...Max Horn
2004-03-28Renamed more OSystem methodsMax Horn
2004-03-24Use the binary .pal file format that was introduced for 0.6.0.Torbjörn Andersson
2004-03-23Unify MPEG2 code even moreMax Horn
2004-03-22share 'init' method, tooMax Horn
2004-03-22some more cleanupMax Horn
2004-03-22move commong code into separate source file (more could be done, but it's a s...Max Horn
2004-03-21Moved Surface/Font code into new 'graphics' moduleMax Horn