Commit Graph

56 Commits

Author SHA1 Message Date
pelya
97bddb8179 Some user interface fixes for ChangeAppSettings.sh 2011-02-25 15:25:59 +00:00
pelya
99f734c61c Added new API for toggling text input via Android EditText widget 2011-02-24 16:21:54 +00:00
pelya
4f3665edef app2sd support for shared libraries 2011-02-18 16:09:20 +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
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
49fa480e04 Updated project files for many apps 2010-12-31 11:42:15 +00:00
pelya
565f159a20 Revert "Revert "Disabled STLPort built into NDK in favor of my own STLPort, disabled cin/cout/cerr in my STLPort""
STLPort inside NDK R5 crashes when accessing stdout the smae way as mine built-in STLPort, but I have the possibility to change my own STLPort sources

This reverts commit 4a02eeeded.
2010-12-21 11:18:33 +00:00
pelya
4a02eeeded Revert "Disabled STLPort built into NDK in favor of my own STLPort, disabled cin/cout/cerr in my STLPort"
Probably I'll need that commit someday, so I can pull it from Git history now

This reverts commit a3106f9048.
2010-12-20 14:37:32 +00:00
pelya
a3106f9048 Disabled STLPort built into NDK in favor of my own STLPort, disabled cin/cout/cerr in my STLPort 2010-12-20 14:35:54 +00:00
pelya
e83d174cdc Added some support for NDK r5, commented out cin/cout/cerr in built-in STLPort bercause they keep crashing 2010-12-20 12:21:25 +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
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
dfb09282c8 Fixed dependency cleaning in ChangeAppSettings.sh 2010-12-07 14:02:44 +02:00
pelya
6ae5d2f2ae Fixed assets dir not created 2010-11-24 17:02:59 +02:00
pelya
62e8c34a88 Option for main() commandline parameters in ChangeAppSettings.sh, fixed UQM translation packs 2010-11-12 15:17:14 +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
pelya
3c44578e93 Settings to support right mouse click, no real code yet. 2010-11-05 18:01:55 +02:00
pelya
6b250d3d50 Screen keyboard text input can be disabled through ChangeAppSettings, also it will hide screen joystick if it's not required, but key amount > 0 2010-11-05 16:11:18 +02:00
pelya
7f582a107b Added QWERTY on-screen keyboard input, using built-in Android virtual keyboard and EditText widget 2010-11-04 19:01:23 +02:00
pelya
30eaeb4705 Updated ChangeAppSettings.sh - new option to change only version code 2010-11-02 13:02:34 +02:00
pelya
36c84cb7ff Updated readme, added some warnings to autogenerated files that they are autogenerated 2010-11-01 10:30:51 +02:00
pelya
ab279067b7 Removed app name from all translations, fixed ChangeAppSettings.sh 2010-10-27 13:58:24 +03: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
pelya
ac89ade479 Better default publisher logo :) 2010-10-21 13:45:59 +03:00
pelya
a00d352cd8 Added libflac, libogg and libvorbis to build, updatred libtremor to use libogg instead of internal implementation (this is top of SVN from xiph.org for libtremor) 2010-10-19 17:11:58 +03:00
pelya
695077be94 Fixed accelerometer reverting X and Y coordinates 2010-10-18 15:49:35 +03:00
pelya
11d99e03fb You're now specifying both shared and static libraries through ChangeAppsettings.sh, LDFlags variable should be empty -
that fixes dependencies and subtle bugs caused by multiple jobs in make when static lib not yet created but already linked to.
2010-10-15 18:18:23 +03:00
pelya
a8f3d8b6b7 Integrated Michi's changes to accelerometer joystick and to video aspect ratio 2010-10-15 16:04:42 +03:00
pelya
512c014691 Now you can put data files inside .apk file, into assets - they will be unpacked automatically via omnipotent DataDownloader.java 2010-10-14 13:25:16 +03:00
pelya
bf7d3f22c6 Added Enigma game 2010-10-13 17:30:44 +03:00
pelya
2e1a4992d3 Changed directory structure to contain less symlinks so dependencies will get recalculated correctly by make 2010-10-12 19:04:21 +03:00
pelya
a5ff12846e Added SDL 1.3 multitouch support via SDL_FINGERDOWN/UP/MOTION events 2010-10-12 15:47:57 +03:00
pelya
b292e52900 CrystaX toolchain now can be specified through ChangeAppSettings.sh 2010-10-05 15:47:30 +03:00
pelya
b83c805bb7 Implemented SDL_ACTIVEEVENT, did not test it and cannot say if it will work, also SDL 1.3 compilation is broken (use previous commit) 2010-10-01 19:15:23 +03:00
pelya
f025a0ab9c SDL 1.3 compiles but restoring from background does not work in Alien Blaster 2010-09-30 18:00:47 +03:00
pelya
ab7f63b305 Added possibility to use custom build script to build application (to be compatible with configure-like scripts) 2010-09-16 15:46:52 +03:00
pelya
c28c1bf8d0 Added CrystaX toolchain support 2010-09-14 18:22:50 +03:00
pelya
f7945552e7 Added filtering out subdirs from build in ChangeAppSettings.sh 2010-09-10 14:56:46 +03:00
pelya
62a82ec84d Renamed AppSettings to AndroidAppSettings everywhere, added symlink to CommanderGenius repo 2010-09-10 14:11:20 +03:00
pelya
a0c98546b1 Mouse enabled in Tyrian, not finished yet (also nasty bug with keyboard repeat fixed) 2010-08-30 15:55:09 +03:00
pelya
802e8340d7 Fixed another bug in Data Downloader 2010-08-27 19:00:49 +03:00
pelya
4f3afa5081 Fixed dependencies rebuilding in ChangeAppSettings.sh 2010-08-27 15:47:16 +03:00
pelya
5f54667aa1 Auto-fire for up to 2 buttons 2010-08-25 17:03:20 +03:00
pelya
9dafe7e44d Changed the way the uncompressed data should be downloaded 2010-08-25 16:53:29 +03:00
pelya
ffec83a679 Fixed data downloading 2010-08-21 17:21:40 +03:00
pelya
ac6a031c7d Added opssibility to download optional content, and to save files without unzipping 2010-08-21 16:40:52 +03:00
pelya
b0bbe3eff3 Total number of virtual keys has been increased to 7 2010-08-21 14:52:09 +03:00