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
2015-07-12
WINTERMUTE: Fix typo
Willem Jan Palenstijn
2015-02-24
Merge pull request #587 from jammm/scummvm_local
Einar Johan Trøan Sømåen
2015-02-24
WINTERMUTE: Add mappings for VKeyCodes->ScummVM KeyCodes
jammm
2015-02-22
WINTERMUTE: Fixed parentFolder name check when testing for "language"/"langua...
jammm
2015-01-21
JANITORIAL: Remove unnecessary semicolons
Torbjörn Andersson
2014-11-05
Merge pull request #437 from tobiatesan/wme_subtitles
Einar Johan Trøan Sømåen
2014-11-05
WINTERMUTE: Fix formatting in video_subtitler.h
Tobia Tesan
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-11-05
WINTERMUTE: Keep _[show|current]Subtitle private in video_subtitler.h
Tobia Tesan
2014-11-04
WINTERMUTE: Add VK-translations for F1-F12 and HOME
Einar Johan Trøan Sømåen
2014-11-04
WINTERMUTE: Add detection for Bickadoodle 1.2 (Fixes bug 6735)
Einar Johan Trøan Sømåen
2014-11-04
WINTERMUTE: Use macros to simplify detection_tables.h
Einar Johan Trøan Sømåen
2014-11-04
WINTERMUTE: killAllSounds only if WME targetExecutable >= 1.8.6
Tobia Tesan
2014-11-04
WINTERMUTE: Introduce WMEGameDescription
Tobia Tesan
2014-10-28
WINTERMUTE: Remove trailing whitespace
Filippos Karapetis
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: 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
[next]