Commit Graph

553 Commits

Author SHA1 Message Date
pelya
5a39746b2a Added support for showing publisher logo at startup screen (we have to show button "Change phone config" there anyway).
Guys from Korean market asked to show game rating (an image with text "18+" and some more korean text) in startup screen, so I've added more-less generic solution.
2010-10-20 17:04:00 +03:00
pelya
6ca9693f53 Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android 2010-10-20 11:42:06 +03:00
Michi
8970efa0a5 Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android 2010-10-19 22:08:23 +02:00
Michi
a65fc33be4 commented out debug code which generated too many log messages 2010-10-19 22:07:16 +02:00
kurosu
0b2744d646 Add more translations (French, German, Finnish) 2010-10-19 21:22:15 +02:00
kurosu
740cbfbd18 Update French translation 2010-10-19 20:48:39 +02:00
pelya
9d5941cb3a Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android 2010-10-19 18:56:38 +03:00
pelya
23575576ca xerces does not depend on SDL, so not rebuilt when libSDL version changes 2010-10-19 17:14:30 +03:00
pelya
105ddf3627 Deleter duplicate libogg files from libtremor 2010-10-19 17:13:58 +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
Michi
31e627d267 Widened Sint16 to Sint32 for centered joystick value, as the result of <Sint16> - <Sint16> might be greater than an Sint16. 2010-10-18 22:45:38 +02:00
pelya
73623a740e Checking that my accelerometer changes work okay in both joystick and keyboard mode 2010-10-18 16:30:51 +03:00
pelya
7e2b565442 Updated .gitignore 2010-10-18 15:53:55 +03:00
pelya
6210cacedb Moved Alien Blaster data to AndoirData dir to automatically include it in assets 2010-10-18 15:52:39 +03:00
pelya
ee435f0795 Updated gitignore 2010-10-18 15:52:09 +03:00
pelya
54ee84958a Data files downloaded from SF.net by default for all apps 2010-10-18 15:50:08 +03:00
pelya
695077be94 Fixed accelerometer reverting X and Y coordinates 2010-10-18 15:49:35 +03:00
pelya
c0a192ea2e Updated buglist 2010-10-18 14:25:39 +03:00
pelya
e5e9a8fcf7 Fixed misleading text in config dialog 2010-10-18 14:22:20 +03:00
pelya
6986ee8084 Fixed incoherent logic in SDL_Surface pitch calculation 2010-10-18 12:28:05 +03:00
pelya
bd185f68b1 Another readme update 2010-10-15 20:49:10 +03:00
pelya
5421d7335f Updated readme 2010-10-15 20:45:59 +03:00
pelya
a6dba1278e Fixed accelerometer joystick, added on-screen keyboard DPAD acting as a joystick 2010-10-15 19:41:13 +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
ebaff58990 Applying patches by Michi to Enigma 2010-10-15 14:23:30 +03:00
pelya
679f64d3a0 Uh oh 2010-10-14 18:19:04 +03:00
pelya
a92e4905d4 Fixed bug in phone settings dialog 2010-10-14 18:17:28 +03:00
pelya
3400f1ab92 Fixed bug in SDL 1.3 with waking up from background and recreating textures 2010-10-14 18:16:13 +03:00
pelya
ab033ee8d0 Automatically run ChangeAppSettings.sh from build.sh when required 2010-10-14 13:39:27 +03:00
pelya
5b06fec2e6 Simplified symlink usage so application object files will be put to correct directory and dependencies won't get screwed when changing app to compile 2010-10-14 13:34:00 +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
d2ce86cd80 French translation by Kurosu (forgot to add actual file) 2010-10-14 13:24:31 +03:00
pelya
ae92ed85c2 separate launchConfigureLib.sh for configure scripts in libraries 2010-10-14 13:23:43 +03:00
pelya
bf7d3f22c6 Added Enigma game 2010-10-13 17:30:44 +03:00
pelya
8bd2d39dfe Added xerces and lua libraries 2010-10-13 17:23:09 +03:00
pelya
4d6c9aedc2 Translation support gives much more possibilities for bugs, isn't it wonderful? 2010-10-13 17:22:02 +03:00
pelya
479f67cdd1 Small fix to RecompileAllApps script 2010-10-13 16:10:08 +03:00
pelya
a7802a5bbf Updated bugs and todo 2010-10-13 14:19:56 +03:00
pelya
2607d74b72 Added French translation by Kurosu + Google Translate 2010-10-13 14:19:13 +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
5f47811d88 Removed temp files left from merge 2010-10-12 13:49:43 +03:00
pelya
0e1366077f Updated SDL 1.3 to latest HG head. 2010-10-12 13:45:29 +03:00
pelya
06e87ed879 Updated buglist 2010-10-11 18:46:29 +03:00
pelya
e6c08091de Added libXML2 2010-10-08 19:57:49 +03:00
pelya
fa6efe49f9 Add .nomedia file to SDCard so game GFX won't show in Gallery app 2010-10-07 14:06:25 +03:00
pelya
586f659e48 Fixed nasty bugs with multitouch input and on-screen keyboard (bad, bad Java!) 2010-10-06 14:42:17 +03:00
pelya
b292e52900 CrystaX toolchain now can be specified through ChangeAppSettings.sh 2010-10-05 15:47:30 +03:00
pelya
825647a80b Added non-working yet Atari800 port 2010-10-04 18:16:21 +03:00