Changes between Version 88 and Version 89 of AndroidPort


Ignore:
Timestamp:
Jan 8, 2012, 5:47:43 PM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v88 v89  
    6363If an entity is tapped once, the entity is immediately selected.
    6464
    65  * Single tap entity - immediately select entity.
     65 * Single-tap entity - immediately select entity.
    6666
    6767If touch is applied to the game world for more than ~0,25s, a brief tactile feedback vibration is played, and the interface enters 'selective mode.'
     
    7676
    7777=== Unit orders ===
    78 If a position in the game world is double tapped, the selected unit is ordered to apply its primary action to the position.
     78If a position in the game world is double tapped, the selected unit is ordered to apply its context-dependent primary action to the position.
     79
     80 * Double-tap position in game world - apply selected unit's primary action to the position.
     81
     82
    7983
    8084== Libraries ==
     
    171175$ nano -w ~/android/0ad/jni/src/Android.mk
    172176}}}
    173 Add the full path of the `jni/src/source` directory to the `LOCAL_C_INCLUDES` declaration, e.g.:
     177Add the full path of the `jni/src/source` directory to the `LOCAL_C_INCLUDES` declaration, e.g.:
    174178
    175179{{{
     
    178182
    179183}}}
    180 Add the `source/main.cpp` file to the `LOCAL_SRC_FILES` declaration:
     184Add the `source/main.cpp` file to the `LOCAL_SRC_FILES` declaration:
    181185
    182186{{{