Commit Graph

37 Commits

Author SHA1 Message Date
fysx 3cabe641d6 Disable OpenGL debug on OpenGL ES2 (should fix Ouya compatibility) 2014-02-06 00:14:33 +01: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
Jairo Luiz 007b0fc3f0 love.window.getPixelScale now works properly on Android. 2014-01-30 15:08:15 -03:00
Jairo Luiz 9a688b9b37 remove unnecessary “love.android” module 2014-01-30 14:43:12 -03:00
fysx 33d979caf6 updated to latest mobile-common branch of Löve 2014-01-30 08:51:28 +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 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
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 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 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 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 7e1050f8eb added compiled boot.lua.h that includes multitouch stuff 2013-12-31 01:11:03 +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 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
fysx 7758fc2412 trying to load game from apk 2013-12-21 00:36:55 +01:00
fysx f95fbc8a70 forcing exit of the app when quitting Löve 2013-12-16 23:58:45 +01:00
fysx 98c3f93048 run /sdcard/lovegame instead of non-existant arguments 2013-12-16 23:47:05 +01:00
fysx d36d86c2a3 fixed include path 2013-12-16 23:06:10 +01:00
Martin Felis d3c987e31c treating back button as escape 2013-12-13 02:03:39 +01:00
Martin Felis 17c3910d84 fixed love.graphics.push 2013-12-13 02:03:08 +01:00
Martin Felis 453032fbdb first working build 2013-12-08 01:10:14 +01:00
Martin Felis e754a35421 glad: Load GL functions first using dlsym then SDL_GL_GetProcAddress 2013-12-08 00:50:38 +01:00
fysx 2037378d6a intermediate commit (glad not initializing correctly) 2013-12-06 23:37:01 +01:00
fysx 9f4987f4f8 added SDL.log() to enable logging from Lua 2013-12-06 16:04:25 +01:00
Martin Felis bf4cdc5743 It compiles and exectes (but crashes on startup) 2013-12-05 22:03:28 +01:00
Martin Felis 2644d1ee18 imported Löve GLES branch (changeset 1ba9037e558b) 2013-12-05 18:05:13 +01:00