index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
toltecs
/
movie.cpp
Age
Commit message (
Expand
)
Author
2013-01-22
TOLTECS: Whitespace fixes and explanation of some magic values
Filippos Karapetis
2013-01-13
TOLTECS: Fix bug #3599370 - "TOLTECS: Text on intro video not shown as per or...
Filippos Karapetis
2013-01-04
TOLTECS: Make aborting movies more reliable
Torbjörn Andersson
2013-01-04
TOLTECS: Remove unnecessary calls to quitGame()
Torbjörn Andersson
2013-01-02
TOLTECS: Don't allow dialog skipping while movies are playing
Torbjörn Andersson
2012-10-06
TOLTECS: Improve the shake screen effects during movies
Torbjörn Andersson
2012-10-03
TOLTECS: Improve audio/video sync in the movie player
Torbjörn Andersson
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-09-14
TOLTECS: Adapt the movie chunk buffer allocation code
Filippos Karapetis
2012-09-11
TOLTECS: Don't show movie subtitles when subtitles are disabled
Filippos Karapetis
2012-09-11
TOLTECS: Stop reallocating the chunk buffer on each movie frame
Filippos Karapetis
2012-09-11
TOLTECS: Remove a superfluous seek
Filippos Karapetis
2012-09-11
TOLTECS: Read the sound rate for each video file
Filippos Karapetis
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2012-01-29
TOLTECS: Some formatting fixes.
Torbjörn Andersson
2011-11-20
TOLTECS: Slight cleanup of the audio code
Filippos Karapetis
2011-11-20
TOLTECS: Always hide the game interface when showing a movie
Filippos Karapetis
2011-11-20
TOLTECS: Fix bugs
Benjamin Haisch
2011-11-20
TOLTECS: Fix compilation after sound->audio directory rename.
David Turner
2011-11-20
TOLTECS: Reduced header dependencies
Filippos Karapetis
2011-11-20
TOLTECS: - Fix regression in movie player (use drawScreen instead of updateSc...
Benjamin Haisch
2011-11-20
TOLTECS: Fixed compilation with current SVN changes
Benjamin Haisch
2011-11-20
TOLTECS: Fixed compilation with the latest trunk changes.
Filippos Karapetis
2011-11-20
TOLTECS: Fixed compilation
Benjamin Haisch
2011-11-20
TOLTECS: Fixed compilation with the latest sound changes in the trunk
Filippos Karapetis
2011-11-20
TOLTECS: Fixed compilation
Benjamin Haisch
2011-11-20
TOLTECS: - Fixed compilation after Fingolfin's latest series of commits
Benjamin Haisch
2011-11-20
TOLTECS: - Implemented RTL
Benjamin Haisch
2011-11-20
TOLTECS: - Listing savestates via command line or Launcher
Benjamin Haisch
2011-11-20
TOLTECS: - Fixed Screen::updateTalkText (text x position was read incorrectly...
Benjamin Haisch
2011-11-20
TOLTECS: Implemented preliminary sound playback; some stuff is still missing ...
Benjamin Haisch
2011-11-20
TOLTECS: Added sound to the movie player (finally). Still TODO: Ability to ab...
Benjamin Haisch
2011-11-20
TOLTECS: - Added menu system prototype (may change later)
Benjamin Haisch