Commit Graph

24 Commits

Author SHA1 Message Date
Sergii Pylypenko
6353a5094c SDL: support for window resizing without restarting 2015-01-16 21:12:45 +02:00
pelya
f482591bea Half-assed support for Samsung MultiWindow, you neeed to enable "Autodetect screen orientation" to make it work, and launch SDL app as a second window 2015-01-01 20:21:46 +02:00
Sergii Pylypenko
bc5ecca7b8 Removed EGL14.SetSwapInterval(), because it breaks video initialization on Toshiba AT-330 with Android 4.0.3 2014-11-27 17:34:14 +02:00
pelya
088f43c8c8 Force VSYNC to fix video issues on Nvidia Shield 2014-11-06 20:48:03 +02:00
Sergii Pylypenko
05c62e5b52 Explicitly enable VSYNC, to fix video output on Nvidia Shield 2014-11-06 19:50:14 +02:00
Sergii Pylypenko
e7693951a2 Replaced spaces with tabs in Java code 2014-06-24 20:21:25 +03:00
Sergii Pylypenko
0a1b80a9dd Fixed SDL not sleeping while in background. It's actually a serious bug, but it wasn't that obvious, because all devices are multicore now. 2014-06-24 19:09:57 +03:00
Sergii Pylypenko
4d60192c29 Minor optimization to Java code 2014-05-27 21:18:02 +03:00
pelya
3ceac1c8a1 Fixed screen orientation not restored in TeeWorlds 2014-03-02 19:03:30 +02:00
Sergii Pylypenko
e0a65f78b7 This change may break video initialization! When choosing GL mode, prefer alpha channel (when it's not requested) over "slow" caveat. 2013-06-26 17:33:40 +03:00
Sergii Pylypenko
f17074bf2c Do not re-init SDL graphics while still in lock-screen 2013-05-28 21:26:31 +03:00
pelya
526c4f1257 Futile attempts to make rendering faster 2013-01-02 17:17:26 +02:00
pelya
685a415c63 Fixed one huge bug in GLES init code 2012-12-15 22:54:26 +02:00
pelya
a4b406c424 Updated OpenTTD, fixed build scripts 2011-12-08 14:17:58 +02:00
pelya
b610a03e67 Tentative fix for a regression when rendering became slow on certain devices 2011-10-12 16:16:33 +03:00
pelya
975294dc68 Fixed GFX errors on newer Tegra devices, due to improper choosing GL config in Java code 2011-09-02 16:28:51 +03:00
pelya
16f757970a Fixed new code, added GLES2 example - I'm not sure that it works correctly, but it reports that GLES 2 is initialized 2011-08-02 13:20:32 +03:00
pelya
69de188e16 Added GLES2 support, and support for 24bpp and 32bpp - NOT TESTED,
it's only for OpenGL and for pure SW mode, HW SDL surfaces won't work
2011-07-29 17:41:27 +03:00
pelya
550341ad8b Draw the logo when app loads, until the first SDL_Flip(), also fixed small bug in menu 2011-06-01 13:13:29 +03:00
pelya
8eaa947706 Disabled code to make screen blue when app is loading, until I'll implement proper logo loading 2011-05-26 11:29:37 +03:00
pelya
ebd3757b91 Compilation fix 2011-05-24 13:41:33 +03:00
pelya
2eb1de79b9 Blind try to fix ANR timeout when app is restored from background 2011-05-24 13:26:10 +03:00
pelya
ea3df210c4 Added a license exception to permit custom startup config dialogs in closed-source projects. 2011-04-18 18:02:28 +00:00
pelya
498ce4b545 When you'll change app to build that won't be visible in Git commit.
Also fixed application name not updated for translated strings.xml
2010-10-27 13:50:15 +03:00