Commit Graph

78 Commits

Author SHA1 Message Date
pelya
892c4813b9 Small mouse tap enhancement 2011-02-11 15:30:48 +00:00
pelya
ce2c3d3c47 Fixed bug with tap left click method, updated fheroes2 project 2011-02-10 11:51:23 +00:00
pelya
a1573ce45c Updated readme, small bugfix 2011-02-10 11:25:09 +00:00
pelya
c223d2eee3 glGet() in Android 1.6 is not implemented (blasphemy!), so I've disabled appropriate code in on-screen keyboard 2011-02-10 10:58:13 +00:00
pelya
fd86b04d47 Fixed compilation for libcurl 2011-02-10 10:40:02 +00:00
pelya
0f221c5477 Fixed compiling for NDK r4b - note that I may have breaked some other compilation types 2011-02-09 15:13:32 +00:00
pelya
6add849746 Fixed some timeout coefficients, updated fheroes2 project, updated todo 2011-02-08 13:31:54 +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
ac86215d58 Updated readme 2011-02-07 10:00:53 +00:00
pelya
3d40c99b3d Commented out redefining printf, because it generates lot of warnings in system headers 2011-02-07 09:52:44 +00:00
pelya
877d015c96 Fixed SDL compilation, added redefined printf to print to logcat 2011-02-07 09:25:57 +00:00
pelya
e07c5cfd14 Added fake cin/cout/cerr to prevent application crashing on tablets 2011-02-04 14:47:18 +00:00
pelya
a4cb94028c Moved all includes from LOCAL_CFLAGS to LOCAL_C_INCLUDES so it will work in Cygwin 2011-02-02 14:28:16 +00:00
pelya
36128968af Fixed on-screen keyboard not drawing 2011-02-02 10:26:35 +00:00
pelya
fbaf44f09f Updated UfoAI project 2011-02-01 13:21:07 +00:00
pelya
36692f967f Added define SDL_GL_FIRST_SAFE_TEXTURE_ID for UfoAI which uses static texture ID-s 2011-01-31 16:55:09 +00:00
pelya
8418a37c02 Minor fix to on-screen keyboard 2011-01-27 16:21:31 +00:00
pelya
71edaa907a Replaced glTexEnvi with glTexEnvf 'cause glTexEnvi seems to be not supported on emulator 2011-01-26 16:22:29 +00:00
pelya
b337e649b9 Added fake stdin/stdout/stderr streams, to prevent crashes on some tablets 2011-01-25 14:29:23 +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
e41d56798a Updated SDL 1.3 to rev 5001 2011-01-14 12:23:36 +00:00
pelya
62acddf82f Added texture filtering setting 2011-01-06 11:27:45 +00:00
pelya
92fe366c81 Option to assign mouse click to any HW key 2011-01-04 16:19:40 +00:00
pelya
28b25e2224 Teeworlds: check if user redefined keyboard layout 2010-12-31 13:11:43 +00:00
pelya
62b6731332 Fixed broken joystick input in SDL 2010-12-31 10:35:52 +00:00
pelya
66f7928078 Option to customize on-screen keyboard layout 2010-12-30 15:23:46 +00:00
pelya
c4c16ec1d8 Fixed Alien Blaster and SDL 1.3 compilation 2010-12-29 16:30:08 +00:00
pelya
d6d9376b7f Fixed atan2i.h not included in SDL 1.3 2010-12-29 16:09:13 +00:00
pelya
858dd2fdb2 Option for calibrating touchscreen 2010-12-28 13:46:13 +00:00
pelya
2e2527a1a7 Fixed nasty bug in a mouse input 2010-12-27 11:27:21 +00:00
pelya
1228dbe4b0 Multitouch gestures 2010-12-23 16:07:37 +00:00
pelya
c13ac6856f Updated Simple Theme by Beholder, fixed small bug in config dialogs 2010-12-23 08:19:17 +00:00
pelya
910035c859 Also swapped accelerometer joystick 2010-12-22 17:19:21 +00:00
pelya
420852470c Transparency option for on-screen keyboard, also swapped joystick axis as it is used this way in most games 2010-12-22 17:16:39 +00:00
pelya
d86319f50d Fixed bug in on-screen keyboard layout 2010-12-20 14:23:42 +00:00
pelya
e34e40f4c1 Fix for on-screen keymapping dialog, it's still buggy yet 2010-12-20 11:18:27 +00:00
pelya
278506fd45 Fixes for text input 2010-12-17 09:26:02 +00:00
pelya
fed1bc383b Fixed typo in header file, implemented changing keycodes for on-screen keyboard 2010-12-16 15:20:29 +00:00
pelya
8c7f63e62b Menu for editing on-screen controls, not finished yet! 2010-12-15 17:56:20 +00:00
pelya
1490b815af Fixes to text input 2010-12-10 17:25:26 +00:00
pelya
658bec6205 SDL keycodes now can be redefined by user 2010-12-10 16:42:55 +00:00
pelya
3dd4da9b0b Generic physical phone key to SDL key remapper, only dialog is implemented - it's not saved and not working yet 2010-12-07 20:05:52 +02:00
pelya
4bdec438c6 Configurable speed and accel to move mouse with joystick 2010-12-06 13:12:03 +02:00
pelya
abf128bb3c Bigger button for text input 2010-12-02 17:14:35 +02:00
pelya
dc40a4066d Separated touch pointers for on-screen keys and mouse events (you should play TeeWorlds to see the new behavior) 2010-12-02 17:12:25 +02:00
pelya
1193aed354 Fixed infinite recursion in move-mouse-with-keyboard code 2010-11-30 17:39:46 +02:00
pelya
94a10e5ffc Separate option for mouse click via DPAD center/trackball, fixed moving mouse via cursor keys 2010-11-29 15:46:44 +02:00