aboutsummaryrefslogtreecommitdiff
path: root/sword1/animation.cpp
AgeCommit message (Collapse)Author
2004-01-30avoid using huge static structs - they can't be stripped, and increase the ↵Max Horn
exe size (in this case, 16 MB...) svn-id: r12678
2004-01-30fix whitespaces (we should eventually try to remove this code duplication ↵Max Horn
again, folks. maybe add a 'video' global module or so...) svn-id: r12676
2004-01-28Add fix from eriktorbjorn to make sure screen is always updated during cutscnes.Travis Howell
svn-id: r12654
2004-01-21Don't crash if unable to play cutscene music.James Brown
svn-id: r12566
2004-01-20Changed printf() to warning()Torbjörn Andersson
svn-id: r12538
2004-01-20I assume this fixes CPU usage in synced cutscene playback, but since ITorbjörn Andersson
don't have said cutscenes I can't really check. (I did the same change for BS2 though.) svn-id: r12537
2004-01-18BS1 cutscene support. Also bugfixes (don't crash if cutscene ogg unavailable)James Brown
svn-id: r12465