[Scummvm-cvs-logs] SF.net SVN: scummvm: [27035] web/trunk/include/scr-categories.php

sev at users.sourceforge.net sev at users.sourceforge.net
Fri Jun 1 03:33:50 CEST 2007


Revision: 27035
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27035&view=rev
Author:   sev
Date:     2007-05-31 18:33:49 -0700 (Thu, 31 May 2007)

Log Message:
-----------
Enable new screenshots. TODO: proper category icons.

Modified Paths:
--------------
    web/trunk/include/scr-categories.php

Modified: web/trunk/include/scr-categories.php
===================================================================
--- web/trunk/include/scr-categories.php	2007-06-01 01:32:12 UTC (rev 27034)
+++ web/trunk/include/scr-categories.php	2007-06-01 01:33:49 UTC (rev 27035)
@@ -79,8 +79,21 @@
 $cat->add(10, "cat-dig.png", "The Dig");
 $cat->add(11, "cat-comi.png", "The Curse of Monkey Island");
 
+// AGI games
+$cat = & new category(3, "AGI games");
+$cat->add(1, "bullet-section.gif", "The Black Cauldron");
+$cat->add(2, "bullet-section.gif", "Gold Rush");
+$cat->add(3, "bullet-section.gif", "King's Quest series");
+$cat->add(4, "bullet-section.gif", "Leisure Suit Larry");
+$cat->add(5, "bullet-section.gif", "Manhunter series");
+$cat->add(6, "bullet-section.gif", "Mixed-Up Mother Goose");
+$cat->add(7, "bullet-section.gif", "Police Quest");
+$cat->add(8, "bullet-section.gif", "Space Quest series");
+$cat->add(9, "bullet-section.gif", "Fanmade games");
+
 // Other games
 $cat = & new category(2, "Other games");
+$cat->add(11, "bullet-section.gif", "Bargon Attack");
 $cat->add(5, "cat-sky.png", "Beneath a Steel Sky");
 $cat->add(0, "cat-bs1.png", "Broken Sword series");
 $cat->add(3, "cat-queen.png", "Flight of the Amazon Queen");


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