Search found 8 matches
- Thu Mar 25, 2010 2:08 pm
- Forum: Support and Development
- Topic: Does Love do Mipmapping?
- Replies: 3
- Views: 3586
Re: Does Love do Mipmapping?
I suppose it will only benefit the game if it's added. I was going to have fun making my own algorithum to do it, but it's less fun when I know the code will become obsolete
- Thu Mar 25, 2010 1:40 pm
- Forum: Support and Development
- Topic: Does Love do Mipmapping?
- Replies: 3
- Views: 3586
Does Love do Mipmapping?
I'm wanting to optimise my game by having a smaller version of a large image used instead when the large image is scaled down ie. when an image is scaled down past 0.5 it is replaced by a smaller version of the image. But I found out some engines do this mip mapping http://en.wikipedia.org/wiki/Mipm...
- Tue Sep 22, 2009 10:52 am
- Forum: Support and Development
- Topic: 0.6.0 physics changes?
- Replies: 8
- Views: 5413
Re: 0.6.0 physics changes?
sorry to butt in this seems like the right topic to ask.
is there or will there be contact filtering in 0.6.0?
is there or will there be contact filtering in 0.6.0?
- Mon Sep 07, 2009 1:21 pm
- Forum: General
- Topic: 0.6.0 Update
- Replies: 221
- Views: 115485
Re: 0.6.0 Update
ok so they run, but because the older version says 'draw()' and not 'love.draw()' there is just a black screen in the game window.
- Mon Sep 07, 2009 11:59 am
- Forum: General
- Topic: 0.6.0 Update
- Replies: 221
- Views: 115485
Re: 0.6.0 Update
No bugs found on my pc so far, although older game versions do not run, I thought love was backwards compatible? Also I tried doing a 'love.graphics.screenshot( "Screenshot.bmp" )' and I got 'attempt to call field 'screenshot' (a nil value)'. has this been depricated? or is there a new met...
- Wed Aug 05, 2009 6:32 pm
- Forum: Support and Development
- Topic: Screenshots don't work
- Replies: 9
- Views: 8130
Re: Screenshots don't work
I'm frustrated that the next release of Love isn't out yet which hopefully will have a fix for this.
Does anyone know a way to get around this bug while we wait for the next release? (for windows)
Does anyone know a way to get around this bug while we wait for the next release? (for windows)
- Sun Jul 12, 2009 1:20 pm
- Forum: Games and Creations
- Topic: GrandTheftLöve
- Replies: 43
- Views: 34914
Re: GrandTheftLöve
This is great! this is the game I've been wanting to see/trying to make ever since I first heard about Love. excellent job keep up the good work I'll be playing this game
- Mon Mar 09, 2009 12:03 pm
- Forum: General
- Topic: Idea - Distorting Sprites
- Replies: 31
- Views: 21441
Idea - Distorting Sprites
Hopefully for the next release of love we can distort our sprites like in the pictures below. Lots of potential for doing simple 3d things like the classic gta1 buildings.