Commit Graph

114 Commits

Author SHA1 Message Date
Jairo Luiz 8069dc02c6 Now, we have a filetype association!!!! :) 2014-02-12 20:56:11 -03:00
fysx 667c4750ea properly load shared libraries beta1 2014-02-11 02:00:33 +01:00
fysx 38727b5c25 beta1 - here we go 2014-02-11 01:03:39 +01:00
fysx 288a851a65 fix for the fix for the non-improvement 2014-02-11 00:42:05 +01:00
fysx 5e3579f680 should fix the crash on startup 2014-02-11 00:26:03 +01:00
fysx 1dd859c9d1 fixed indentations 2014-02-10 08:31:40 +01:00
fysx 53d45533e0 properly using workaround for love.filesystem.getDirectoryItems 2014-02-10 08:30:43 +01:00
fysx 3f13dc653f fixed issue tracker link 2014-02-09 23:57:03 +01:00
fysx 9e7e31ba05 preparing alpha9 release alpha9 2014-02-09 23:15:15 +01:00
fysx 3f268ebedf Added workaround for love.filesystem.getDirectoryItems 2014-02-09 23:02:04 +01:00
fysx 8fb02e11ab static linking of SDL2: do not load libSDL2.so from Java 2014-02-09 22:58:45 +01:00
fysx 89c54f9712 Using static linking for SDL2 2014-02-09 15:01:12 +01:00
fysx 606da6d0ae removed debug output 2014-02-08 00:41:45 +01:00
fysx 52d505624d further readme tweaks 2014-02-07 23:46:12 +01:00
fysx 89c9baf274 trying to link to the wiki from the readme file 2014-02-07 23:43:14 +01:00
fysx e4e1a0f59b properly use dynamic linking for LGPL libraries 2014-02-07 23:40:02 +01:00
fysx 00052d8067 Use SDL_AndroidGetActivity() instead of the full activity name (better for custom packages) 2014-02-06 01:29:36 +01:00
fysx de93ded9bf removed include dir for the SDL private headers 2014-02-06 01:18:17 +01:00
fysx 2da2da2652 Replaced use of SDL internal header file with the public interface 2014-02-06 01:13:38 +01:00
fysx bfae01300e fixed mouse coordinates due to the love.window.getScale() change 2014-02-06 01:02:47 +01:00
fysx 0b8dd90114 properly free JNI objects 2014-02-06 00:52:52 +01:00
fysx 3cabe641d6 Disable OpenGL debug on OpenGL ES2 (should fix Ouya compatibility) 2014-02-06 00:14:33 +01:00
fysx 351e224815 LuaJIT: use proper -mfpu flags and added new binaries 2014-02-06 00:07:56 +01:00
Martin Felis 89c2c014b2 Merged in josefnpat's fantastic icon. THANKS!!!
Updating `res/drawable-*/ic_launcher.png` to proposed icon (icon2)
2014-02-05 23:59:52 +01:00
Josef Patoprsty c3a21270ab Updating res/drawable-*/ic_launcher.png to proposed icon (icon2) 2014-02-05 13:12:04 -05:00
Martin Felis 597fad8034 Merged tangerinagames/love-android-sdl2/pixel_scale into master 2014-02-02 21:28:09 +01:00
fysx bf07caef09 Circumventing duplication of assets/game.love by mounting it from memory 2014-02-02 02:19:29 +01:00
fysx c9bb6ec3d6 updated physfs to inofficial 2.1 version 2014-02-02 01:28:41 +01:00
Jairo Luiz 007b0fc3f0 love.window.getPixelScale now works properly on Android. 2014-01-30 15:08:15 -03:00
Jairo Luiz b86319c0f4 remove OpenAL LOCAL_LDLIBS warning 2014-01-30 14:51:03 -03:00
Jairo Luiz 9a688b9b37 remove unnecessary “love.android” module 2014-01-30 14:43:12 -03:00
fysx 405c79a8fe adjusted changelog 2014-01-30 10:32:38 +01:00
fysx cf30c31234 fixed markdown 2014-01-30 10:30:25 +01:00
fysx 175f6f23ae preparing alpha8 release alpha8 2014-01-30 10:27:52 +01:00
fysx f0fa37f4ad Updated openal-soft to version 1.15.1 2014-01-30 10:19:28 +01:00
fysx 33d979caf6 updated to latest mobile-common branch of Löve 2014-01-30 08:51:28 +01:00
fysx 4c481f9933 Use 'app_process' as executable name (should fix #23) 2014-01-30 08:33:26 +01:00
fysx 64100eecfe enable building of armv6 libraries 2014-01-28 00:43:11 +01:00
fysx 7a6e597b5a removed temporary build files 2014-01-28 00:33:09 +01:00
fysx 4b6c1b51c9 updated mpg123 to 1.17.0 2014-01-28 00:30:52 +01:00
fysx 35f95a0c58 new build script for LuaJIT, adapted from moai-dev (thanks to Jairo Luiz) 2014-01-27 23:13:23 +01:00
fysx 0908325b5b updated libvorbis to 1.3.4 and libogg to 1.3.1 2014-01-27 21:37:45 +01:00
fysx f3be0275e6 updated libpng to version 1.6.8 2014-01-27 21:23:17 +01:00
fysx 72cb4722b6 properly removed old lcms version 2014-01-27 21:07:07 +01:00
fysx 966e7ffd6c updated jpeg to version 9a 2014-01-27 21:06:42 +01:00
fysx 24866c5e81 Updated lcms to version 2.5 2014-01-27 20:58:52 +01:00
fysx 2c932240e4 added generated boot.lua.h with changes from the display metrics patch 2014-01-26 22:38:24 +01:00
Jairo Luiz 338f28f6d7 fix the SDL accelerometer issue. 2014-01-26 22:30:38 +01:00
fysx ce866b214c bumped SDL2 to the latest repository version 2014-01-26 22:13:59 +01:00
Martin Felis db9c6925bb Merged tangerinagames/love-android-sdl2/display-metrics into master 2014-01-23 23:39:39 +01:00