[Scummvm-cvs-logs] SF.net SVN: scummvm: [32036] web/trunk

sev at users.sourceforge.net sev at users.sourceforge.net
Sun May 11 22:31:51 CEST 2008


Revision: 32036
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32036&view=rev
Author:   sev
Date:     2008-05-11 13:31:51 -0700 (Sun, 11 May 2008)

Log Message:
-----------
Last validation fixes. Now we're valid again.

Modified Paths:
--------------
    web/trunk/include/scr-categories.php
    web/trunk/news/20070520.xml
    web/trunk/news/20071012.xml
    web/trunk/news/20071130.xml
    web/trunk/news/20080302.xml
    web/trunk/screenshots/screenshots.csv
    web/trunk/screenshots.css

Modified: web/trunk/include/scr-categories.php
===================================================================
--- web/trunk/include/scr-categories.php	2008-05-11 20:05:13 UTC (rev 32035)
+++ web/trunk/include/scr-categories.php	2008-05-11 20:31:51 UTC (rev 32036)
@@ -80,15 +80,15 @@
 $cat->add(11, "cat-comi.png", "The Curse of Monkey Island");
 
 // AGOS games
-$cat = & new category(2, "Adventuresoft/Horrorsoft games");
-$cat->add(4, "cat-simon.png", "Simon the Sorcerer series");
-$cat->add(7, "cat-feeble.png", "The Feeble Files");
+$cat = & new category(4, "Adventuresoft/Horrorsoft games");
+$cat->add(0, "cat-simon.png", "Simon the Sorcerer series");
+$cat->add(1, "cat-feeble.png", "The Feeble Files");
 
 // Coktel Vision games
-$cat = & new category(2, "Coktel Vision games");
-$cat->add(11, "cat-bargon.png", "Bargon Attack");
-$cat->add(1, "cat-gob.png", "Gobliiins series");
-$cat->add(9, "cat-ween.png", "Ween: The Prophecy");
+$cat = & new category(5, "Coktel Vision games");
+$cat->add(2, "cat-bargon.png", "Bargon Attack");
+$cat->add(0, "cat-gob.png", "Gobliiins series");
+$cat->add(1, "cat-ween.png", "Ween: The Prophecy");
 
 // AGI games
 $cat = & new category(3, "Sierra AGI games");
@@ -106,16 +106,16 @@
 
 // Other games
 $cat = & new category(2, "Other games");
-$cat->add(5, "cat-sky.png", "Beneath a Steel Sky");
+$cat->add(3, "cat-sky.png", "Beneath a Steel Sky");
 $cat->add(0, "cat-sword.png", "Broken Sword series");
-$cat->add(3, "cat-queen.png", "Flight of the Amazon Queen");
-$cat->add(8, "cat-fw.png", "Future Wars: Time Travelers");
-$cat->add(13, "cat-ihnm.png", "I Have no Mouth and I Must Scream");
-$cat->add(2, "cat-ite.png", "Inherit the Earth: Quest for the Orb");
-$cat->add(12, "cat-nippon.png", "Nippon Safes Inc.");
-$cat->add(6, "cat-kyra.png", "The Legend of Kyrandia series");
-$cat->add(14, "cat-lure.png", "Lure of the Temptress");
-$cat->add(10, "cat-touche.png", "Touché: The Adventures of the Fifth Musketeer");
+$cat->add(2, "cat-queen.png", "Flight of the Amazon Queen");
+$cat->add(5, "cat-fw.png", "Future Wars: Time Travelers");
+$cat->add(8, "cat-ihnm.png", "I Have no Mouth and I Must Scream");
+$cat->add(1, "cat-ite.png", "Inherit the Earth: Quest for the Orb");
+$cat->add(7, "cat-nippon.png", "Nippon Safes Inc.");
+$cat->add(4, "cat-kyra.png", "The Legend of Kyrandia series");
+$cat->add(9, "cat-lure.png", "Lure of the Temptress");
+$cat->add(6, "cat-touche.png", "Touché: The Adventures of the Fifth Musketeer");
 
 // HE games
 $cat = & new category(1, "Humongous Entertainment games");

