[Scummvm-cvs-logs] scummvm master -> 90ccc84305e85fdc079459256c442eae0d327a5a

dhewg dhewg at wiibrew.org
Sat Mar 19 19:55:03 CET 2011


This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c7b9a1fd82 NEWS: Consistency
0e9af50d48 ANDROID: Add port specific README
90ccc84305 NEWS: Mention recent Android related changes


Commit: c7b9a1fd82800b6001405fcc487be5e650308632
    https://github.com/scummvm/scummvm/commit/c7b9a1fd82800b6001405fcc487be5e650308632
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-03-19T10:57:32-07:00

Commit Message:
NEWS: Consistency

Changed paths:
    NEWS



diff --git a/NEWS b/NEWS
index 5b50b5e..a3bd0c1 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added Danish translation.
    - Added Norwegian Bokmaal translation.
    - Added Norwegian Nynorsk translation.
-   - Added Debug Console to Cine, Draci, Gob, MADE, Sword1, Touche and 
+   - Added Debug Console to Cine, Draci, Gob, MADE, Sword1, Touche and
      Tucker Engines.
    - Closed significant memory leaks. RTL should now be more usable.
 
@@ -92,7 +92,7 @@ For a more comprehensive changelog of the latest experimental code, see:
  Touche:
    - Corrected memory leaks and minor issues.
 
- SDL:
+ SDL ports:
    - Added support for OpenGL. (GSoC Task)
    - Closed memory leaks in Mouse Surfaces.
 


Commit: 0e9af50d486acded5f1bcac309dcc3cee86943ca
    https://github.com/scummvm/scummvm/commit/0e9af50d486acded5f1bcac309dcc3cee86943ca
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-03-19T11:52:01-07:00

Commit Message:
ANDROID: Add port specific README

First version, just describing the controls and related hacks

Changed paths:
  A dists/android/README.Android
    backends/platform/android/android.mk



diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk
index cb39f8a..01ebf73 100644
--- a/backends/platform/android/android.mk
+++ b/backends/platform/android/android.mk
@@ -22,6 +22,8 @@ JAVA_FILES_GEN = \
 PATH_DIST = $(srcdir)/dists/android
 PATH_RESOURCES = $(PATH_DIST)/res
 
+PORT_DISTFILES = $(PATH_DIST)/README.Android
+
 RESOURCES = \
 	$(PATH_RESOURCES)/values/strings.xml \
 	$(PATH_RESOURCES)/layout/main.xml \
@@ -178,7 +180,7 @@ androidtest: $(APK_MAIN) $(APK_PLUGINS)
 androiddistdebug: all
 	$(MKDIR) debug
 	$(CP) $(APK_MAIN) $(APK_PLUGINS) debug/
-	for i in $(DIST_FILES_DOCS); do \
+	for i in $(DIST_FILES_DOCS) $(PORT_DISTFILES); do \
 		sed 's/$$/\r/' < $$i > debug/`basename $$i`.txt; \
 	done
 
diff --git a/dists/android/README.Android b/dists/android/README.Android
new file mode 100644
index 0000000..39a805f
--- /dev/null
+++ b/dists/android/README.Android
@@ -0,0 +1,50 @@
+README for the Android port of ScummVM
+--------------------------------------
+
+REQUIREMENTS
+
+  TODO
+
+INSTALL
+
+  TODO
+
+CONTROLS
+
+  5-Way navigation control / DPAD
+
+    DPAD up/down/left/right: Mouse movement
+    DPAD center: Left mouse button
+
+  Trackball
+
+    Movement: Mouse movement
+    Click: Left mouse button
+
+  Touchscreen
+
+    The touchscreen can be used in two modes
+
+    1) Direct mode
+    2) Touchpad mode
+
+    When in direct mode, the mouse cursor moves to the touched point on screen.
+    In touchpad mode, the mouse cursor is independent of the touched point, it
+    is moved relative to its current position - like on a touchpad.
+
+    The port currently misses its own configuration dialog, the mode can
+    be toggled with the "Mixed AdLib/MIDI mode" on the MIDI tab in ScummVM's
+    own option dialog.
+
+    Tap + movement: Mouse movement
+    Tap without movement: Left mouse button click
+    Tap held for >0.5s without movement: Right mouse button click
+    Tap held for >1s without movement: Middle mouse button click
+    Double Tap + movement: Drag and drop
+
+  System keys
+
+    Back button: Escape
+    Menu button: ScummVM menu
+    Menu button held for 0.5s: Toggle virtual keyboard
+


Commit: 90ccc84305e85fdc079459256c442eae0d327a5a
    https://github.com/scummvm/scummvm/commit/90ccc84305e85fdc079459256c442eae0d327a5a
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-03-19T11:52:48-07:00

Commit Message:
NEWS: Mention recent Android related changes

Changed paths:
    NEWS



diff --git a/NEWS b/NEWS
index a3bd0c1..280d298 100644
--- a/NEWS
+++ b/NEWS
@@ -100,6 +100,14 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Switched to the official NDK toolchain for building.
    - Fixed GFX output for various devices.
    - Fixed various crashes.
+   - Switched to the native screen resolution to improve text readability.
+   - Added support for pause/resume.
+   - Added support for games using 16bit graphics.
+   - Increased the performance significantly.
+   - Added support for the "Fullscreen mode" option. Unticking this keeps the
+     game's aspect ratio.
+   - Added a new graphics mode for linear filtering.
+   - Overhauled the input system (see README.Android).
 
  Nintendo DS port:
    - Added support for loadable modules.






More information about the Scummvm-git-logs mailing list