aboutsummaryrefslogtreecommitdiff
path: root/engines/made/pmvplayer.cpp
AgeCommit message (Collapse)Author
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-11-07Implemented RTL supportBenjamin Haisch
svn-id: r34933
2008-09-06Got rid of File::eof()Max Horn
svn-id: r34396
2008-06-27- Fixed umlauts in printTextBenjamin Haisch
- Don't exit when a pmv video couldn't be found svn-id: r32817
2008-05-20Clarification about the weird sound frequencies in PMV videosFilippos Karapetis
svn-id: r32198
2008-05-19RtZ: Fixed bug which caused PMV videos to look odd (noticeable in the intro ↵Benjamin Haisch
movie) and optimized frame decompression code. svn-id: r32182
2008-05-08Silenced MSVC warnings about uninitialized variablesFilippos Karapetis
svn-id: r31946
2008-05-08Possibly fixed the sound stuttering in the PMV videos and added frame ↵Benjamin Haisch
skipping based on the Gob engine's IMD/VMD player. svn-id: r31944
2008-05-07- cmd_return now exits the game if it returns from the main functionBenjamin Haisch
- Implemented cmd_exit - PmvPlayer now exits "more gracefully" when the application is closed while playing svn-id: r31930
2008-04-29Fixed crash that occurred when skipping a video while MIDI music was activeFilippos Karapetis
svn-id: r31775
2008-04-25Center videos to screenFilippos Karapetis
svn-id: r31715
2008-04-21Some palette related fixesFilippos Karapetis
svn-id: r31650
2008-04-21Code mergeFilippos Karapetis
svn-id: r31648
2008-04-21Added missing ScummVM headersFilippos Karapetis
svn-id: r31647
2008-04-21Performed some optimizations to the PMV playerFilippos Karapetis
svn-id: r31644
2008-04-21Fixed palette handling in PMV videos.Benjamin Haisch
svn-id: r31641
2008-04-20Made the sound less choppy. Though we may have to do some kind of doubleTorbjörn Andersson
buffering here to completely fix the problem. svn-id: r31627
2008-04-20Compilation fixes by lordhotoFilippos Karapetis
svn-id: r31619
2008-04-20Catch EVENT_QUIT events, too. I realize that g_system->quit() isn't the nicestTorbjörn Andersson
way to quit a game, but it beats not being able to quit at all. svn-id: r31617
2008-04-20Changed spaces to tabs.Torbjörn Andersson
svn-id: r31610
2008-04-20Initial import of the work in progress MADE engineFilippos Karapetis
svn-id: r31599