Commit Graph
37 Commits
Author SHA1 Message Date
Paweł Kołodziejski 06902574b4 GRIM: Janitorial 2022-06-08 01:12:00 +02:00
Paweł Kołodziejski 20cb0ae228 ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Dries Harnie f393929c6f EMI: Always enable subtitles for the demo
Fixes #1161.
Tested on the German and Spanish demo.
2020-05-17 13:49:54 +02:00
Bastien Bouclet 9853d26344 GRIM: Fix playing bink videos in the demo version of EMI
The OpenGL renderers would choke because the pixel format of the screen
was being used instead of the expected one.
2017-08-25 21:24:16 +02:00
Pawel Kolodziejski 7bdd1af0d7 EMI: precise bink output format to avoid use various pixel formats based on screen format 2015-01-13 18:59:09 +01:00
Joseph Jezak 94543abdb7 EMI: Skip setting up the text when it will be repositioned later. 2014-07-22 18:23:34 -04:00
Joel Teichroeb 0f3da43694 GRIM: Change NULL to nullptr. 2014-05-30 17:43:08 -07:00
Pawel Kolodziejski 8759900b6a ALL: synced with ScummVM 2014-04-05 18:18:42 +02:00
Ingo van Lil 4a87ea3962 EMI: Hide subtitle when stopping movie playback 2014-03-22 10:37:31 -07:00
Christian Krause 19b08f6fb3 EMI: implement subtitle support for SMUSH videos 2014-01-05 12:58:41 +01:00
Christian Krause a5fb089bee EMI: Fix various movies
- several movies (e.g. at the boulder puzzle on vista point)
  were not played

- enhance search for BINK header (some movie files don't have a
  SMUSH header and for others the movies starts at a higher position in
  the stream)
2013-12-22 20:38:03 +01:00
Joel Teichroeb 4eb508cb61 GRIM: Use const references for strings 2013-07-07 20:56:24 -07:00
Paweł Kołodziejski 175620b62a ALL: change license headers from LGPL to GPL, and few updates 2012-12-19 23:15:43 +01:00
Paweł Kołodziejski 9131adfde1 fixed compile warnings 2012-01-27 14:12:15 +01:00
Matthew Hoops fb30462d43 GRIM: Fix EMI Bink videos with the 'SMUSH' header 2012-01-22 16:34:56 +01:00
Paweł Kołodziejski e350c7f777 renames 2012-01-06 23:29:45 +01:00
Giulio Camuffo 1fd4b5268a GRIM/MOVIE: Keep an always running callback timer, avoiding risks of deadlock.
Should fix probably #430
2011-12-18 00:14:53 +01:00
Einar Johan T. Sømåen abea6d10fb GRIM: Reduce dependencies on engines/grim in engines/grim/movie 2011-10-02 00:21:21 +02:00
Einar Johan T. Sømåen ceb42b40e0 GRIM: Cleanup in Movie-code 2011-10-01 22:42:38 +02:00
Einar Johan T. Sømåen 5e93a6f9b1 GRIM: Refactor the smush-decoder into a subclass of VideoDecoder 2011-10-01 02:51:55 +02:00
Matthew Hoops 0ab7c1254d GRIM: Fix the EMI demo video 2011-08-15 15:17:23 -04:00
Matthew Hoops 282d3e221c GRIM: Don't assert out when failing to open a video 2011-08-15 15:17:06 -04:00
Einar Johan T. Sømåen aa44589258 GRIM: Add USE_BINK guards 2011-08-13 08:09:49 +02:00
Einar Johan T. Sømåen 10d50e4c32 GRIM: Fix drawing to the right surface in Bink 2011-08-13 06:37:50 +02:00
Einar Johan T. Sømåen d5d8f03ef9 GRIM: Formatting in Bink 2011-08-13 06:23:08 +02:00
Einar Johan T. Sømåen e979ea304f BINK: Actually care about the x and y arguments in play. 2011-07-29 04:32:17 +02:00
Einar Johan T. Sømåen f83fc0189e BINK: Make sure we set ENGINE_MODE_NORMAL if the video is finished. 2011-07-29 03:55:47 +02:00
Einar Johan T. Sømåen 53e0d5fa3f BINK: Use _internalBuffer, to avoid collisions with the draw-routines done externally. 2011-07-29 03:54:55 +02:00
Pawel Kolodziejski 424869bdd1 formatting 2011-07-25 08:52:38 +02:00
Pawel Kolodziejski 6fd3e6a36e Merge pull request #271 from somaen/newBink
EMI: Add support for Bink from Video::BinkDecoder
2011-07-24 23:48:42 -07:00
Giulio Camuffo 5f59fff5b3 GRIM: Move the debug levels enum in a separate header. 2011-07-23 15:37:14 +02:00
Einar Johan T. Sømåen 2a277aa9d0 EMI: Add support for Bink from Video::BinkDecoder 2011-07-20 18:49:05 +02:00
JenniBee 7e63184810 fixing compilation on mingw32 2011-05-24 13:03:59 -04:00
Pawel Kolodziejski 356c9c8c07 sync with scummvm 2011-05-18 23:33:39 +02:00
Pawel Kolodziejski 43eee42916 GRIM: restore factory-functions in movie player 2011-05-14 18:17:26 +02:00
Pawel Kolodziejski 83de2e6600 refactor movie playback and game detection params 2011-05-14 12:11:53 +02:00