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: 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
2014-08-29
WINTERMUTE: Remove unused Sqr-function.
Einar Johan Trøan Sømåen
2014-08-29
ENGINES: Fix some Doxygen comments that seem wrong.
Einar Johan Trøan Sømåen
2014-07-22
WME: added few more games. added ability to detect from exe files.
Pawel Kolodziejski
2014-06-20
WINTERMUTE: Do syncSoundSettings on initialization of sound manager, so that ...
Einar Johan Trøan Sømåen
2014-06-15
Merge pull request #466 from sev-/transparent-surface
Eugene Sandulenko
2014-06-15
WINTERMUTE: Switch to use of moved to OSystem TransparentSurface
Eugene Sandulenko
2014-06-09
WINTERMUTE: Add detection for Vsevolod Prologue
Einar Johan Trøan Sømåen
2014-06-09
WINTERMUTE: Add detection for Oknytt
Einar Johan Trøan Sømåen
2014-06-08
WINTERMUTE: Silence/fix some warnigns when compiling Symbian port.
Johannes Schickel
2014-06-08
WINTERMUTE: Fix endian issues in findPackageSignature.
Johannes Schickel
2014-06-02
WINTERMUTE: Speeding up blitting routines for TransparentSurface
Eugene Sandulenko
2014-05-31
WINTERMUTE: Add detection for 5 versions of The Kite
Einar Johan Trøan Sømåen
[prev]
[next]