Commit Graph

158 Commits

Author SHA1 Message Date
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
fysx 7758fc2412 trying to load game from apk 2013-12-21 00:36:55 +01:00
fysx fe7195c840 remove deleted files 2013-12-20 22:07:46 +01:00
fysx da22cf589a updated physfs to version 2.0.3 2013-12-20 22:05:14 +01:00
fysx 3a8901d831 preparing update of physfs 2013-12-20 21:19:16 +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
fysx f4573e6ca9 preloading gnustl_shared 2013-12-16 23:06:00 +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 ded6e9ad9d Using Landscape Mode 2013-12-12 02:23:46 +01:00
Martin Felis 384d338802 added missing file 2013-12-08 01:53:42 +01:00
Martin Felis 0244b40500 Renamed app, added icons 2013-12-08 01:49:49 +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
Martin Felis 5acf6d6d86 physfs: deleted generated binaries 2013-12-07 22:51:26 +01:00
fysx 2037378d6a intermediate commit (glad not initializing correctly) 2013-12-06 23:37:01 +01:00
fysx ec2bf449e9 eclipse: added builders 2013-12-06 16:06:39 +01:00
fysx f3918ea424 fixed comment 2013-12-06 16:06:10 +01:00
fysx 9f4987f4f8 added SDL.log() to enable logging from Lua 2013-12-06 16:04:25 +01:00
fysx b3ab19511f SDL: logging message box information 2013-12-06 16:02:21 +01:00
fysx fa181fa1b2 disabled rotation of the screen 2013-12-06 16:00:58 +01:00
fysx ae4b6f4d3a building now possible from eclipse 2013-12-06 15:59:46 +01:00