Commit Graph

411 Commits

Author SHA1 Message Date
pelya
ff74ced087 Added small readme to fonteditor 2010-08-19 18:38:44 +03:00
pelya
d8d1704a4f Small TODO 2010-08-19 14:53:42 +03:00
pelya
6e812eed03 Setting envvar LANG to correct value from Java code 2010-08-19 14:48:31 +03:00
pelya
b6aa5371a7 Fixed libintl conmpilation 2010-08-19 13:54:00 +03:00
pelya
8b03c0831c Do not rebuild static libraries after running ChangeAppSettings 2010-08-19 13:53:11 +03:00
pelya
efa49b96c8 Crash fixed in Java code 2010-08-19 11:18:49 +03:00
pelya
4c6ddb909e Added intl and sdl_gfx libraries (thanks to Kurosu) 2010-08-18 20:43:26 +03:00
pelya
501a98228d Fixed SDL 1.3 compilation 2010-08-18 20:10:42 +03:00
pelya
d858f86793 More fixes to scripts 2010-08-18 20:05:30 +03:00
pelya
1e67d59311 Fixed SDL 1.2 compilation 2010-08-18 19:54:23 +03:00
pelya
4226f883d1 More fixes to RecompileAllApps.sh 2010-08-18 19:29:15 +03:00
pelya
473c66bbac Fixed recompilation script 2010-08-18 19:18:10 +03:00
pelya
f9dc02fc1f New script RecompileAllApps.sh for auto-recompilation 2010-08-18 19:06:38 +03:00
pelya
f177efc12e Fixed onscreen keyboard - it is playable, though multitouch works not very good 2010-08-18 17:23:20 +03:00
pelya
3453847f26 Better multitouch input 2010-08-18 16:09:23 +03:00
pelya
c0d8427795 Updated Java settings dialog, added Java-C callbacks, tested on device - it doesn't work properly yet 2010-08-18 15:47:25 +03:00
pelya
a88843354c Fixed compilation error 2010-08-18 15:02:45 +03:00
pelya
2c78d2a0ff Made more symlinks from SDL 1.2 to SDL 1.3 2010-08-18 13:19:54 +03:00
pelya
c7b64152af Moved font editor to more appropriate place 2010-08-18 13:16:23 +03:00
pelya
0c12b2a48f Implemented touchscreen keyboard - does not compile yet 2010-08-18 13:15:21 +03:00
pelya
5b5882f9f1 Pressure and size for Android 1.6 touchscreen reported not 2010-08-18 13:14:48 +03:00
pelya
5e2ad1da63 Some processing for touchscreen keyboard 2010-08-17 18:47:32 +03:00
pelya
9d970a7326 Initial touchscreen code - it does not compile yet 2010-08-17 15:24:24 +03:00
pelya
f38d325a1b Small improvements to font editor 2010-08-17 15:19:57 +03:00
pelya
3a1885468e Simple wireframe font editor, to generate font in C array which later can be used in touchscreen keyboard 2010-08-17 15:01:11 +03:00
pelya
27dd182693 Updated readme 2010-08-16 13:56:54 +03:00
pelya
51bc7a8e3e Moved all files one dir upwards (should've done that long ago) 2010-08-16 13:15:59 +03:00
pelya
a8ae1c2295 Experimental support for multitouch using joystick API 2010-07-30 18:41:55 +03:00
pelya
c6ee7cd0fe Added more options to redefine common keys in AppSettings 2010-07-30 16:12:39 +03:00
pelya
831ee2ddb5 Reverted Jooleem to use SW surfaces - it fails with HW 2010-07-30 14:59:31 +03:00
pelya
491e1fcda4 Final fix for SDL 1.2 SW video, also fixed audio 2010-07-30 14:54:07 +03:00
pelya
fb4801bb59 Added OpenTyrian sources - it does not work yet 2010-07-30 13:10:35 +03:00
pelya
0974a79a6d Added back SW renderer in SDL 1.2 2010-07-30 13:10:17 +03:00
pelya
4ee9954443 Show free size next to phone storage / sdcard selection dialog 2010-07-29 19:20:20 +03:00
pelya
0a7f600817 Created symlinks to resources to quickly switch between apps 2010-07-29 18:49:21 +03:00
pelya
ebaf4766e0 Changed Alien Blaster input keys to use touchscreen to navigate menus 2010-07-29 18:27:53 +03:00
pelya
efc1c424d8 Fixes to accelerometer and audio not working, another dialog to select keypad type for user 2010-07-29 18:26:29 +03:00
pelya
fb5561ff45 Fixed SDL 1.3 compilation 2010-07-29 17:04:56 +03:00
pelya
2e4e52a193 Removed symlinks to SDL 1.3 files that were changed, nad added the files themselves to SDL 1.2 2010-07-29 16:59:15 +03:00
pelya
90b098c2c3 Added some support for multitouch events, it's still not working 2010-07-29 16:12:58 +03:00
pelya
0950723da0 More settings for application in ChangeAppSettings.sh 2010-07-29 14:49:16 +03:00
pelya
29088c7b98 Removed unnecessary optimization that forces extra memcpy() for textures with width not multiplier of 2 2010-07-29 12:22:08 +03:00
pelya
0437552f65 Fixed colorkey - now Alien Blaster works okay 2010-07-29 12:21:31 +03:00
pelya
e2dc681037 Alien Blaster + SDL 1.2 outputs something to screen with HW acceleration, but colorkey is messed up 2010-07-28 19:08:06 +03:00
pelya
61a7428798 SDL 1.2 with video acceleration - IT DOES NOT WORK YET 2010-07-28 12:46:54 +03:00
pelya
f6fb9fc667 Updated readme 2010-07-28 12:12:44 +03:00
pelya
eda66c6d45 THIS REVISION WILL NOT WORK! Compiled and linked SDL_renderer_gles.c into SDL 1.2 lib, no code was added to actually use it. ifdef overkill, yay! 2010-07-26 18:24:57 +03:00
pelya
90b09cd587 Small update to wording in ChangeAppSettings.sh 2010-07-26 15:40:27 +03:00
pelya
d5b27e5441 Added Jooleem sources (I've changed them too much from the original, have to publish them to conform with LGPL) 2010-07-26 15:25:35 +03:00
pelya
b95831357b Fixed crashing when downloading data to SD card, fixed crashing when running SDL 1.2 app on Android 1.6 device 2010-07-26 13:12:00 +03:00