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
Age
Commit message (
Expand
)
Author
2014-10-15
WINTERMUTE: new char[str.size()+1] in BaseStringTable::expand
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: s/delete array/delete[] array/
Tobia Tesan
2014-10-15
WINTERMUTE: Use BaseGame->expandStringByStringTable(&Common::String) in Subti...
Tobia Tesan
2014-10-15
WINTERMUTE: Const'fy members of class SubtitleCard
Tobia Tesan
2014-10-15
WINTERMUTE: Remove useless constructor from SubtitleCard.
Tobia Tesan
2014-10-15
WINTERMUTE: Don't bother inheriting BaseGame in SubtitleCard
Tobia Tesan
2014-10-15
WINTERMUTE: Introduce BaseGame->expandStringByStringTable(&Common::String)
Tobia Tesan
2014-10-15
WINTERMUTE: Lose unnecessary if() in VideoTheoraPlayer
Tobia Tesan
2014-10-15
WINTERMUTE: Rename VideoTheoraPlayer->_subtitles to _foundSubtitles for clarity
Tobia Tesan
2014-10-15
WINTERMUTE: Avoid doing check before delete (deleting 0-pointer is safe)
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: 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: 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: 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: Expand subtitles by string table
Tobia Tesan
2014-10-15
WINTERMUTE: Refactor/Reformat VideoSubtitler::update
Tobia Tesan
2014-10-15
WINTERMUTE: Correctly delete _subtitler (which is not an array)
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: Reinstate CVidSubtitle destructor
Tobia Tesan
2014-10-15
WINTERMUTE: Port actual subtitle display code.
Tobia Tesan
2014-10-15
WINTERMUTE: Add getter for _videoFont
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: Reinstate subtitle loading
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
2014-10-04
Merge pull request #514 from tobiatesan/fix_audio_loop
Einar Johan Trøan Sømåen
2014-10-04
WINTERMUTE: Use SubLoopingAudio for music w/arbitrary loop points
Tobia Tesan
2014-10-04
WINTERMUTE: Add list of files that contain translatable strings
Thierry Crozat
2014-10-01
WINTERMUTE: Make a bunch of attributes private in BaseSoundBuffer
Tobia Tesan
2014-09-03
WINTERMUTE: Silence GCC signed/unsigned comparison warning
Torbjörn Andersson
2014-09-03
WINTERMUTE: Save the names of any language files that are loaded. (Fix bug #6...
Einar Johan Trøan Sømåen
2014-08-30
Merge pull request #495 from somaen/docuFix
Johannes Schickel
[prev]
[next]