aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/animation.cpp
AgeCommit message (Expand)Author
2006-08-26Now that the cutscene handling in both BS1 and BS2 has been extended to playTorbjörn Andersson
2006-08-23The DXA player now bases subtitle position on screen size, rather than frameTorbjörn Andersson
2006-07-21Removing redundant paranthesisOystein Eftevaag
2006-07-15Some cleanups and restructuring. The clearScreen() function has been renamedTorbjörn Andersson
2006-07-15Fixed regression: Test if there's a text object to close before closing it.Torbjörn Andersson
2006-07-15Close the current text object when the movie is ended, to avoid potentialTorbjörn Andersson
2006-07-15Oops. I just noticed I was using _black to track the white colour, and _whiteTorbjörn Andersson
2006-07-15This is more consistent with how we usually initialize arrays of structs, andTorbjörn Andersson
2006-07-15Fix building with msvc8.Johannes Schickel
2006-07-10Moved the initial screen clearing from play() to load(), so that it will beTorbjörn Andersson
2006-07-10Fixed bug #1519817, "ALL: Build failure if libmpeg2 is disabled".Torbjörn Andersson
2006-07-08Added support for DXA cutscenes, while still retaining support for the old MPEGTorbjörn Andersson
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-02-17Removed includes from sword2.h so that (hopefully) there will eventually beTorbjörn Andersson
2006-02-11Moved engines to the new engines/ directoryMax Horn