[Scummvm-git-logs] scummvm-web master -> d10d81d521b17172f2666c8be5f7d3e593ca171f

sev- sev at scummvm.org
Fri Dec 9 00:03:41 CET 2016


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

Summary:
d10d81d521 WEB: Fix Full Pipe screenshots and remove spoiler one


Commit: d10d81d521b17172f2666c8be5f7d3e593ca171f
    https://github.com/scummvm/scummvm-web/commit/d10d81d521b17172f2666c8be5f7d3e593ca171f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-12-09T00:03:13+01:00

Commit Message:
WEB: Fix Full Pipe screenshots and remove spoiler one

Changed paths:
  R data/screenshots/other/fullpipe/fullpipe-16-full.png
  R data/screenshots/other/fullpipe/fullpipe-16.jpg
    data/screenshots.xml
    data/screenshots/other/fullpipe/fullpipe-15-full.png
    data/screenshots/other/fullpipe/fullpipe-15.jpg


diff --git a/data/screenshots.xml b/data/screenshots.xml
index 37bc597..bf00c67 100644
--- a/data/screenshots.xml
+++ b/data/screenshots.xml
@@ -1691,12 +1691,12 @@
 			<category>fullpipe</category>
 			<image>
 				<file>other/fullpipe/fullpipe-#n#</file>
-				<range from="1" to="16" format="0%2d" />
+				<range from="1" to="15" format="%02d" />
 				<caption>Full Pipe</caption>
 			</image>
 			<image>
 				<file>other/fullpipe/fullpipe-de-#n#</file>
-				<range from="1" to="2" format="0%2d" />
+				<range from="1" to="2" format="%02d" />
 				<caption>Full Pipe (German)</caption>
 			</image>
 		</game>
diff --git a/data/screenshots/other/fullpipe/fullpipe-15-full.png b/data/screenshots/other/fullpipe/fullpipe-15-full.png
index f661655..c973b72 100644
Binary files a/data/screenshots/other/fullpipe/fullpipe-15-full.png and b/data/screenshots/other/fullpipe/fullpipe-15-full.png differ
diff --git a/data/screenshots/other/fullpipe/fullpipe-15.jpg b/data/screenshots/other/fullpipe/fullpipe-15.jpg
index 65ac821..28bbca2 100644
Binary files a/data/screenshots/other/fullpipe/fullpipe-15.jpg and b/data/screenshots/other/fullpipe/fullpipe-15.jpg differ
diff --git a/data/screenshots/other/fullpipe/fullpipe-16-full.png b/data/screenshots/other/fullpipe/fullpipe-16-full.png
deleted file mode 100644
index c973b72..0000000
Binary files a/data/screenshots/other/fullpipe/fullpipe-16-full.png and /dev/null differ
diff --git a/data/screenshots/other/fullpipe/fullpipe-16.jpg b/data/screenshots/other/fullpipe/fullpipe-16.jpg
deleted file mode 100644
index 28bbca2..0000000
Binary files a/data/screenshots/other/fullpipe/fullpipe-16.jpg and /dev/null differ





More information about the Scummvm-git-logs mailing list