Filippos Karapetis
|
62dc9dcd8f
|
VOYEUR: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08:00 |
|
Le Philousophe
|
17ceed4eb3
|
VOYEUR: Migrate engine to Path
|
2023-12-24 13:19:25 +01:00 |
|
Eugene Sandulenko
|
abea37c9bb
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
|
Bastien Bouclet
|
ec49730711
|
VIDEO: Allow setting the mixer sound type used to play audio tracks
|
2017-07-27 06:40:07 +02:00 |
|
Paul Gilbert
|
c05a09d337
|
VOYEUR: Changed engine to use Graphics::ManagedSurface
|
2016-03-14 20:56:30 -04:00 |
|
Sven Hesse
|
fc250701c5
|
VOYEUR: Janitorial - Remove trailing whitespace
|
2014-05-28 23:30:29 +02:00 |
|
Strangerke
|
27a45d169e
|
VOYEUR: Use a nullptr instead of a 0 in a return value
|
2014-03-17 21:19:28 +01:00 |
|
Strangerke
|
864b97eb49
|
VOYEUR: rename audio and video track access functions
|
2014-03-09 21:48:40 +01:00 |
|
Strangerke
|
118e7395c3
|
VOYEUR: Another try to get rid of the hidden overloaded functions
|
2014-03-09 21:34:32 +01:00 |
|
Strangerke
|
857a017e8c
|
VOYEUR: Remove a default parameter in RL2Decoder::loadfile()
|
2014-03-09 20:22:47 +01:00 |
|
Strangerke
|
c72927bb86
|
VOYEUR: Remove useless object in RL2VideoTrack
|
2014-03-09 19:31:26 +01:00 |
|
Strangerke
|
e44690dae9
|
VOYEUR: Remove setVm from GraphicsManager
|
2014-02-27 08:15:29 +01:00 |
|
Strangerke
|
9f74d13c57
|
VOYEUR: Remove setVm from EventManager
|
2014-02-27 07:29:49 +01:00 |
|
Strangerke
|
27a098cd65
|
VOYEUR: Fix a couple of uninitialized variables in RL2VideoTrack and GraphicsManager
|
2014-02-26 07:22:44 +01:00 |
|
Strangerke
|
227d80e0fd
|
VOYEUR: Add some details about unused variables, initialize some variables
|
2014-02-25 23:04:42 +01:00 |
|
Strangerke
|
0a6a76c478
|
VOYEUR: Fix uninitialized variables in DisplayResource and RL2Decoder
|
2014-02-25 08:14:29 +01:00 |
|
Johannes Schickel
|
36ac801a4d
|
VOYEUR: Make GPL headers consistent in themselves.
|
2014-02-18 02:43:50 +01:00 |
|
Paul Gilbert
|
56a32b3652
|
VOYEUR: Fix checking RLV header signature
|
2014-02-16 23:29:19 -05:00 |
|
Paul Gilbert
|
26f5475136
|
VOYEUR: Remove redundant code from RL2Decoder class
|
2014-02-07 20:57:49 -05:00 |
|
Paul Gilbert
|
f407a292a1
|
VOYEUR: Fix decoder _curFrame to start at -1
|
2014-02-07 08:03:49 -05:00 |
|
Paul Gilbert
|
49e3c9bcd2
|
VOYEUR: Moved RL2Decoder::seek to be seekIntern
|
2014-02-04 20:35:42 -05:00 |
|
Paul Gilbert
|
07f57ac650
|
VOYEUR: Simplified reference to audio and video tracks in the RL2Decoder
|
2014-02-04 00:20:24 -05:00 |
|
Paul Gilbert
|
bb37927afd
|
VOYEUR: Cleaner implementation of RL2Decoder seek
|
2014-02-04 00:14:48 -05:00 |
|
Paul Gilbert
|
77d8810b19
|
VOYEUR: Converted RL2 header getFrameRate to use Common::Rational
|
2014-02-04 00:05:56 -05:00 |
|
Paul Gilbert
|
d5231aa862
|
VOYEUR: Moved RL2Decoder into Voyeur namespace, and merged with VoyeurRL2Decoder
|
2014-02-03 23:44:50 -05:00 |
|
Paul Gilbert
|
ae9bca6bdf
|
VOYEUR: Remove a lot of outdated TODO's and clean up of stubbed methods
|
2014-02-03 20:16:13 -05:00 |
|
Paul Gilbert
|
ee26919e90
|
VOYEUR: Simply RL2 video decoder, and add proper seeking support
|
2014-01-25 18:46:26 -05:00 |
|
Paul Gilbert
|
0f9cfc373f
|
VOYEUR: Refactored RL2 decoder to better load audio on the fly
|
2014-01-25 14:31:06 -05:00 |
|
Paul Gilbert
|
3fc2a80be6
|
VOYEUR: Fix palette issues in second half of doGossip
|
2014-01-20 18:31:50 -05:00 |
|
Paul Gilbert
|
a662be5369
|
VOYEUR: Fix palette issues in first half of doGossip
|
2014-01-20 17:11:23 -05:00 |
|
Paul Gilbert
|
829de693ef
|
VOYEUR: Fix for video playback when no custom pic list needs to be applied
|
2014-01-17 23:01:41 -05:00 |
|
Paul Gilbert
|
6b059631ce
|
VOYEUR: Cleanup of doGossip, and better generic video playback code
|
2014-01-17 21:57:33 -05:00 |
|
Paul Gilbert
|
7d9680058a
|
VOYEUR: Fixes for decoding RL2 videos with transparency
|
2014-01-03 18:09:19 -10:00 |
|
Paul Gilbert
|
76f7d974f6
|
VOYEUR: In progress work trying to fix doGossip
|
2014-01-02 14:28:31 -10:00 |
|
Paul Gilbert
|
5c20b3c331
|
VOYEUR: Implementing game end methods
|
2013-12-31 16:08:00 -10:00 |
|
Paul Gilbert
|
9f103cb8fb
|
VOYEUR: Workaround for original intrepreter frame overruns
|
2014-01-01 08:09:05 +11:00 |
|
Paul Gilbert
|
1cdca7cd7f
|
VOYEUR: Fix memory leak in animation header class
|
2014-01-01 07:15:52 +11:00 |
|
Paul Gilbert
|
577b7cefa0
|
VOYEUR: Animation improvements to better handle Voyeur RL2 videos
|
2014-01-01 07:00:36 +11:00 |
|
Paul Gilbert
|
c4197b4e30
|
VOYEUR: Move _isRLV3 flag to animation header class
|
2013-12-30 07:45:44 +11:00 |
|
Paul Gilbert
|
beb64fe527
|
VOYEUR: Adding support for manually set backgrounds to RL2 playback
|
2013-12-30 07:33:36 +11:00 |
|
Paul Gilbert
|
3fd1abbe32
|
VOYEUR: Implemented playAVideo code, and support for RLV3 videos
|
2013-12-29 21:12:03 +11:00 |
|
Paul Gilbert
|
10af04da6a
|
VOYEUR: Mouse flags cleanup and in progress work on doGossip
|
2013-12-29 09:58:43 +11:00 |
|
Paul Gilbert
|
88c9dac8c0
|
VOYEUR: Implemented playAVideoDuration
|
2013-12-26 07:30:46 +11:00 |
|
Paul Gilbert
|
debe14fc50
|
VOYEUR: Fixes for casting warnings
|
2013-12-14 11:07:01 -05:00 |
|
Paul Gilbert
|
805230e163
|
VOYEUR: Fix for stuttering sound in animation playback
|
2013-12-02 22:45:29 -05:00 |
|
Paul Gilbert
|
08d68be2dc
|
VOYEUR: Fix for playback of animations with a background
|
2013-12-02 22:09:21 -05:00 |
|
Paul Gilbert
|
ede418b67a
|
VOYEUR: Merge of upstream
|
2013-11-30 20:44:23 -05:00 |
|
Paul Gilbert
|
66d1f7a8de
|
VOYEUR: Fixes for opening scene to start
|
2013-06-26 22:23:50 -04:00 |
|
Paul Gilbert
|
2654135257
|
VOYEUR: Fix crash from using background resource after it's group is freed
|
2013-06-23 11:31:54 -04:00 |
|
Paul Gilbert
|
527a52e473
|
VOYEUR: Sound for RL2 video files is sort of working
|
2013-06-22 19:28:52 -04:00 |
|