I finally got a chance to put this on my phone, and it's pretty fantastic guys!
keep up the good work. Once this is stable, I can see a lot of projects using this!
love-android: discussion
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: love-android: discussion
Missing Sentinel Software | Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
Re: love-android
Thanks, this is big step forward! 1) and 3) work for me, yet in landscape mode they look almost unreadable. I think the characters should not scale when the orientation (and screen resolution) changes.ghoulsblade wrote: should display 3 lines with different font,
1) default font in white (works correctly on my milestone)
2) non-power-of-2 image font in black (316x6) (i only get white boxes on my milestone)
3) power-of-2 (512x8) image font in red (works correctly on my milestone)
4) non-power-of-2 image used for the font (316x6) (i only get a big white box on my milestone)
My lovely code lives at GitHub: http://github.com/miko/Love2d-samples
- ghoulsblade
- Party member
- Posts: 111
- Joined: Sun Oct 31, 2010 6:11 pm
Re: love-android: discussion
try adding
t.android_native_screen = true
to conf.lua to keep native resolution =)
t.android_native_screen = true
to conf.lua to keep native resolution =)
love-android - gamejams
Re: love-android: discussion
when it will goes to oficial release in site?
I stoped for a wile but i am backing to love developement now
I stoped for a wile but i am backing to love developement now
Re: love-android: discussion
Wow, this is really cool, I will keep watching your work.
Is there any method that I can just install an love-android app
just like others ? I mean just install an apk file, and one
can run it.
Is there any method that I can just install an love-android app
just like others ? I mean just install an apk file, and one
can run it.
- ghoulsblade
- Party member
- Posts: 111
- Joined: Sun Oct 31, 2010 6:11 pm
Re: love-android: discussion
the download link for the apk is this : http://ghoulsblade.schattenkind.net/lov ... ndroid.apk
just download in browser, drag down the notifications bar and click it, it'll ask if you want to install it then.
it's still early work in progress, but can play a few .love files alread :
e.g. clouds demo, or in your face city trains, maybe others, didn't test too many.
you need to have the .love files in your downloads folder, or in sdcard/love/ for it to list them
just download in browser, drag down the notifications bar and click it, it'll ask if you want to install it then.
it's still early work in progress, but can play a few .love files alread :
e.g. clouds demo, or in your face city trains, maybe others, didn't test too many.
you need to have the .love files in your downloads folder, or in sdcard/love/ for it to list them
love-android - gamejams
-
- Prole
- Posts: 1
- Joined: Mon Sep 12, 2011 12:30 am
Re: love-android: discussion
Wow thats awesome that your doing this. I am also interested in checking out the source and how your porting it. I'll check out the repo soon.
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: love-android: discussion
Is there any way to get rid of the status bar and the title bar so it can use the full screen area? I tried the new t.android_native_screen and the fullscreen options. Is it just not implemented yet?
Also, does it not support Circle, Rectangle and Line yet? I can't get a circle to draw at all. But images work fine.
Also, does it not support Circle, Rectangle and Line yet? I can't get a circle to draw at all. But images work fine.
Re: love-android: discussion
Lines and circles are not implemented yet and currently there is no option for real fullscreen without the status bar. But that is just a matter of time
- Taehl
- Dreaming in associative arrays
- Posts: 1025
- Joined: Mon Jan 11, 2010 5:07 am
- Location: CA, USA
- Contact:
Re: love-android: discussion
I know that to hide the title and status bars, an Activity can have:
Not sure if that applies here, but I hope it helps.
Code: Select all
public void onCreate(Bundle savedInstanceState) {
this.requestWindowFeature(Window.FEATURE_NO_TITLE);
this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
}
Earliest Love2D supporter who can't Love anymore. Let me disable pixel shaders if I don't use them, dammit!
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
Who is online
Users browsing this forum: No registered users and 2 guests