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.cpp
Age
Commit message (
Expand
)
Author
2016-09-03
JANITORIAL: Make GPL headers uniform
Eugene Sandulenko
2014-11-05
WINTERMUTE: Move var declarations inside loop in loadSubtitles
Tobia Tesan
2014-11-05
WINTERMUTE: Remove redundant explicit call to Common::String constructor
Tobia Tesan
2014-11-05
WINTERMUTE: Declare vars inside appropriate block in loadSubtitles
Tobia Tesan
2014-10-15
WINTERMUTE: Add a bunch of comments in loadSubtitles
Tobia Tesan
2014-10-15
WINTERMUTE: Rename a bunch of variabiles in loadSubtitles
Tobia Tesan
2014-10-15
WINTERMUTE: Declare and init size in one place in VideoSubtitler
Tobia Tesan
2014-10-15
WINTERMUTE: Turn _subtitles into Common::Array<SubtitleCard> in VideoSubtitler
Tobia Tesan
2014-10-15
WINTERMUTE: Initialize tokenSomething vars 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: Turn display() and update() into void functions.
Tobia Tesan
2014-10-15
WINTERMUTE: Add clarification comment in loadSubtitles
Tobia Tesan
2014-10-15
WINTERMUTE: Preserve const when handing chars over to drawText
Tobia Tesan
2014-10-15
WINTERMUTE: Save frames as uint rather than long
Tobia Tesan
2014-10-15
WINTERMUTE: Treat edge case - prevents crash if SRT file is blank.
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: Do some refactoring over a bunch of attrs in VideoSubtitle
Tobia Tesan
2014-10-15
WINTERMUTE: Make sure subtitle files could be found before anything else
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: Port actual subtitle display code.
Tobia Tesan
2014-10-15
WINTERMUTE: Use native C types instead of macros
Tobia Tesan
2014-10-15
WINTERMUTE: Re-enable and use PathUtils for auto SRT detection
Tobia Tesan
2014-10-15
WINTERMUTE: Display subtitles in console
Tobia Tesan
2014-10-15
WINTERMUTE: Take const char in loadSubtitles
Tobia Tesan
2014-10-15
WINTERMUTE: Use BaseFileManager to load SUB file
Tobia Tesan
2014-10-15
WINTERMUTE: Use long-style braces around blocks in imported subtitle code
Tobia Tesan
2014-10-15
WINTERMUTE: Astyle imported WME subtitle code
Tobia Tesan
2014-10-15
WINTERMUTE: Import subtitle code from WME1
Tobia Tesan