[Scummvm-cvs-logs] SF.net SVN: scummvm:[49454] scummvm/trunk
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sun Jun 6 15:36:55 CEST 2010
Revision: 49454
http://scummvm.svn.sourceforge.net/scummvm/?rev=49454&view=rev
Author: fingolfin
Date: 2010-06-06 13:36:55 +0000 (Sun, 06 Jun 2010)
Log Message:
-----------
Add Gus to credits, update README & NEWS
Modified Paths:
--------------
scummvm/trunk/AUTHORS
scummvm/trunk/COPYRIGHT
scummvm/trunk/NEWS
scummvm/trunk/README
scummvm/trunk/gui/credits.h
scummvm/trunk/tools/credits.pl
Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS 2010-06-06 13:35:08 UTC (rev 49453)
+++ scummvm/trunk/AUTHORS 2010-06-06 13:36:55 UTC (rev 49454)
@@ -166,6 +166,9 @@
Backend Teams
-------------
+ Android:
+ Angus Lees
+
Dreamcast:
Marcus Comstedt
Modified: scummvm/trunk/COPYRIGHT
===================================================================
--- scummvm/trunk/COPYRIGHT 2010-06-06 13:35:08 UTC (rev 49453)
+++ scummvm/trunk/COPYRIGHT 2010-06-06 13:36:55 UTC (rev 49454)
@@ -48,6 +48,7 @@
Pawel Kolodziejski
Mutwin Kraus
Andrew Kurushin
+Angus Lees
Claudio Matsuoka
Thomas Mayer
Neil Millstone
Modified: scummvm/trunk/NEWS
===================================================================
--- scummvm/trunk/NEWS 2010-06-06 13:35:08 UTC (rev 49453)
+++ scummvm/trunk/NEWS 2010-06-06 13:36:55 UTC (rev 49454)
@@ -2,6 +2,9 @@
http://scummvm.svn.sourceforge.net/viewvc/scummvm/?view=log
1.2.0 (????-??-??)
+ New Ports:
+ - Added Android port.
+
PSP port:
- Switched to new backend design which fixes minor graphical issues,
speeds things up, and provides 16-bit support.
@@ -20,7 +23,7 @@
1.1.1 (2010-05-02)
New Ports:
- - Added Nintendo 64 Port. (Actually added in 1.1.0, but forgot to mention it. oops)
+ - Added Nintendo 64 port. (Actually added in 1.1.0, but forgot to mention it. oops)
General:
- Fixed several minor bugs here and there.
Modified: scummvm/trunk/README
===================================================================
--- scummvm/trunk/README 2010-06-06 13:35:08 UTC (rev 49453)
+++ scummvm/trunk/README 2010-06-06 13:36:55 UTC (rev 49454)
@@ -81,9 +81,10 @@
and how well on the compatibility page. ScummVM is continually
improving, so check back often.
-Among the systems on which you can play those games are Windows, Linux,
-Mac OS X, Dreamcast, PocketPC, PalmOS, AmigaOS, BeOS, OS/2, PSP, PS2,
-SymbianOS/EPOC, iPhone and many more.
+Among the systems on which you can play those games are regular desktop
+computers (running Windows, Linux, Mac OS X, ...), game consoles
+(Dreamcast, Nintendo DS & Wii, PS2, PSP, ...), smartphones (Android,
+iPhone, PocketPC, Symbian ...) and more.
At this time ScummVM should be considered beta software, and is still
under heavy development. Be aware that whilst we attempt to make sure
@@ -843,21 +844,25 @@
Supported platforms include (but are not limited to):
- UNIX (Linux, Solaris, IRIX, *BSD)
+ UNIX (Linux, Solaris, IRIX, *BSD, ...)
Windows
Windows CE and Windows Mobile (including Smartphones and PocketPCs)
Mac OS X
AmigaOS
+ Android
BeOS
Dreamcast
- iPhone (also includes the iPod Touch)
+ GP2x
+ iPhone (also includes iPod Touch and iPad)
+ Maemo (Nokia Internet tablets 770, N800, N810, N900)
+ Nintendo 64
Nintendo DS
+ Nintendo Wii
+ OS/2
PalmOS
PlayStation 2
PlayStation Portable
- RISC OS
Symbian
- Maemo (Nokia Internet tablets 770, N800, N810, N900)
The Dreamcast port does not support The Curse of Monkey Island, nor The
Dig. The PalmOS port does not support The Curse of Monkey Island,
@@ -865,6 +870,8 @@
only work on some Palm devices (those with a large dynamic heap). The
Nintendo DS port does not support Full Throttle, The Dig, or The Curse
of Monkey Island.
+For more platform specific limitations, please refer to our Wiki:
+ http://wiki.scummvm.org/index.php/Platforms
In the Macintosh port, the right mouse button is emulated via Cmd-Click
(that is, you click the mouse button while holding the
Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h 2010-06-06 13:35:08 UTC (rev 49453)
+++ scummvm/trunk/gui/credits.h 2010-06-06 13:36:55 UTC (rev 49454)
@@ -189,6 +189,9 @@
"",
"",
"C1""Backend Teams",
+"C1""Android",
+"C0""Angus Lees",
+"",
"C1""Dreamcast",
"C0""Marcus Comstedt",
"",
Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl 2010-06-06 13:35:08 UTC (rev 49453)
+++ scummvm/trunk/tools/credits.pl 2010-06-06 13:36:55 UTC (rev 49454)
@@ -666,6 +666,10 @@
begin_section("Backend Teams");
+ begin_section("Android");
+ add_person("Angus Lees", "Gus", "");
+ end_section();
+
begin_section("Dreamcast");
add_person("Marcus Comstedt", "", "");
end_section();
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