aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
AgeCommit message (Expand)Author
2014-10-15WINTERMUTE: Add clarification comment in loadSubtitlesTobia Tesan
2014-10-15WINTERMUTE: Preserve const when handing chars over to drawTextTobia Tesan
2014-10-15WINTERMUTE: Save frames as uint rather than longTobia Tesan
2014-10-15WINTERMUTE: Treat edge case - prevents crash if SRT file is blank.Tobia Tesan
2014-10-15WINTERMUTE: Keep a bunch of attrs private in VideoSubtitlerTobia Tesan
2014-10-15WINTERMUTE: Use Common::String in place of char *text in loadSubtitlesTobia Tesan
2014-10-15WINTERMUTE: Remove ////-style separators from imported subtitle codeTobia Tesan
2014-10-15WINTERMUTE: Do some refactoring over a bunch of attrs in VideoSubtitleTobia Tesan
2014-10-15WINTERMUTE: Make sure subtitle files could be found before anything elseTobia Tesan
2014-10-15WINTERMUTE: Expand subtitles by string tableTobia Tesan
2014-10-15WINTERMUTE: Refactor/Reformat VideoSubtitler::updateTobia Tesan
2014-10-15WINTERMUTE: Correctly delete _subtitler (which is not an array)Tobia Tesan
2014-10-15WINTERMUTE: Declare counters as uint to match Array::size()Tobia Tesan
2014-10-15WINTERMUTE: Mass ScummVM-style renaming in subtitles codeTobia Tesan
2014-10-15WINTERMUTE: Reinstate CVidSubtitle destructorTobia Tesan
2014-10-15WINTERMUTE: Port actual subtitle display code.Tobia Tesan
2014-10-15WINTERMUTE: Add getter for _videoFontTobia Tesan
2014-10-15WINTERMUTE: Use native C types instead of macrosTobia Tesan
2014-10-15WINTERMUTE: Re-enable and use PathUtils for auto SRT detectionTobia Tesan
2014-10-15WINTERMUTE: Display subtitles in consoleTobia Tesan
2014-10-15WINTERMUTE: Reinstate subtitle loadingTobia Tesan
2014-10-15WINTERMUTE: Take const char in loadSubtitlesTobia Tesan
2014-10-15WINTERMUTE: Use BaseFileManager to load SUB fileTobia Tesan
2014-10-15WINTERMUTE: Use long-style braces around blocks in imported subtitle codeTobia Tesan
2014-10-15WINTERMUTE: Astyle imported WME subtitle codeTobia Tesan
2014-10-15WINTERMUTE: Import subtitle code from WME1Tobia Tesan
2014-10-04Merge pull request #514 from tobiatesan/fix_audio_loopEinar Johan Trøan Sømåen
2014-10-04WINTERMUTE: Use SubLoopingAudio for music w/arbitrary loop pointsTobia Tesan
2014-10-04WINTERMUTE: Add list of files that contain translatable stringsThierry Crozat
2014-10-01WINTERMUTE: Make a bunch of attributes private in BaseSoundBufferTobia Tesan
2014-09-03WINTERMUTE: Silence GCC signed/unsigned comparison warningTorbjörn Andersson
2014-09-03WINTERMUTE: Save the names of any language files that are loaded. (Fix bug #6...Einar Johan Trøan Sømåen
2014-08-30Merge pull request #495 from somaen/docuFixJohannes Schickel
2014-08-29WINTERMUTE: Remove unused Sqr-function.Einar Johan Trøan Sømåen
2014-08-29ENGINES: Fix some Doxygen comments that seem wrong.Einar Johan Trøan Sømåen
2014-07-22WME: added few more games. added ability to detect from exe files.Pawel Kolodziejski
2014-06-20WINTERMUTE: Do syncSoundSettings on initialization of sound manager, so that ...Einar Johan Trøan Sømåen
2014-06-15Merge pull request #466 from sev-/transparent-surfaceEugene Sandulenko
2014-06-15WINTERMUTE: Switch to use of moved to OSystem TransparentSurfaceEugene Sandulenko
2014-06-09WINTERMUTE: Add detection for Vsevolod PrologueEinar Johan Trøan Sømåen
2014-06-09WINTERMUTE: Add detection for OknyttEinar Johan Trøan Sømåen
2014-06-08WINTERMUTE: Silence/fix some warnigns when compiling Symbian port.Johannes Schickel
2014-06-08WINTERMUTE: Fix endian issues in findPackageSignature.Johannes Schickel
2014-06-02WINTERMUTE: Speeding up blitting routines for TransparentSurfaceEugene Sandulenko
2014-05-31WINTERMUTE: Add detection for 5 versions of The KiteEinar Johan Trøan Sømåen
2014-05-31WINTERMUTE: Add detection for Bickadoodle 1.1Einar Johan Trøan Sømåen
2014-05-31WINTERMUTE: Add detection for "Boredom of Agustin Cordes"Einar Johan Trøan Sømåen
2014-05-31WINTERMUTE: Add another Rhiannon-version to the detection tables.Einar Johan Trøan Sømåen
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel