Skip to content

Commit

Permalink
Toggled back mouse events ratelimiting, changed magnifying glass grag…
Browse files Browse the repository at this point in the history
…&drop to be more snappy, updated OpenTTD
  • Loading branch information
pelya committed Sep 22, 2012
1 parent d4c6c1b commit fef867e
Show file tree
Hide file tree
Showing 6 changed files with 249 additions and 111 deletions.
2 changes: 1 addition & 1 deletion project/java/Video.java
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ public void DrawLogo(GL10 gl)
public int mWidth = 0;
public int mHeight = 0;

public static final boolean mRatelimitTouchEvents = (Build.VERSION.SDK_INT >= Build.VERSION_CODES.FROYO);
public static final boolean mRatelimitTouchEvents = true; //(Build.VERSION.SDK_INT >= Build.VERSION_CODES.FROYO);
}

class DemoGLSurfaceView extends GLSurfaceView_SDL {
Expand Down
12 changes: 6 additions & 6 deletions project/jni/application/openttd/AndroidAppSettings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ForceRelativeMouseMode=n
AppNeedsArrowKeys=n
AppNeedsTextInput=y
AppUsesJoystick=n
AppHandlesJoystickSensitivity=n
AppUsesAccelerometer=n
AppUsesMultitouch=n
NonBlockingSwapBuffers=n
RedefinedKeys="LALT RETURN NO_REMAP NO_REMAP SPACE DELETE"
Expand All @@ -34,16 +34,16 @@ StartupMenuButtonTimeout=3000
HiddenMenuOptions='OptionalDownloadConfig'
FirstStartMenuOptions=''
MultiABI=n
AppVersionCode=12220
AppVersionName="1.2.2.20"
ResetSdlConfigForThisVersion=n
DeleteFilesOnUpgrade="%"
AppVersionCode=12221
AppVersionName="1.2.2.21"
ResetSdlConfigForThisVersion=y
DeleteFilesOnUpgrade=".openttd/openttd.cfg"
CompiledLibraries="jpeg png freetype timidity lzma lzo2"
CustomBuildScript=y
AppCflags=''
AppLdflags=''
AppSubdirsBuild=''
AppCmdline='openttd'
AppCmdline='openttd -b 32bpp-anim'
ReadmeText='^You may press "Home" now - the data will be downloaded in background'
MinimumScreenSize=s
AdmobPublisherId=n
Expand Down
Loading

0 comments on commit fef867e

Please sign in to comment.