Modified: web/trunk/news/20070520.xml
===================================================================
--- web/trunk/news/20070520.xml	2008-05-11 20:05:13 UTC (rev 32035)
+++ web/trunk/news/20070520.xml	2008-05-11 20:31:51 UTC (rev 32036)
@@ -3,7 +3,7 @@
 <AUTHOR>peres</AUTHOR>
 <BODY>
 <p>
-<a href="http://wiki.scummvm.org/index.php/Nippon_Safes%2C_Inc."><i>Nippon Safes, Inc.</i></a>, the first exciting instalment of the Parallaction engine, is now supported in current SVN builds (which can be found under "SVN Builds" on the <a href="http://www.scummvm.org/downloads.php">downloads page</a>) and open for testing and bug reporting via the <a href="http://sourceforge.net/tracker/?group_id=37116äatid=418820">ScummVM bug tracker.</a>
+<a href="http://wiki.scummvm.org/index.php/Nippon_Safes%2C_Inc."><i>Nippon Safes, Inc.</i></a>, the first exciting instalment of the Parallaction engine, is now supported in current SVN builds (which can be found under "SVN Builds" on the <a href="http://www.scummvm.org/downloads.php">downloads page</a>) and open for testing and bug reporting via the <a href="http://sourceforge.net/tracker/?group_id=37116&atid=418820">ScummVM bug tracker.</a>
 </p>
 <p>
 Are you smarter than an experienced safe cracker?<br>

Modified: web/trunk/news/20071012.xml
===================================================================
--- web/trunk/news/20071012.xml	2008-05-11 20:05:13 UTC (rev 32035)
+++ web/trunk/news/20071012.xml	2008-05-11 20:31:51 UTC (rev 32036)
@@ -30,6 +30,6 @@
 Land, Vince Lee, <a href="http://leiterman.com/lfilm.html">Jim Leiterman</a>, <a href="http://www.doublefine.com/">Tim Schafer</a>, Aric Wilmunder 
 and everyone else involved in creating the 
 classic LucasFilm/LucasArts titles that inspired this project!</li>
-	</ul></p>
+	</ul>
 	<p>Stay tuned for the <b>REAL</b> party, early next year...</p>
 </BODY>

Modified: web/trunk/news/20071130.xml
===================================================================
--- web/trunk/news/20071130.xml	2008-05-11 20:05:13 UTC (rev 32035)
+++ web/trunk/news/20071130.xml	2008-05-11 20:31:51 UTC (rev 32036)
@@ -23,7 +23,7 @@
 </p>
 
 <p>
-Please post any bugs you can find to our <a href="http://sourceforge.net/tracker/?atid=418820&group_id=37116&func=browse">
+Please post any bugs you can find to our <a href="http://sourceforge.net/tracker/?atid=418820&group_id=37116&func=browse">
 bug tracker</a>, following the <a href="http://www.scummvm.org/faq.php#question.report-bugs">bug submission guidelines</a>.
 Screenshots are also needed, which can be submitted using the appropriate
 <a href="http://wiki.scummvm.org/index.php/Screenshots">guidelines</a> for screenshot submission.

Modified: web/trunk/news/20080302.xml
===================================================================
--- web/trunk/news/20080302.xml	2008-05-11 20:05:13 UTC (rev 32035)
+++ web/trunk/news/20080302.xml	2008-05-11 20:31:51 UTC (rev 32036)
@@ -6,7 +6,7 @@
 ...on a moving ship and you've got no recollections on how you got there. Can you find your way around when you're <a href="http://wiki.scummvm.org/index.php/Lost_in_Time"><i>Lost in Time</i></a>?
 </p>
 <p>
