[Scummvm-cvs-logs] scummvm master -> 880ac5d49407a639ffa6f70a785e3d25d58507ef

somaen einarjohan at somadalen.com
Tue Oct 23 21:50:40 CEST 2012


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1ef63578bb GRAPHICS: Mark decoders used by Wintermute as such.
880ac5d494 VIDEO: Mark Theora-decoder as used by Wintermute.


Commit: 1ef63578bbf5aa50219672ce4f2aeeb3f8c9363d
    https://github.com/scummvm/scummvm/commit/1ef63578bbf5aa50219672ce4f2aeeb3f8c9363d
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2012-10-23T12:48:27-07:00

Commit Message:
GRAPHICS: Mark decoders used by Wintermute as such.

Changed paths:
    graphics/decoders/bmp.h
    graphics/decoders/jpeg.h
    graphics/decoders/png.h
    graphics/decoders/tga.h



diff --git a/graphics/decoders/bmp.h b/graphics/decoders/bmp.h
index 59da682..779da35 100644
--- a/graphics/decoders/bmp.h
+++ b/graphics/decoders/bmp.h
@@ -24,6 +24,7 @@
  * Image decoder used in engines:
  *  - hugo
  *  - mohawk
+ *  - wintermute
  */
 
 #ifndef GRAPHICS_DECODERS_BMP_H
diff --git a/graphics/decoders/jpeg.h b/graphics/decoders/jpeg.h
index c74aa57..d59b72a 100644
--- a/graphics/decoders/jpeg.h
+++ b/graphics/decoders/jpeg.h
@@ -25,6 +25,7 @@
  * Image decoder used in engines:
  *  - groovie
  *  - mohawk
+ *  - wintermute
  */
 
 #ifndef GRAPHICS_JPEG_H
diff --git a/graphics/decoders/png.h b/graphics/decoders/png.h
index e52ddab..5e608eb 100644
--- a/graphics/decoders/png.h
+++ b/graphics/decoders/png.h
@@ -23,6 +23,7 @@
 /*
  * PNG decoder used in engines:
  *  - sword25
+ *  - wintermute
  * Dependencies:
  *  - libpng
  */
diff --git a/graphics/decoders/tga.h b/graphics/decoders/tga.h
index dfdc5a4..d8ccf8f 100644
--- a/graphics/decoders/tga.h
+++ b/graphics/decoders/tga.h
@@ -25,7 +25,7 @@
 
 /*
  * TGA decoder used in engines:
- *  - none
+ *  - wintermute
  */
 
 #ifndef GRAPHICS_DECODERS_TGA_H


Commit: 880ac5d49407a639ffa6f70a785e3d25d58507ef
    https://github.com/scummvm/scummvm/commit/880ac5d49407a639ffa6f70a785e3d25d58507ef
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2012-10-23T12:48:47-07:00

Commit Message:
VIDEO: Mark Theora-decoder as used by Wintermute.

Changed paths:
    video/theora_decoder.h



diff --git a/video/theora_decoder.h b/video/theora_decoder.h
index 7e36d82..ac808cd 100644
--- a/video/theora_decoder.h
+++ b/video/theora_decoder.h
@@ -51,6 +51,7 @@ namespace Video {
  * Decoder for Theora videos.
  * Video decoder used in engines:
  *  - sword25
+ *  - wintermute
  */
 class TheoraDecoder : public VideoDecoder {
 public:






More information about the Scummvm-git-logs mailing list