[Scummvm-cvs-logs] scummvm master -> 2a75e90ba2740fa3f3bad30e18470fd91e95486f
bluegr
bluegr at gmail.com
Mon Aug 22 19:11:55 CEST 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
2a75e90ba2 SCI32: Document the games that use Robot videos
Commit: 2a75e90ba2740fa3f3bad30e18470fd91e95486f
https://github.com/scummvm/scummvm/commit/2a75e90ba2740fa3f3bad30e18470fd91e95486f
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2016-08-22T20:11:34+03:00
Commit Message:
SCI32: Document the games that use Robot videos
Changed paths:
engines/sci/video/robot_decoder.h
diff --git a/engines/sci/video/robot_decoder.h b/engines/sci/video/robot_decoder.h
index 5fd6ad4..9d8c720 100644
--- a/engines/sci/video/robot_decoder.h
+++ b/engines/sci/video/robot_decoder.h
@@ -38,6 +38,11 @@ namespace Sci {
class Plane;
class SegManager;
+// There were 3 different Robot video versions, used in the following games:
+// - v4: PQ:SWAT demo
+// - v5: KQ7 DOS, Phantasmagoria, PQ:SWAT, Lighthouse
+// - v6: RAMA
+//
// Notes on Robot v5/v6 format:
//
// Robot is a packetized streaming AV format that encodes multiple bitmaps +
More information about the Scummvm-git-logs
mailing list