[Scummvm-cvs-logs] CVS: web compatibility.php,1.454,1.455 compatibility_stable.php,1.17,1.18 credits.inc,1.16,1.17 demos.php,1.61,1.62
Max Horn
fingolfin at users.sourceforge.net
Sun Oct 23 03:05:50 CEST 2005
Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19720
Modified Files:
compatibility.php compatibility_stable.php credits.inc
demos.php
Log Message:
Unified Broken Sword 1 & 2 name (instead of I & II) -- usage is more consistent with other numerically numbered games (and also internally consistent). Work in progress.
Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.454
retrieving revision 1.455
diff -u -d -r1.454 -r1.455
--- compatibility.php 22 Oct 2005 00:09:17 -0000 1.454
+++ compatibility.php 23 Oct 2005 10:03:31 -0000 1.455
@@ -119,8 +119,8 @@
$gamesOther = array(
'Beneath a Steel Sky' => array('sky','98'),
- 'Broken Sword I' => array('sword1','98'),
- 'Broken Sword II' => array('sword2','98'),
+ 'Broken Sword 1' => array('sword1','98'),
+ 'Broken Sword 2' => array('sword2','98'),
'Flight of the Amazon Queen' => array('queen','98'),
'Gobliiins' => array('gob1', '90'),
'Inherit the Earth' => array( 'ite', '87'),
Index: compatibility_stable.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility_stable.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- compatibility_stable.php 21 Aug 2005 15:20:27 -0000 1.17
+++ compatibility_stable.php 23 Oct 2005 10:03:32 -0000 1.18
@@ -154,8 +154,8 @@
$gamesOther = array(
'Beneath a Steel Sky' => array('sky','98'),
- 'Broken Sword I' => array('sword1','98'),
- 'Broken Sword II' => array('sword2','98'),
+ 'Broken Sword 1' => array('sword1','98'),
+ 'Broken Sword 2' => array('sword2','98'),
'Flight of the Amazon Queen' => array('queen','98'),
'Simon The Sorcerer 1 Talkie' => array('simon1talkie','93'),
'Simon The Sorcerer 1 Talkie (Amiga CD32)' => array('simon1cd32','8'),
Index: credits.inc
===================================================================
RCS file: /cvsroot/scummvm/web/credits.inc,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- credits.inc 12 Oct 2005 16:27:45 -0000 1.16
+++ credits.inc 23 Oct 2005 10:03:32 -0000 1.17
@@ -4,10 +4,10 @@
<tr><td colspan=3><h2>The ScummVM team:</h2></td></tr>
<tr><td>James Brown</td><td>[ endy ]</td><td>Lead developer</td>
<tr><td>Max Horn</td><td>[ fingolfin ]</td><td>Lead developer</td>
-<tr><td>Torbjörn Andersson</td><td>[ eriktorbjorn ]</td><td>Engine: SCUMM, Broken Sword II, SAGA, Gob</td>
+<tr><td>Torbjörn Andersson</td><td>[ eriktorbjorn ]</td><td>Engine: SCUMM, Broken Sword 2, SAGA, Gob</td>
<tr><td>David Eriksson</td><td>[ twogood ]</td><td>Engine: Flight of the Amazon Queen</td>
-<tr><td>Robert Göffringmann</td><td>[ lavosspawn ]</td><td>Engine: Beneath a Steel Sky, Broken Sword I</td>
-<tr><td>Jonathan Gray</td><td>[ khalek ]</td><td>Engine: SCUMM, HE, Broken Sword II</td>
+<tr><td>Robert Göffringmann</td><td>[ lavosspawn ]</td><td>Engine: Beneath a Steel Sky, Broken Sword 1</td>
+<tr><td>Jonathan Gray</td><td>[ khalek ]</td><td>Engine: SCUMM, HE, Broken Sword 2</td>
<tr><td>Travis Howell</td><td>[ Kirben ]</td><td>Engine: SCUMM, HE, Simon the Sorcerer</td>
<tr><td>Oliver Kiehl</td><td>[ olki ]</td><td>Engine: Beneath a Steel Sky, Simon</td>
<tr><td>Paweł Kołodziejski</td><td>[ aquadran ]</td><td>Engine: SCUMM (Codecs, iMUSE, Smush, etc.)</td>
Index: demos.php
===================================================================
RCS file: /cvsroot/scummvm/web/demos.php,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- demos.php 24 Sep 2005 02:06:38 -0000 1.61
+++ demos.php 23 Oct 2005 10:03:32 -0000 1.62
@@ -131,9 +131,9 @@
);
$MISC_demos = array(
- 'Broken Sword I'
+ 'Broken Sword 1'
=> array('http://www.gamershell.com/download_4731.shtml', 'sword1demo'),
- 'Broken Sword II'
+ 'Broken Sword 2'
=> array('http://ftp.se.kde.org/pub/pc/games/pcgameworld/demos/bs2-demo.zip', 'sword2demo'),
'Flight of the Amazon Queen (Datafile only)'
=> array('http://0x.7fc1.org/fotaq/fotaq_demo.zip', 'queen'),
More information about the Scummvm-git-logs
mailing list