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
Age
Commit message (
Expand
)
Author
2014-10-18
MADS: Clear scene sprites and objects when showing a game menu
Filippos Karapetis
2014-10-18
MADS: Implement the Rex Cancel button in the game options dialog
Filippos Karapetis
2014-10-18
MADS: Reset screen clip bounds before copying over a new screen
Filippos Karapetis
2014-10-18
MADS: Remove deprecated code from AnimationView and a bunch of out-of-date TODOs
Paul Gilbert
2014-10-18
MADS: Only show Quotes main menu item after winning the game
Paul Gilbert
2014-10-18
MADS: Hook up Rex game endings to show the correct animation and/or credits
Paul Gilbert
2014-10-18
GUI: Fix for bug 6719 (last line of help missing)
Ben Castricum
2014-10-18
SCI: Hopefully fix bug #6718 in LSL6 Polish
Filippos Karapetis
2014-10-18
SCI: Separate the rest of the detection-only functions
Filippos Karapetis
2014-10-18
SCI: Rename the version of addAppropriateSources() used in detection
Filippos Karapetis
2014-10-18
SCI: Fix some typos, and remove some redundant curly braces
Filippos Karapetis
2014-10-17
TINSEL: Move object creation from constructor to run()
Torbjörn Andersson
2014-10-16
MADS: Fix stopping digital audio, music, and palette cycling when animation ends
Paul Gilbert
2014-10-16
TSAGE: R2R - Remove useless includes
Strangerke
2014-10-16
TSAGE: Move Air Duct and Vampire lair mazes in separate source files
Strangerke
2014-10-15
MADS: Save redundant reloads of digital audio when switching animations
Paul Gilbert
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
2014-10-15
WINTERMUTE: Mass ScummVM-style renaming in subtitles code
Tobia Tesan
[prev]
[next]