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

sev at users.sourceforge.net sev at users.sourceforge.net
Tue Nov 6 21:42:19 CET 2007


Revision: 29438
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29438&view=rev
Author:   sev
Date:     2007-11-06 12:42:19 -0800 (Tue, 06 Nov 2007)

Log Message:
-----------
Fix several issues with last commit.

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

Modified: web/trunk/compatibility.php
===================================================================
--- web/trunk/compatibility.php	2007-11-06 20:26:01 UTC (rev 29437)
+++ web/trunk/compatibility.php	2007-11-06 20:42:19 UTC (rev 29438)
@@ -516,12 +516,12 @@
 	echo html_frame_end(" ");
 	echo html_p();
 
-	displayGameList("Adventuresoft/Horrorsoft AGOS", $gamesAGOS);
+	displayGameList("Adventuresoft/Horrorsoft", $gamesAGOS);
 
 	echo html_frame_end(" ");
 	echo html_p();
 
-	displayGameList("Coktel Vision GOB", $gamesGOB);
+	displayGameList("Coktel Vision", $gamesGOB);
 
 	echo html_frame_end(" ");
 	echo html_p();

Modified: web/trunk/demos.php
===================================================================
--- web/trunk/demos.php	2007-11-06 20:26:01 UTC (rev 29437)
+++ web/trunk/demos.php	2007-11-06 20:42:19 UTC (rev 29438)
@@ -35,6 +35,8 @@
 <?php
   html_nav_item("#lec", "LucasArts Demos");
   html_nav_item("#he", "Humongous Entertainment Demos");
+  html_nav_item("#agos", "Adventuresoft/Horrorsoft Demos");
+  html_nav_item("#gob", "Coktel Vision Demos");
   html_nav_item("#other", "Miscellaneous Demos");
 ?>
 
@@ -236,7 +238,7 @@
 	'Elvira - Mistress of Darkness (Amiga demo - Non interactive)'
 		=> array('http://quick.mixnmojo.com/demos/elvira1_demo_ami.zip', 'elvira1'),
 	'Elvira - Mistress of Darkness (Atari ST demo - Non interactive)'
-		=> array('http://quick.mixnmojo.com/demos/elvira1_demo_st.zip', 'elvira1')
+		=> array('http://quick.mixnmojo.com/demos/elvira1_demo_st.zip', 'elvira1'),
 	'Simon the Sorcerer 1 (Amiga demo)'
 		=> array('http://quick.mixnmojo.com/demos/simon1amigademo.zip', 'simon1'),
 	'Simon the Sorcerer 1 (DOS demo)'

Modified: web/trunk/include/scr-categories.php
===================================================================
--- web/trunk/include/scr-categories.php	2007-11-06 20:26:01 UTC (rev 29437)
+++ web/trunk/include/scr-categories.php	2007-11-06 20:42:19 UTC (rev 29438)
@@ -80,12 +80,12 @@
 $cat->add(11, "cat-comi.png", "The Curse of Monkey Island");
 
 // AGOS games
-$cat = & new category(5, "Adventuresoft/Horrorsoft 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");
 
 // Coktel Vision games
-$cat = & new category(4, "Coktel Vision GOB 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");


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