fysx
d1ad6cc5a3
fixed README markdown syntax
2014-07-01 17:08:55 +02:00
fysx
afe33f06d2
Updated Readme for tag 0.9.1a
2014-07-01 17:06:27 +02:00
fysx
70cb26bb2a
bumped version to 0.9.1a
0.9.1a
2014-05-25 16:34:53 +02:00
fysx
8cb7bac09f
using latest SDL_androidgl.c that removes some calls to eglWaitXXX() calls
2014-05-25 16:30:27 +02:00
fysx
49265f0596
using latest love-android @ changeset 8659be0e75a3
2014-05-25 16:27:34 +02:00
fysx
1d29da2d80
preparing release 0.9.1
0.9.1
2014-05-12 21:43:03 +02:00
fysx
6459889d32
fixed loading of jpegs by reverting libjpeg to version 8d
2014-05-12 00:08:20 +02:00
fysx
6be242ef03
newly generated graphics.lua.h (should actually fix #31 )
2014-05-03 17:26:21 +02:00
fysx
97d9154e48
updated to latest mobile-common (should fix love.touch index problems)
2014-05-03 14:13:40 +02:00
fysx
c40250e565
fix for #31
2014-05-03 14:06:28 +02:00
fysx
684adff826
updated manifest for 0.9.1-RC1 version
2014-04-04 13:24:10 +02:00
fysx
ec9be8a383
removed duplicate entries in AndroidManifest.xml
2014-04-04 13:09:39 +02:00
fysx
d637b5c11d
updated SDLActivity.java
2014-04-04 13:06:32 +02:00
fysx
adc4042d8b
deleted stale file
2014-04-04 11:38:13 +02:00
fysx
e96eef4435
Using latest love-android branch (e263d91d136d)
2014-04-04 11:37:36 +02:00
fysx
8acfb8d91a
Disabled building of dynamic library for SDL2
2014-04-04 11:35:52 +02:00
fysx
cc829bdd1e
added code to support the upcoming love.system.openURL
2014-04-03 18:20:37 +02:00
fysx
7593d64761
Upgraded SDL2 to version 2.0.3
2014-04-03 16:45:01 +02:00
fysx
f09239788a
fixed markdown in README
2014-02-23 15:28:17 +01:00
fysx
c0fd9a6e1b
beta2
beta2
2014-02-23 15:21:29 +01:00
fysx
539ca8d4f2
fixed opening of .love files when URL is entered in Chrome
2014-02-23 14:51:33 +01:00
fysx
fab725ad8b
using identity 'unnamed' if none is specified in conf.lua(fixes issue #46 )
2014-02-20 22:31:59 +01:00
fysx
5f6fa8c2b5
Proper downloading of games and starting works when downloaded using the LÖVE app
2014-02-20 21:27:34 +01:00
fysx
4c2846f4bb
download and progress bar somewhat work
2014-02-19 20:57:09 +01:00
fysx
cb2c852f58
trying to add running of games via http link
2014-02-14 01:41:47 +01:00
fysx
60a58f9240
Merged GameLauncher and GameActivity together
...
The GameActivity would not run otherwise as the App started via
GameActivity would call in love::android::getSelectedGameFile() the wrong
activity (namely GameLauncher) that was not initialized properly. Hence it
would result in a segfault.
2014-02-14 00:56:47 +01:00
fysx
5849e8d369
fixed indentations
2014-02-13 14:24:17 +01:00
fysx
1703660617
fixed loading of files from file managers
2014-02-13 14:08:06 +01:00
fysx
0db55463c9
Allow .love files to be opened from email attachements
2014-02-13 13:56:23 +01:00
fysx
288b25c585
ensure that static variable is properly initialized
2014-02-13 01:31:20 +01:00
fysx
a5284dccf6
Merge branch 'filetype_association'
2014-02-13 01:30:36 +01:00
Jairo Luiz
8069dc02c6
Now, we have a filetype association!!!! :)
2014-02-12 20:56:11 -03:00
fysx
0bde453b2e
updated to changeset 80f0adedfaa5 of love-android (including newest mobile-common changes)
2014-02-13 00:44:51 +01: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