81 Commits

Author SHA1 Message Date
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
Jairo Luiz 2b8c22872f fix tab indentation :P 2014-01-23 18:52:18 -03:00
Jairo Luiz 2b99a488d3 Expose Android Display Metrics to Löve 2014-01-23 18:44:06 -03:00
fysx c8c7bc5853 updated to latest mobile-common 2014-01-23 09:17:23 +01:00
Jairo Luiz f475455477 fix the SDL accelerometer issue. 2014-01-22 20:47:40 -03:00
fysx 3b0367e20b fixed alpha version in changelog alpha7 2014-01-20 22:49:58 +01:00
fysx 98d5325b35 new version alpha7 2014-01-20 22:33:21 +01:00
fysx 0438431d59 updated love-android (android is still linux) 2014-01-20 22:20:36 +01:00
fysx ba5f33f9aa updated to latest love-android revision (aada9b59bcdf) 2014-01-20 10:09:26 +01:00
Martin Felis ab51b4cc9b updated from love-android 2014-01-12 22:25:39 +01:00
Martin Felis 78cb9c5539 alpha6 using newest Löve GLES code alpha6 2014-01-12 21:32:40 +01:00
Martin Felis 69b200b144 Updated to love-android changeset 3b5e5e182a00 2014-01-12 21:31:32 +01:00
Martin Felis 0ff0941068 Removed .orig files 2014-01-12 19:21:51 +01:00
Martin Felis 7a75c4667e Bumped targetSdk to 18 as it represents the highest API the code was tested on 2014-01-12 17:42:08 +01:00
Martin Felis 45242b805b removed debug code 2014-01-12 17:41:04 +01:00
fysx 2bbccc6879 re-introduced exit(retval) hack as otherwise app wouldnt quit properly 2014-01-09 00:05:22 +01:00
fysx b92439b60c Bumped SDL2 to the latest development version. 2014-01-08 23:57:35 +01:00
fysx 271c0c5d01 Using proper version code and name 2014-01-08 22:35:12 +01:00
Martin Felis cae49e930a Enabled networking by default (to simplify network testing) 2014-01-07 23:22:38 +01:00
Martin Felis 163286a180 further adjusted .gitignore 2014-01-07 23:22:00 +01:00
Martin Felis 2e6560d917 build settings: using project locations instead of workspace relative paths 2014-01-07 23:20:59 +01:00
Martin Felis ac54830eb0 Merged in prusnak/love-android-sdl2 (pull request #1)
add assets/ and gen/ to .gitignore; remove unused files from res/
2014-01-07 23:12:35 +01:00
Pavol Rusnak 7429cf4a96 remove unused files from res/ 2014-01-07 01:32:33 +01:00
Pavol Rusnak 696d1a1ea0 add assets/ and gen/ to .gitignore 2014-01-07 01:14:57 +01:00
fysx 75b654acf1 copying game.love in 128k chunks 2014-01-06 22:08:53 +01:00
fysx 0ffae82186 Using LuaJIT 2.0.1 instead of stock Lua 2014-01-06 10:24:33 +01:00
fysx e80e17111a building for armeabi-v7a by default 2014-01-01 16:05:38 +01:00
fysx 7e1050f8eb added compiled boot.lua.h that includes multitouch stuff 2013-12-31 01:11:03 +01:00
fysx 3134dc65b9 added better build instructions and set proper project name 2013-12-31 01:09:27 +01:00
fysx 7c96c99f2b Applied piernov's multitouch patch (Thanks!) 2013-12-31 00:48:58 +01:00
Martin Felis 117360dd73 pausing sound when app is not active 2013-12-29 02:38:09 +01:00
Martin Felis eaf4e6d8b2 fixed crash due to orientation change or call of onDestroy() 2013-12-29 01:19:09 +01:00
Martin Felis f58dcdf03a setup of save directory works 2013-12-28 19:32:46 +01:00
fysx 6518cde39a Automatically loading assets/game.love if exists 2013-12-28 15:28:05 +01:00