Commit Graph

165 Commits

Author SHA1 Message Date
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
pelya
6a8b3039ce Fixed SDL 1.3 compilation 2010-11-29 12:22:27 +02:00
pelya
6d09ef7de4 Final fixes to controlling mouse with trackball 2010-11-26 23:14:50 +02:00
pelya
3259404912 Fixed trackball mouse 2010-11-26 22:57:42 +02:00
pelya
0bd530be88 Added option for left click with double-tap, added option for moving mouse via trackball 2010-11-26 22:17:55 +02:00
pelya
dc74908472 Added a frame around screen magnifying glass 2010-11-26 19:33:04 +02:00
pelya
a0cc34138b WARNING: SDL 1.3 won't compile! All SDL events now pushed from main SDL thread - this fixes some GFX problems in point-and-click games like OpenTTD. 2010-11-24 20:03:25 +02:00
pelya
4bc5978d78 More random fixes 2010-11-23 20:15:52 +02:00
pelya
79af9388f8 Updated ScummVM, fixed UQM, new option: keep screen ratio aspect 2010-11-17 23:05:40 +02:00
pelya
f36162fdbe Updated ScummVM project 2010-11-17 15:03:15 +02:00
pelya
0a9bbef6ab Fix to mouse input, tried to force libintl to load translations but failed 2010-11-15 19:01:26 +02:00
pelya
4558ec8e91 Left mouse click can be triggered by multitouch too now - this is configurabe 2010-11-15 18:39:39 +02:00
pelya
988fa75f57 Fixed SDL 1.2 compilation, force screen update when "Show screen under finger" selected and user releases finger 2010-11-15 17:58:48 +02:00
pelya
8f6f72b1fb Added advanced point-and-click features: right mouse click via several methods, left click configurable, and showing part of screen under finger in small window 2010-11-09 16:05:39 +02:00