-Same procedure as last time: Get your copy of <i>Lost in Time</i> and a <a href="http://www.scummvm.org/downloads.php#SVN">daily build</a> of ScummVM, then report all bugs to <a href="http://sourceforge.net/tracker/?atid=418820&group_id=37116&func=browse">our bug tracker</a> and submit screenshots to <a href="http://sourceforge.net/tracker/?func=add&group_id=37116&atid=418822">our patch tracker</a>. For further information, check out the <a href="http://www.scummvm.org/faq.php#question.report-bugs">bug submission guidelines</a> and <a href="http://wiki.scummvm.org/index.php/Screenshots">screenshot guidelines</a>, respectively.
+Same procedure as last time: Get your copy of <i>Lost in Time</i> and a <a href="http://www.scummvm.org/downloads.php#SVN">daily build</a> of ScummVM, then report all bugs to <a href="http://sourceforge.net/tracker/?atid=418820&group_id=37116&func=browse">our bug tracker</a> and submit screenshots to <a href="http://sourceforge.net/tracker/?func=add&group_id=37116&atid=418822">our patch tracker</a>. For further information, check out the <a href="http://www.scummvm.org/faq.php#question.report-bugs">bug submission guidelines</a> and <a href="http://wiki.scummvm.org/index.php/Screenshots">screenshot guidelines</a>, respectively.
 </p>
 <p>Have fun, and good luck (you'll need it ;P).
 </p>

Modified: web/trunk/screenshots/screenshots.csv
===================================================================
--- web/trunk/screenshots/screenshots.csv	2008-05-11 20:05:13 UTC (rev 32035)
+++ web/trunk/screenshots/screenshots.csv	2008-05-11 20:31:51 UTC (rev 32036)
@@ -221,100 +221,46 @@
 2|0|1|other/sword/scummvm_2_0_1|Broken Sword 1 - The Shadow of the Templars
 2|0|2|other/sword/scummvm_2_0_2|Broken Sword 2 - The Smoking Mirror
 2|0|3|other/sword/scummvm_2_0_3|Broken Sword 2 - The Smoking Mirror
-2|1|0|other/gob/scummvm_2_1_0|Gobliiins
-2|1|1|other/gob/scummvm_2_1_1|Gobliiins
-2|1|8|other/gob/gob1-2|Gobliiins
-2|1|9|other/gob/gob1-3|Gobliiins
-2|1|10|other/gob/gob1-4|Gobliiins
-2|1|11|other/gob/gob1-5|Gobliiins
-2|1|2|other/gob/scummvm_2_1_2|Gobliins 2 (CD)
-2|1|3|other/gob/scummvm_2_1_3|Gobliins 2 (CD)
-2|1|4|other/gob/scummvm_2_1_4|Gobliins 2 (CD)
-2|1|12|other/gob/gob2-3|Gobliins 2 (CD)
-2|1|13|other/gob/gob2-4|Gobliins 2 (CD)
-2|1|14|other/gob/gob2-5|Gobliins 2 (CD)
-2|1|5|other/gob/scummvm_2_1_5|Goblins Quest 3 (DOS)
-2|1|6|other/gob/scummvm_2_1_6|Goblins Quest 3 (DOS)
-2|1|7|other/gob/scummvm_2_1_7|Goblins Quest 3 (DOS)
-2|1|15|other/gob/gob3-3|Goblins Quest 3 (DOS)
-2|1|16|other/gob/gob3-4|Goblins Quest 3 (DOS)
-2|1|17|other/gob/gob3-5|Goblins Quest 3 (DOS)
-2|2|0|other/ite/scummvm_2_2_0|Inherit the Earth: Quest for the Orb
-2|2|1|other/ite/scummvm_2_2_1|Inherit the Earth: Quest for the Orb (German)
-2|3|0|other/queen/scummvm_2_3_0|Flight of the Amazon Queen
-2|3|1|other/queen/scummvm_2_3_1|Flight of the Amazon Queen (DOS Hebrew)
-2|4|0|other/simon/scummvm_2_4_0|Simon the Sorcerer
-2|4|1|other/simon/scummvm_2_4_1|Simon the Sorcerer
-2|4|12|other/simon/simon1-2|Simon the Sorcerer
-2|4|13|other/simon/simon1-3|Simon the Sorcerer
-2|4|14|other/simon/simon1-4|Simon the Sorcerer
-2|4|15|other/simon/simon1-5|Simon the Sorcerer
-2|4|2|other/simon/scummvm_2_4_2|Simon the Sorcerer 2
-2|4|16|other/simon/simon2-1|Simon the Sorcerer 2
-2|4|17|other/simon/simon2-2|Simon the Sorcerer 2
-2|4|18|other/simon/simon2-3|Simon the Sorcerer 2
-2|4|19|other/simon/simon2-4|Simon the Sorcerer 2
-2|4|3|other/simon/scummvm_2_4_3|Simon the Sorcerer 2 (DOS Hebrew)
-2|4|4|other/simon/scummvm_2_4_4|Simon the Sorcerer's Puzzle Pack - D.I.M.P.
-2|4|5|other/simon/scummvm_2_4_5|Simon the Sorcerer's Puzzle Pack - D.I.M.P.
-2|4|6|other/simon/scummvm_2_4_6|Simon the Sorcerer's Puzzle Pack - Jumble
-2|4|7|other/simon/scummvm_2_4_7|Simon the Sorcerer's Puzzle Pack - Jumble
-2|4|8|other/simon/scummvm_2_4_8|Simon the Sorcerer's Puzzle Pack - NoPatience
-2|4|9|other/simon/scummvm_2_4_9|Simon the Sorcerer's Puzzle Pack - NoPatience
-2|4|10|other/simon/scummvm_2_4_10|Simon the Sorcerer's Puzzle Pack - Swampy Adventures
-2|4|11|other/simon/scummvm_2_4_11|Simon the Sorcerer's Puzzle Pack - Swampy Adventures
-2|5|0|other/sky/scummvm_2_5_0|Beneath a Steel Sky
-2|5|1|other/sky/scummvm_2_5_1|Beneath a Steel Sky
-2|6|0|other/kyra/scummvm_2_6_0|The Legend of Kyrandia (DOS)
-2|6|1|other/kyra/scummvm_2_6_1|The Legend of Kyrandia (DOS)
-2|6|2|other/kyra/scummvm_2_6_2|The Legend of Kyrandia (PC-98 Japanese)
-2|6|3|other/kyra/scummvm_2_6_3|The Legend of Kyrandia (PC-98 Japanese)
-2|6|4|other/kyra/kyra2-1|The Legend of Kyrandia: Book Two: Hand of Fate (DOS)
-2|6|5|other/kyra/kyra2-2|The Legend of Kyrandia: Book Two: Hand of Fate (DOS)
-2|6|6|other/kyra/kyra2-de-1|The Legend of Kyrandia: Book Two: Hand of Fate (DOS German)
-2|6|7|other/kyra/kyra2-fr-1|The Legend of Kyrandia: Book Two: Hand of Fate (DOS French)
-2|7|0|other/feeble/scummvm_2_7_0|The Feeble Files (Windows)
-2|7|1|other/feeble/scummvm_2_7_1|The Feeble Files (Windows)
-2|7|2|other/feeble/scummvm_2_7_2|The Feeble Files (Windows)
-2|7|3|other/feeble/scummvm_2_7_3|The Feeble Files (Windows)
-2|7|4|other/feeble/scummvm_2_7_4|The Feeble Files (Windows)
-2|7|5|other/feeble/feeble-5|The Feeble Files (Windows)
-2|7|6|other/feeble/feeble-6|The Feeble Files (Windows)
-2|7|7|other/feeble/feeble-7|The Feeble Files (Windows)
-2|7|8|other/feeble/feeble-8|The Feeble Files (Windows)
-2|8|0|other/fw/scummvm_2_8_0|Future Wars: Time Travellers
-2|8|1|other/fw/scummvm_2_8_1|Future Wars: Time Travellers
-2|8|2|other/fw/scummvm_2_8_2|Future Wars: Time Travellers
-2|8|3|other/fw/scummvm_2_8_3|Future Wars: Time Travellers
-2|9|0|other/ween/scummvm_2_9_0|Ween: The Prophecy
-2|9|1|other/ween/scummvm_2_9_1|Ween: The Prophecy
-2|9|2|other/ween/scummvm_2_9_2|Ween: The Prophecy
-2|9|3|other/ween/scummvm_2_9_3|Ween: The Prophecy
-2|10|0|other/touche/scummvm_2_10_0|Touché: The Adventures of the Fifth Musketeer
-2|10|1|other/touche/scummvm_2_10_1|Touché: The Adventures of the Fifth Musketeer
-2|10|2|other/touche/scummvm_2_10_2|Touché: The Adventures of the Fifth Musketeer
-2|10|3|other/touche/scummvm_2_10_3|Touché: The Adventures of the Fifth Musketeer
-2|10|4|other/touche/scummvm_2_10_4|Touché: The Adventures of the Fifth Musketeer
-2|10|5|other/touche/scummvm_2_10_5|Touché: The Adventures of the Fifth Musketeer
-2|11|0|other/bargon/scummvm_2_11_0|Bargon Attack (DOS)
-2|11|1|other/bargon/scummvm_2_11_1|Bargon Attack (DOS)
-2|11|2|other/bargon/scummvm_2_11_2|Bargon Attack (DOS)
-2|12|0|other/nippon/nippon-0|Nippon Safes Inc. (DOS)
-2|12|1|other/nippon/nippon-1|Nippon Safes Inc. (DOS)
-2|12|2|other/nippon/nippon-2|Nippon Safes Inc. (DOS)
-2|12|3|other/nippon/nippon-3|Nippon Safes Inc. (DOS)
-2|13|0|other/ihnm/ihnm-1|I Have no Mouth and I Must Scream (DOS)
-2|13|1|other/ihnm/ihnm-2|I Have no Mouth and I Must Scream (DOS)
-2|13|2|other/ihnm/ihnm-3|I Have no Mouth and I Must Scream (DOS)
-2|13|3|other/ihnm/ihnm-4|I Have no Mouth and I Must Scream (DOS)
-2|13|4|other/ihnm/ihnm-5|I Have no Mouth and I Must Scream (DOS)
-2|13|5|other/ihnm/ihnm-6|I Have no Mouth and I Must Scream (DOS)
-2|14|0|other/lure/lure-1|Lure of the Temptress (DOS VGA)
-2|14|1|other/lure/lure-2|Lure of the Temptress (DOS VGA)
-2|14|2|other/lure/lure-3|Lure of the Temptress (DOS VGA)
-2|14|3|other/lure/lure-4|Lure of the Temptress (DOS VGA)
-2|14|4|other/lure/lure-5|Lure of the Temptress (DOS VGA)
-2|14|5|other/lure/lure-6|Lure of the Temptress (DOS VGA)
+2|1|0|other/ite/scummvm_2_2_0|Inherit the Earth: Quest for the Orb
+2|1|1|other/ite/scummvm_2_2_1|Inherit the Earth: Quest for the Orb (German)
+2|2|0|other/queen/scummvm_2_3_0|Flight of the Amazon Queen
+2|2|1|other/queen/scummvm_2_3_1|Flight of the Amazon Queen (DOS Hebrew)
+2|3|0|other/sky/scummvm_2_5_0|Beneath a Steel Sky
+2|3|1|other/sky/scummvm_2_5_1|Beneath a Steel Sky
+2|4|0|other/kyra/scummvm_2_6_0|The Legend of Kyrandia (DOS)
+2|4|1|other/kyra/scummvm_2_6_1|The Legend of Kyrandia (DOS)
+2|4|2|other/kyra/scummvm_2_6_2|The Legend of Kyrandia (PC-98 Japanese)
+2|4|3|other/kyra/scummvm_2_6_3|The Legend of Kyrandia (PC-98 Japanese)
+2|4|4|other/kyra/kyra2-1|The Legend of Kyrandia: Book Two: Hand of Fate (DOS)
+2|4|5|other/kyra/kyra2-2|The Legend of Kyrandia: Book Two: Hand of Fate (DOS)
+2|4|6|other/kyra/kyra2-de-1|The Legend of Kyrandia: Book Two: Hand of Fate (DOS German)
+2|4|7|other/kyra/kyra2-fr-1|The Legend of Kyrandia: Book Two: Hand of Fate (DOS French)
+2|5|0|other/fw/scummvm_2_8_0|Future Wars: Time Travellers
+2|5|1|other/fw/scummvm_2_8_1|Future Wars: Time Travellers
+2|5|2|other/fw/scummvm_2_8_2|Future Wars: Time Travellers
+2|5|3|other/fw/scummvm_2_8_3|Future Wars: Time Travellers
+2|6|0|other/touche/scummvm_2_10_0|Touché: The Adventures of the Fifth Musketeer
+2|6|1|other/touche/scummvm_2_10_1|Touché: The Adventures of the Fifth Musketeer
+2|6|2|other/touche/scummvm_2_10_2|Touché: The Adventures of the Fifth Musketeer
+2|6|3|other/touche/scummvm_2_10_3|Touché: The Adventures of the Fifth Musketeer
+2|6|4|other/touche/scummvm_2_10_4|Touché: The Adventures of the Fifth Musketeer
+2|6|5|other/touche/scummvm_2_10_5|Touché: The Adventures of the Fifth Musketeer
+2|7|0|other/nippon/nippon-0|Nippon Safes Inc. (DOS)
+2|7|1|other/nippon/nippon-1|Nippon Safes Inc. (DOS)
+2|7|2|other/nippon/nippon-2|Nippon Safes Inc. (DOS)
+2|7|3|other/nippon/nippon-3|Nippon Safes Inc. (DOS)
+2|8|0|other/ihnm/ihnm-1|I Have no Mouth and I Must Scream (DOS)
+2|8|1|other/ihnm/ihnm-2|I Have no Mouth and I Must Scream (DOS)
+2|8|2|other/ihnm/ihnm-3|I Have no Mouth and I Must Scream (DOS)
+2|8|3|other/ihnm/ihnm-4|I Have no Mouth and I Must Scream (DOS)
+2|8|4|other/ihnm/ihnm-5|I Have no Mouth and I Must Scream (DOS)
+2|8|5|other/ihnm/ihnm-6|I Have no Mouth and I Must Scream (DOS)
+2|9|0|other/lure/lure-1|Lure of the Temptress (DOS VGA)
+2|9|1|other/lure/lure-2|Lure of the Temptress (DOS VGA)
+2|9|2|other/lure/lure-3|Lure of the Temptress (DOS VGA)
+2|9|3|other/lure/lure-4|Lure of the Temptress (DOS VGA)
+2|9|4|other/lure/lure-5|Lure of the Temptress (DOS VGA)
+2|9|5|other/lure/lure-6|Lure of the Temptress (DOS VGA)
 #
 # Sierra AGI games
 #
@@ -430,3 +376,66 @@
 3|11|3|agi/preagi/winnie-4|Winnie the Pooh in the Hundred Acre Wood (DOS)
 3|11|4|agi/preagi/winnie-5|Winnie the Pooh in the Hundred Acre Wood (DOS)
 3|11|5|agi/preagi/winnie-6|Winnie the Pooh in the Hundred Acre Wood (DOS)
+
+#
+# AdventureSoft games
+#
+4|0|0|other/simon/scummvm_2_4_0|Simon the Sorcerer
+4|0|1|other/simon/scummvm_2_4_1|Simon the Sorcerer
+4|0|12|other/simon/simon1-2|Simon the Sorcerer
+4|0|13|other/simon/simon1-3|Simon the Sorcerer
+4|0|14|other/simon/simon1-4|Simon the Sorcerer
+4|0|15|other/simon/simon1-5|Simon the Sorcerer
+4|0|2|other/simon/scummvm_2_4_2|Simon the Sorcerer 2
+4|0|16|other/simon/simon2-1|Simon the Sorcerer 2
+4|0|17|other/simon/simon2-2|Simon the Sorcerer 2
+4|0|18|other/simon/simon2-3|Simon the Sorcerer 2
+4|0|19|other/simon/simon2-4|Simon the Sorcerer 2
+4|0|3|other/simon/scummvm_2_4_3|Simon the Sorcerer 2 (DOS Hebrew)
+4|0|4|other/simon/scummvm_2_4_4|Simon the Sorcerer's Puzzle Pack - D.I.M.P.
+4|0|5|other/simon/scummvm_2_4_5|Simon the Sorcerer's Puzzle Pack - D.I.M.P.
+4|0|6|other/simon/scummvm_2_4_6|Simon the Sorcerer's Puzzle Pack - Jumble
+4|0|7|other/simon/scummvm_2_4_7|Simon the Sorcerer's Puzzle Pack - Jumble
+4|0|8|other/simon/scummvm_2_4_8|Simon the Sorcerer's Puzzle Pack - NoPatience
+4|0|9|other/simon/scummvm_2_4_9|Simon the Sorcerer's Puzzle Pack - NoPatience
+4|0|10|other/simon/scummvm_2_4_10|Simon the Sorcerer's Puzzle Pack - Swampy Adventures
+4|0|11|other/simon/scummvm_2_4_11|Simon the Sorcerer's Puzzle Pack - Swampy Adventures
+#
+4|1|0|other/feeble/scummvm_2_7_0|The Feeble Files (Windows)
+4|1|1|other/feeble/scummvm_2_7_1|The Feeble Files (Windows)
+4|1|2|other/feeble/scummvm_2_7_2|The Feeble Files (Windows)
+4|1|3|other/feeble/scummvm_2_7_3|The Feeble Files (Windows)
+4|1|4|other/feeble/scummvm_2_7_4|The Feeble Files (Windows)
+4|1|5|other/feeble/feeble-5|The Feeble Files (Windows)
+4|1|6|other/feeble/feeble-6|The Feeble Files (Windows)
+4|1|7|other/feeble/feeble-7|The Feeble Files (Windows)
+4|1|8|other/feeble/feeble-8|The Feeble Files (Windows)
+
+#
+# Gob engine games
+#
+5|0|0|other/gob/scummvm_2_1_0|Gobliiins
+5|0|1|other/gob/scummvm_2_1_1|Gobliiins
+5|0|8|other/gob/gob1-2|Gobliiins
+5|0|9|other/gob/gob1-3|Gobliiins
+5|0|10|other/gob/gob1-4|Gobliiins
+5|0|11|other/gob/gob1-5|Gobliiins
+5|0|2|other/gob/scummvm_2_1_2|Gobliins 2 (CD)
+5|0|3|other/gob/scummvm_2_1_3|Gobliins 2 (CD)
+5|0|4|other/gob/scummvm_2_1_4|Gobliins 2 (CD)
+5|0|12|other/gob/gob2-3|Gobliins 2 (CD)
+5|0|13|other/gob/gob2-4|Gobliins 2 (CD)
+5|0|14|other/gob/gob2-5|Gobliins 2 (CD)
+5|0|5|other/gob/scummvm_2_1_5|Goblins Quest 3 (DOS)
+5|0|6|other/gob/scummvm_2_1_6|Goblins Quest 3 (DOS)
+5|0|7|other/gob/scummvm_2_1_7|Goblins Quest 3 (DOS)
+5|0|15|other/gob/gob3-3|Goblins Quest 3 (DOS)
+5|0|16|other/gob/gob3-4|Goblins Quest 3 (DOS)
+5|0|17|other/gob/gob3-5|Goblins Quest 3 (DOS)
+5|1|0|other/ween/scummvm_2_9_0|Ween: The Prophecy
+5|1|1|other/ween/scummvm_2_9_1|Ween: The Prophecy
+5|1|2|other/ween/scummvm_2_9_2|Ween: The Prophecy
+5|1|3|other/ween/scummvm_2_9_3|Ween: The Prophecy
+5|2|0|other/bargon/scummvm_2_11_0|Bargon Attack (DOS)
+5|2|1|other/bargon/scummvm_2_11_1|Bargon Attack (DOS)
+5|2|2|other/bargon/scummvm_2_11_2|Bargon Attack (DOS)

Modified: web/trunk/screenshots.css
===================================================================
--- web/trunk/screenshots.css	2008-05-11 20:05:13 UTC (rev 32035)
+++ web/trunk/screenshots.css	2008-05-11 20:31:51 UTC (rev 32036)
@@ -34,6 +34,24 @@
 	padding: 0 0 0 20px;
 }
 
+.par-item .par-scr-content-cat4 {
+	margin: 0px;
+	margin-right: -8px;
+	background-image: url('images/bg-other-games.jpg');
+	background-repeat: no-repeat;
+	background-position: top right;
+	padding: 0 20px 0 20px;
+}
+
+.par-item .par-scr-content-cat5 {
+	margin: 0px;
+	margin-right: -8px;
+	background-image: url('images/bg-other-games.jpg');
+	background-repeat: no-repeat;
+	background-position: top right;
+	padding: 0 20px 0 20px;
+}
+
 .par-item .cat-link:first-letter {
 	font-weight:bold;
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list