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
/
titanic
/
support
/
movie.cpp
Age
Commit message (
Expand
)
Author
2017-01-17
TITANIC: Handle -1 frameNumber in AVISurface::addEvent like original
Paul Gilbert
2016-11-28
TITANIC: Transparency in movie frames now working
Paul Gilbert
2016-11-26
TITANIC: Add support for 32-bit surfaces
Paul Gilbert
2016-11-15
TITANIC: Fixes for freeing project and engine objects on exit
Paul Gilbert
2016-11-12
TITANIC: Fix not being able to leave chicken dispensor
Paul Gilbert
2016-11-04
TITANIC: Fix doubling the size of half size video clips
Paul Gilbert
2016-10-22
TITANIC: Workaround for Doorbot's 'cloak off' movie playback
Paul Gilbert
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-10-02
TITANIC: Change mouse cursor to use transparency
Paul Gilbert
2016-09-28
TITANIC: Clarify movie secondary video tracks as a transparency mask
Paul Gilbert
2016-08-31
TITANIC: Fix black flash at the start of view change clips
Paul Gilbert
2016-08-31
TITANIC: Improvements to view change animations
Paul Gilbert
2016-08-31
TITANIC: View change animations now partially working
Paul Gilbert
2016-08-14
TITANIC: Implemented CTitania class
Paul Gilbert
2016-08-09
TITANIC: Implemented more sound related classes
Paul Gilbert
2016-08-05
TITANIC: Starting to flesh out sound loading
Paul Gilbert
2016-08-02
TITANIC: Fix compiler warnings
Paul Gilbert
2016-07-31
TITANIC: Syntax fixes pointed out by criezy
Paul Gilbert
2016-07-23
TITANIC: Fix for movie play ranges that end at the AVI file end
Paul Gilbert
2016-07-23
TITANIC: Clarification and fixes for movie reverse and repeat flags
Paul Gilbert
2016-07-23
TITANIC: Fix exit crash when a movie is active
Paul Gilbert
2016-07-23
TITANIC: Fixes and simplification of AVISurface
Paul Gilbert
2016-07-20
TITANIC: Clarify movie/surface has frame fields & variables
Paul Gilbert
2016-07-20
TITANIC: Add movie _handled flag, simplify frame timinig code
Paul Gilbert
2016-07-17
TITANIC: Further implementation of movie frame decoding
Paul Gilbert
2016-07-17
TITANIC: Making the AVISurface frameInfo a video surface
Paul Gilbert
2016-07-15
TITANIC: Named two remaining OSMovie virtual methods
Paul Gilbert
2016-07-15
TITANIC: Major implementation of OSMovie and AVISurface classes
Paul Gilbert
2016-07-15
TITANIC: Figured out remainder of CMovieManager
Paul Gilbert
2016-07-15
TITANIC: Added CMovieManager class
Paul Gilbert
2016-07-15
TITANIC: Adding more video surface methods
Paul Gilbert
2016-07-15
TITANIC: Added CGameObject saving, and movie range info methods
Paul Gilbert
2016-07-15
TITANIC: Added CGameObject text methods
Paul Gilbert
2016-07-15
TITANIC: Implemented remaining CGameManager methods and others
Paul Gilbert
2016-07-15
TITANIC: Implementing lots of cGameObject methods
Paul Gilbert
2016-07-10
TITANIC: Implement CMovieEvent & CMovieRangeInfo
Paul Gilbert
2016-07-10
TITANIC: Implementing PET inventory population
Paul Gilbert
2016-07-10
TITANIC: Implement playing a range of frames within movie
Paul Gilbert
2016-07-10
TITANIC: Fix stopping movies
Paul Gilbert
2016-07-10
TITANIC: Allow television video to play multiple times
Paul Gilbert
2016-04-10
TITANIC: Change back to using original AVIDecoder
Paul Gilbert
2016-04-10
TITANIC: Television video is now playing
Paul Gilbert
2016-04-09
TITANIC: Fix deleting movies
Paul Gilbert
2016-04-09
TITANIC: More implementation code for movie playback
Paul Gilbert
2016-04-08
TITANIC: Implement movie loading
Paul Gilbert
2016-04-08
TITANIC: Implementing preliminary video playback code
Paul Gilbert
2016-04-06
TITANIC: Implement CBackground message handlers
Paul Gilbert
2016-04-04
TITANIC: Hacked copy of AVIDecoder to handle ycursors.avi
Paul Gilbert
2016-04-03
TITANIC: Move most of the root classes into new support/ folder
Paul Gilbert