[Scummvm-cvs-logs] SF.net SVN: scummvm: [29437] web/trunk
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Tue Nov 6 21:26:01 CET 2007
Revision: 29437
http://scummvm.svn.sourceforge.net/scummvm/?rev=29437&view=rev
Author: thebluegr
Date: 2007-11-06 12:26:01 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
Created new categories for Adventuresoft/Horrorsoft (AGOS engine) and Coktel Vision (GOB engine) games
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 19:14:42 UTC (rev 29436)
+++ web/trunk/compatibility.php 2007-11-06 20:26:01 UTC (rev 29437)
@@ -123,31 +123,37 @@
'SPY Fox in Hold the Mustard' => array('mustard','85'),
);
+$gamesAGOS = array(
+ 'Elvira - Mistress of the Dark' => array('elvira1','90'),
+ 'Elvira II - The Jaws of Cerberus' => array('elvira2','50'),
+ 'Simon the Sorcerer 1' => array('simon1','95'),
+ 'Simon the Sorcerer 2' => array('simon2','95'),
+ 'Simon the Sorcerer\'s Puzzle Pack - D.I.M.P.' => array('dimp','70'),
+ 'Simon the Sorcerer\'s Puzzle Pack - Jumble' => array('jumble','70'),
+ 'Simon the Sorcerer\'s Puzzle Pack - NoPatience' => array('puzzle','70'),
+ 'Simon the Sorcerer\'s Puzzle Pack - Swampy Adventures' => array('swampy','70'),
+ 'The Feeble Files' => array('feeble','95'),
+ );
+
+$gamesGOB = array(
+ 'Bargon Attack' => array('bargon','95'),
+ 'Gobliiins' => array('gob1', '95'),
+ 'Gobliins 2' => array('gob2', '95'),
+ 'Goblins 3' => array('gob3', '90'),
+ 'Ween: The Prophecy' => array('ween','95'),
+ );
+
$gamesOther = array(
- 'Bargon Attack' => array('bargon','95'),
'Beneath a Steel Sky' => array('sky','98'),
'Broken Sword 1: The Shadow of the Templars' => array('sword1','98'),
'Broken Sword 2: The Smoking Mirror' => array('sword2','98'),
- 'Elvira - Mistress of the Dark' => array('elvira1','90'),
- 'Elvira II - The Jaws of Cerberus' => array('elvira2','50'),
'Flight of the Amazon Queen' => array('queen','98'),
'Future Wars' => array('fw','80'),
- 'Gobliiins' => array('gob1', '95'),
- 'Gobliins 2' => array('gob2', '95'),
- 'Goblins 3' => array('gob3', '90'),
'I Have No Mouth, and I Must Scream' => array('ihnm', '80'),
'Inherit the Earth: Quest for the Orb' => array('ite', '95'),
'Nippon Safes Inc.' => array('nippon', '70'),
- 'Simon the Sorcerer 1' => array('simon1','95'),
- 'Simon the Sorcerer 2' => array('simon2','95'),
- 'Simon the Sorcerer\'s Puzzle Pack - D.I.M.P.' => array('dimp','70'),
- 'Simon the Sorcerer\'s Puzzle Pack - Jumble' => array('jumble','70'),
- 'Simon the Sorcerer\'s Puzzle Pack - NoPatience' => array('puzzle','70'),
- 'Simon the Sorcerer\'s Puzzle Pack - Swampy Adventures' => array('swampy','70'),
- 'The Feeble Files' => array('feeble','95'),
'The Legend of Kyrandia' => array('kyra1', '80'),
'Touche: The Adventures of the Fifth Musketeer' => array('touche','75'),
- 'Ween: The Prophecy' => array('ween','95'),
);
$gamesAGI = array(
@@ -461,7 +467,7 @@
);
- $arrayt = array_merge($gamesLucas, $gamesHE, $gamesOther, $gamesAGI);
+ $arrayt = array_merge($gamesLucas, $gamesHE, $gamesAGOS, $gamesGOB, $gamesAGI, $gamesOther);
while (list($name,$array) = each($arrayt))
{
@@ -510,6 +516,16 @@
echo html_frame_end(" ");
echo html_p();
+ displayGameList("Adventuresoft/Horrorsoft AGOS", $gamesAGOS);
+
+ echo html_frame_end(" ");
+ echo html_p();
+
+ displayGameList("Coktel Vision GOB", $gamesGOB);
+
+ echo html_frame_end(" ");
+ echo html_p();
+
displayGameList("Sierra AGI", $gamesAGI);
echo html_frame_end(" ");
Modified: web/trunk/demos.php
===================================================================
--- web/trunk/demos.php 2007-11-06 19:14:42 UTC (rev 29436)
+++ web/trunk/demos.php 2007-11-06 20:26:01 UTC (rev 29437)
@@ -232,27 +232,24 @@
=> array('http://quick.mixnmojo.com/demos/spyozon_cup_demo.zip', 'spyozon')
);
-$MISC_demos = array(
- 'Broken Sword 1: The Shadow of the Templars (Windows Demo)'
- => array('http://www.gamershell.com/download_4731.shtml', 'sword1demo'),
- 'Broken Sword 2: The Smoking Mirror (Windows Demo)'
- => array('http://files.5star-network.com/Games/bs2-demo.zip', 'sword2demo'),
+$AGOS_demos = array(
'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'),
- 'Flight of the Amazon Queen (Amiga demo)'
- => array('http://quick.mixnmojo.com/demos/queen_demo_ami.zip', 'queen'),
- 'Flight of the Amazon Queen (Amiga interview demo)'
- => array('http://quick.mixnmojo.com/demos/queen_interview_ami.zip', 'queen'),
- 'Flight of the Amazon Queen (DOS demo - Datafile only)'
- => array('http://0x.7fc1.org/fotaq/fotaq_demo.zip', 'queen'),
- 'Flight of the Amazon Queen (DOS PCGAMES demo)'
- => array('http://quick.mixnmojo.com/demos/queen_demo_pcgames.zip', 'queen'),
- 'Flight of the Amazon Queen (DOS interview demo)'
- => array('http://quick.mixnmojo.com/demos/queen_interview.zip', 'queen'),
- 'Future Wars (Amiga demo - Non interactive)'
- => array('http://quick.mixnmojo.com/demos/fw_demo_ami.zip', 'fw'),
+ => 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)'
+ => array('http://quick.mixnmojo.com/demos/simon1demo.zip', 'simon1'),
+ 'Simon the Sorcerer 1 (Acorn CD demo)'
+ => array('http://quick.mixnmojo.com/demos/simon1demo_acorn.rar', 'simon1'),
+ 'Simon the Sorcerer 2 (DOS CD demo)'
+ => array('http://quick.mixnmojo.com/demos/simon2demo.zip', 'simon2'),
+ 'Waxworks (DOS demo - Non interactive)'
+ => array('http://quick.mixnmojo.com/demos/waxworks_demo.zip', 'waxworks')
+ );
+
+$GOB_demos = array(
'Gobliiins (Amiga demo)'
=> array('http://quick.mixnmojo.com/demos/gob1_demo_ami.zip', 'gob'),
'Gobliiins (DOS demo)'
@@ -271,6 +268,27 @@
=> array('http://quick.mixnmojo.com/demos/gob3_demo_fr.zip', 'gob'),
'Gobliins 3 (DOS French Alternative demo)'
=> array('http://quick.mixnmojo.com/demos/gob3_demo2_fr.zip', 'gob'),
+ 'Ween: The Prophecy (DOS demo)'
+ => array('http://minifiles.ag.ru/demos/781/ween_demo.exe', 'gob')
+ );
+
+$MISC_demos = array(
+ 'Broken Sword 1: The Shadow of the Templars (Windows Demo)'
+ => array('http://www.gamershell.com/download_4731.shtml', 'sword1demo'),
+ 'Broken Sword 2: The Smoking Mirror (Windows Demo)'
+ => array('http://files.5star-network.com/Games/bs2-demo.zip', 'sword2demo'),
+ 'Flight of the Amazon Queen (Amiga demo)'
+ => array('http://quick.mixnmojo.com/demos/queen_demo_ami.zip', 'queen'),
+ 'Flight of the Amazon Queen (Amiga interview demo)'
+ => array('http://quick.mixnmojo.com/demos/queen_interview_ami.zip', 'queen'),
+ 'Flight of the Amazon Queen (DOS demo - Datafile only)'
+ => array('http://0x.7fc1.org/fotaq/fotaq_demo.zip', 'queen'),
+ 'Flight of the Amazon Queen (DOS PCGAMES demo)'
+ => array('http://quick.mixnmojo.com/demos/queen_demo_pcgames.zip', 'queen'),
+ 'Flight of the Amazon Queen (DOS interview demo)'
+ => array('http://quick.mixnmojo.com/demos/queen_interview.zip', 'queen'),
+ 'Future Wars (Amiga demo - Non interactive)'
+ => array('http://quick.mixnmojo.com/demos/fw_demo_ami.zip', 'fw'),
'Igor: Objective Uikokahonia (DOS demo)'
=> array('http://quick.mixnmojo.com/demos/igor_demo.zip', 'igor'),
'I Have No Mouth And I Must Scream (DOS demo)'
@@ -283,20 +301,8 @@
=> array('http://quick.mixnmojo.com/demos/op_demo_ami.zip', 'os'),
'The Legend of Kyrandia (DOS demo - Non-interactive)'
=> array('http://quick.mixnmojo.com/demos/kyra1demo.zip', 'kyra1'),
- 'Simon the Sorcerer 1 (Amiga demo)'
- => array('http://quick.mixnmojo.com/demos/simon1amigademo.zip', 'simon1'),
- 'Simon the Sorcerer 1 (DOS demo)'
- => array('http://quick.mixnmojo.com/demos/simon1demo.zip', 'simon1'),
- 'Simon the Sorcerer 1 (Acorn CD demo)'
- => array('http://quick.mixnmojo.com/demos/simon1demo_acorn.rar', 'simon1'),
- 'Simon the Sorcerer 2 (DOS CD demo)'
- => array('http://quick.mixnmojo.com/demos/simon2demo.zip', 'simon2'),
'Touche: The Adventures of the Fifth Musketeer (DOS Demo)'
- => array('http://quick.mixnmojo.com/demos/touche_demo.zip', 'touche'),
- 'Waxworks (DOS demo - Non interactive)'
- => array('http://quick.mixnmojo.com/demos/waxworks_demo.zip', 'waxworks'),
- 'Ween: The Prophecy (DOS demo)'
- => array('http://minifiles.ag.ru/demos/781/ween_demo.exe', 'gob')
+ => array('http://quick.mixnmojo.com/demos/touche_demo.zip', 'touche')
);
function render_demos($title, $demos) {
@@ -328,6 +334,10 @@
render_demos("LucasArts Demos", $LEC_demos);
echo "<a name='he'></a>\n";
render_demos("Humongous Entertainment Demos", $HE_demos);
+echo "<a name='agos'></a>\n";
+render_demos("Adventuresoft/Horrorsoft Demos", $AGOS_demos);
+echo "<a name='gob'></a>\n";
+render_demos("Coktel Vision Demos", $GOB_demos);
echo "<a name='other'></a>\n";
render_demos("Miscellaneous Demos", $MISC_demos);
Modified: web/trunk/include/scr-categories.php
===================================================================
--- web/trunk/include/scr-categories.php 2007-11-06 19:14:42 UTC (rev 29436)
+++ web/trunk/include/scr-categories.php 2007-11-06 20:26:01 UTC (rev 29437)
@@ -79,6 +79,17 @@
$cat->add(10, "cat-dig.png", "The Dig");
$cat->add(11, "cat-comi.png", "The Curse of Monkey Island");
+// AGOS games
+$cat = & new category(5, "Adventuresoft/Horrorsoft AGOS 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->add(11, "cat-bargon.png", "Bargon Attack");
+$cat->add(1, "cat-gob.png", "Gobliiins series");
+$cat->add(9, "cat-ween.png", "Ween: The Prophecy");
+
// AGI games
$cat = & new category(3, "Sierra AGI games");
$cat->add(1, "cat-bc.png", "The Black Cauldron");
@@ -93,19 +104,14 @@
// Other games
$cat = & new category(2, "Other games");
-$cat->add(11, "cat-bargon.png", "Bargon Attack");
$cat->add(5, "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(1, "cat-gob.png", "Gobliiins series");
$cat->add(2, "cat-ite.png", "Inherit the Earth: Quest for the Orb");
$cat->add(12, "cat-nippon.png", "Nippon Safes Inc.");
-$cat->add(4, "cat-simon.png", "Simon the Sorcerer series");
-$cat->add(7, "cat-feeble.png", "The Feeble Files");
$cat->add(6, "cat-kyra.png", "The Legend of Kyrandia series");
$cat->add(10, "cat-touche.png", "Touché: The Adventures of the Fifth Musketeer");
-$cat->add(9, "cat-ween.png", "Ween: The Prophecy");
// HE games
$cat = & new category(1, "Humongous Entertainment games");
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