Commit Graph

124 Commits

Author SHA1 Message Date
pelya
62fd0b2dd6 VCMI loads main menu on a device, but crashes right after click on any botton. Megadebug patch attached. 2011-06-16 19:57:53 +03:00
pelya
e8dd7d71d6 Fixes to new build system 2011-06-14 19:44:58 +03:00
pelya
538a0d0b3f Updated VCMI, added readme 2011-06-10 13:27:16 +03:00
pelya
22a4b5ac03 Added VCMI server, but it cannot be launched apparently, because VCMI just crash 2011-06-09 20:22:51 +03:00
pelya
b118aed813 Fixes to ffmpeg and to VCMI 2011-06-07 15:42:22 +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
47b5d6938a If you've added another download with "!" at the beginning to the updated .apk - do not ask user, just download the file 2011-05-31 18:52:12 +03:00
pelya
3b0b8675eb New revamped startup dialog, with possibility to disable separate menu options or entire dialog through ChangeAppSettings.sh 2011-05-31 16:30:08 +03:00
pelya
b10fefba4f Fixed the NO_REMAP implementation, fixed few minor bg in Settings.java 2011-05-30 15:25:08 +03:00
pelya
f06e5643e7 Reverted my work-in-progress changes in Settings.java, that broke compilation 2011-05-30 11:17:32 +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
3409066830 Patch to make volume keys change volume instead of in-game action, by lmak 2011-05-26 11:27:50 +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
6e9ca5f0bc SDL tries to load file "logo.png" from assets, and use it as a startup logo, if it fails it reverts to the usual SDL logo 2011-05-20 14:44:44 +03:00
pelya
c418f7da64 More modifications to SDL config dialog 2011-05-20 12:21:22 +03:00
pelya
342b99c77d Started refactoring SDL startup menu 2011-05-19 17:29:03 +03:00
pelya
f65677b399 Updated translations 2011-05-19 14:06:31 +03:00
pelya
50ef398490 Support Android 3.1 bluetooth/USB mouse (not tested!), added new option to choose mouse settings depending on the screen size 2011-05-19 14:00:56 +03:00
pelya
d77044bfaa Fix to Java part of multitouch input 2011-05-16 11:58:54 +03:00
pelya
0742977a5e Fixed clashing lib names with system libraries 2011-04-22 16:12:36 -04:00
pelya
2bb4e56768 Changed random code in arbitrary places to fix mysterious crash 2011-04-21 21:09:52 -04: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
8fce28ca72 Fixed non-blocking SwapBuffers 2011-03-14 19:09:41 +02:00
pelya
5a91ed9723 Some failed attempts to make EditText widget without autocomplete and showing screen keyboard automatically. 2011-03-10 17:55:00 +02:00
pelya
f67db85103 Fixed bug in text input 2011-03-10 17:08:58 +02:00
pelya
418ab79db8 Do not send Backspace keycode for text input invoked with SDL_ANDROID_GetScreenKeyboardTextInput() 2011-02-28 11:16:47 +00:00
pelya
d5413b3c15 Same SDL keycode for Camera and Focus keys 2011-02-25 14:59:32 +00:00
pelya
99f734c61c Added new API for toggling text input via Android EditText widget 2011-02-24 16:21:54 +00:00
pelya
be0552d7e9 Made SDL config menu better looking 2011-02-23 11:11:59 +00:00
pelya
3b35d2c4ca MultiThreadedVideo seems to work slower, disabled b ydefault 2011-02-18 16:34:07 +00:00
pelya
4f3665edef app2sd support for shared libraries 2011-02-18 16:09:20 +00:00
pelya
b4a21bd84c Enable separate video thread by default, FPS drop is not too much 2011-02-15 15:43:22 +00:00
pelya
090ab8154c Optiuon to run video rendering in separate thread - available only for SW mode 2011-02-15 15:40:40 +00:00
pelya
72a7edd34a Converted optional downloads to default/non-default downloads, warn deveoper about files bigger than 1 Mb inside .apk 2011-02-11 11:11:49 +00:00
pelya
709b660aae Updated build scripts, added sorting for SDL keycodes in config menu 2011-02-10 16:53:54 +00:00
pelya
115a3393ca One small fix to menus 2011-02-08 14:21:24 +00:00
pelya
280865f358 Updated translations 2011-02-08 13:03:18 +00:00
pelya
5e4b450e74 Implemented speed and acceleration for relative mode 2011-02-08 12:58:12 +00:00
pelya
96ac2819ed Relative mouse movement implemented, witohut speed/accel though 2011-02-07 18:42:54 +00:00
pelya
0cb701bb24 Implemented clicking with tap and timeout 2011-02-07 17:49:14 +00:00
pelya
d840a57e2c Added settings for relative mouse movement - to Java only, they are not processed on C side yet 2011-02-07 15:27:12 +00:00
pelya
36128968af Fixed on-screen keyboard not drawing 2011-02-02 10:26:35 +00:00
pelya
727925fed2 Removed Ugly Arrows" keyboard theme, save/restore OpenGL context when drawing on-screen keyboard 2011-01-24 14:09:03 +00:00
pelya
62acddf82f Added texture filtering setting 2011-01-06 11:27:45 +00:00
pelya
156e802690 Renamed descriptions of some settings 2011-01-06 08:23:06 +00:00
pelya
650395332e Saner defaults for on-screen magnifying glass and mouse click methods 2011-01-06 08:03:37 +00:00
pelya
92fe366c81 Option to assign mouse click to any HW key 2011-01-04 16:19:40 +00:00
pelya
43c24e1739 Fixed crash in Java code 2010-12-31 11:35:46 +00:00
pelya
5ee6d43207 Updated translations 2010-12-30 15:28:11 +00:00