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
/
wintermute
/
video
/
video_subtitler.h
Age
Commit message (
Expand
)
Author
2016-09-03
JANITORIAL: Make GPL headers uniform
Eugene Sandulenko
2014-11-05
WINTERMUTE: Fix formatting in video_subtitler.h
Tobia Tesan
2014-11-05
WINTERMUTE: Keep _[show|current]Subtitle private in video_subtitler.h
Tobia Tesan
2014-10-15
WINTERMUTE: Turn _subtitles into Common::Array<SubtitleCard> in VideoSubtitler
Tobia Tesan
2014-10-15
WINTERMUTE: Use int32 for _lastSample in VideoSubtitler
Tobia Tesan
2014-10-15
WINTERMUTE: Rename VideoSubtitle to SubtitleCard
Tobia Tesan
2014-10-15
WINTERMUTE: Turn a bunch of uint into uint32 in VideoSubtitle
Tobia Tesan
2014-10-15
WINTERMUTE: s/uint32 _lastSample/long _lastSample/
Tobia Tesan
2014-10-15
WINTERMUTE: Turn display() and update() into void functions.
Tobia Tesan
2014-10-15
WINTERMUTE: Save frames as uint rather than long
Tobia Tesan
2014-10-15
WINTERMUTE: Keep a bunch of attrs private in VideoSubtitler
Tobia Tesan
2014-10-15
WINTERMUTE: Use Common::String in place of char *text in loadSubtitles
Tobia Tesan
2014-10-15
WINTERMUTE: Remove ////-style separators from imported subtitle code
Tobia Tesan
2014-10-15
WINTERMUTE: Refactor/Reformat VideoSubtitler::update
Tobia Tesan
2014-10-15
WINTERMUTE: Declare counters as uint to match Array::size()
Tobia Tesan
2014-10-15
WINTERMUTE: Mass ScummVM-style renaming in subtitles code
Tobia Tesan
2014-10-15
WINTERMUTE: Take const char in loadSubtitles
Tobia Tesan
2014-10-15
WINTERMUTE: Astyle imported WME subtitle code
Tobia Tesan
2014-10-15
WINTERMUTE: Import subtitle code from WME1
Tobia Tesan