Martin Felis
66685a2ade
Updated LÖVE source to revision cff5bc8604bd
2015-12-09 22:19:41 +01:00
Martin Felis
8f5ee4a05e
added building of the theora library
2015-12-09 12:41:20 +01:00
fysx
686e1d5f3e
Update LÖVE to changeset 7cb21c8bdd64 (pre 0.10.0)
2015-12-01 23:07:34 +01:00
fysx
ec5f068b19
Updated OpenAL to version 1.16.0
2015-11-29 15:27:32 +01:00
fysx
8308a524bc
Updated libogg to 1.3.2 and libvorbis to 1.3.5
2015-11-28 22:14:03 +01:00
fysx
9cbddc2f5e
Updated to latest love-android code (b615972822cb)
2015-08-13 17:21:53 +02:00
fysx
f3dd769e98
Using latest love-android branch (9a508a54700d)
2015-08-13 11:12:17 +02:00
fysx
357a7237a4
Using latest android branch of LÖVE (6d14516b05c9) that now syncs with default (woooo!)
2015-07-03 19:09:18 +02:00
fysx
7eb7db1a85
Imported latest love-android code 8e93b946d920 that fixes ParticleSystem:clone
2015-04-10 15:45:46 +02:00
fysx
c30e788393
properly detect whether we are in "fullscreen" (i.e. immersive) on Android
2015-02-19 00:15:31 +01:00
fysx
168357e1ad
fixed #104 : loading of multiple .love files
2015-02-18 10:33:54 +01:00
fysx
d6f1d8bd70
imported changes from love-0.9.2
2015-02-16 00:37:14 +01:00
fysx
f31760c445
made love.window.setFullscreen() work
2015-02-02 22:42:08 +01:00
fysx
d0f866e4b0
fixed build for latest love-android version
2015-01-22 20:57:57 +01:00
fysx
542c029666
updated to latest love-android (changeset 7b5f223900b)
2015-01-22 10:48:45 +01:00
fysx
31cd05551e
renamed setBorderless to setImmersive and linked it to the fullscreen mode
2015-01-20 22:11:56 +01:00
fysx
42f6beaa7e
Allowing enabling and disabling of immersive mode via borderless setting and love.window.setMode()
2015-01-20 16:01:43 +01:00
fysx
013df025d0
fix for #91 and #98 : printing of non-number and non-string values
2015-01-16 22:13:33 +01:00
fysx
54215b7ce4
refactored loading of games on android
2015-01-16 20:00:51 +01:00
fysx
fd9e9758a9
Using latest changeset 593639000823 of love-android
2015-01-16 12:31:11 +01:00
fysx
02dc18a587
fixed compilation with Android NDK r10
2015-01-11 22:23:12 +01:00
fysx
72b2fcd4eb
Added loading of games by opening the main.lua file
2014-10-22 11:54:04 +02:00
fysx
6b1fae429b
not calling exit(retval) when main ends
2014-10-21 12:21:02 +02:00
fysx
8df94d2a8a
Properly pausing OpenAL device using the extension alcDevicePauseSOFT ( fixes #83 )
2014-09-09 10:29:56 +02:00
fysx
70eef137ae
updated OpenAL-Soft to version 1.16.0
2014-09-08 21:17:12 +02:00
fysx
4f11bd0e7b
fixed #82 : was using wrong argument to query module instance
2014-08-31 14:14:15 +02:00
fysx
659b312121
fixed mousepress event coordinates
2014-08-28 11:44:32 +02:00
fysx
b875fffedb
updated from latest love-android (228a26ab99bb)
2014-08-28 10:55:10 +02:00
fysx
45b1fc2509
fixed compilation and removed some unneeded files
2014-08-27 23:33:50 +02:00
fysx
c6ac06c366
actual update to latest mobile-common
2014-08-27 23:23:26 +02:00
fysx
abb819335b
updated to latest mobile-common (0cf55b7da58e), removed libtiff, libpng, libmng, devil, jasper, jpeg-8d, added libturbo-jpeg
2014-08-27 23:19:11 +02:00
Martin Felis
aba2f47b31
removed printing redirect tag from [LOVE2D] to [LOVE]
2014-08-18 19:04:40 +02:00
Martin Felis
6110de0fa8
implemented love.system.vibrate(seconds)
2014-08-18 18:47:13 +02:00
Martin Felis
8f20cb7cc5
added print redirect to SDL_Log ( fixes #40 )
2014-08-18 16:23:39 +02:00
fysx
49265f0596
using latest love-android @ changeset 8659be0e75a3
2014-05-25 16:27:34 +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
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
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
fab725ad8b
using identity 'unnamed' if none is specified in conf.lua(fixes issue #46 )
2014-02-20 22:31:59 +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
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