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
Age
Commit message (
Expand
)
Author
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-15
SCI: Simplify check for non-alphanumeric characters in the parser
Filippos Karapetis
2014-10-15
SCI: Ignore most of the non-alphanumeric characters in the parser
Filippos Karapetis
2014-10-15
MADS: Move all the anim and text view code into a common class
Filippos Karapetis
2014-10-15
MADS: Initial implementation of sound driver handling for V2 games
Filippos Karapetis
2014-10-15
MADS: Bugfix for the text view debugger command
Filippos Karapetis
2014-10-14
MADS: Correct the color for the top/bottom line bounding the cutscene
Paul Gilbert
2014-10-14
MADS: Fix clearing on-screen messages when the cutscene animation changes
Paul Gilbert
2014-10-14
MADS: Implement subtitles for animation cutscenes
Paul Gilbert
2014-10-14
MADS: Fix to exit game safely when sound driver hasn't been created
Paul Gilbert
2014-10-14
CGE2: Add detection for English v1.0 version of the game
Thierry Crozat
2014-10-14
TSAGE: R2R - Fix a bug when trying to exit the ship console after playing Out...
Strangerke
2014-10-13
MADS: New conversation message logic for cutscene animations
Paul Gilbert
2014-10-14
MADS: Handle the unimplemented 'D' animation command
Filippos Karapetis
2014-10-14
MADS: Properly skip empty lines in animation files
Filippos Karapetis
2014-10-13
TSAGE: R2R - move Scene1337 to its own source file to reduce the size of ring...
Strangerke
2014-10-13
MADS: Add debugger commands for playing text and anim cutscenes
Paul Gilbert
2014-10-13
MADS: Fix playback of digital audio during animation sequences
Paul Gilbert
2014-10-13
MADS: Further fixes for palette cycling during animations
Paul Gilbert
[prev]
[next]