LÖVE 0.7.2 Released
Re: LÖVE 0.7.2 Released
Game fusion! Hello .exe!
"your actions cause me to infer your ego is the size of three houses" -finley
Re: LÖVE 0.7.2 Released
Any chance for shaders in 0.80? Would be epic.
- BlackBulletIV
- Inner party member
- Posts: 1261
- Joined: Wed Dec 29, 2010 8:19 pm
- Location: Queensland, Australia
- Contact:
Re: LÖVE 0.7.2 Released
Yeah, there's been a lot of talk about shaders. I'm hoping they'll come, because I'd love to be able to use some of the awesome things they have to offer.
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: LÖVE 0.7.2 Released
It seems that 0.7.2 no longer loads a conf.lua file from a projects "Identity" folder. I loaded up my old Adventure Engine in preparation to start working with it again, dusted it off and loaded it up and it wasn't loading the conf.lua file that my game creates. Instead, since there is no conf.lua file in the actual project, it reverted to defaults. It took me a few minutes to figure out what was going on. The give away was when I noticed the titlebar said "Untitled" instead of the project name.
Is this by design or a bug?
Not that it's a problem. I won't be creating the configuration file from now on instead setting the settings after load. But I was curious. (I originally made it as a workaround for choosing game resolutions. It would create the conf file with the width and height hard coded in when you set it. Now I am just using the built-in resolution setting functions.)
Is this by design or a bug?
Not that it's a problem. I won't be creating the configuration file from now on instead setting the settings after load. But I was curious. (I originally made it as a workaround for choosing game resolutions. It would create the conf file with the width and height hard coded in when you set it. Now I am just using the built-in resolution setting functions.)
Re: LÖVE 0.7.2 Released
Yeah, I don't see a reason to generate a conf.lua.
If you want to set a resolution based on previously saved information, set t.screen to nil in your conf.lua, then launch a window manually in love.load.
If you want to set a resolution based on previously saved information, set t.screen to nil in your conf.lua, then launch a window manually in love.load.
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: LÖVE 0.7.2 Released
At the time conf.lua is loaded love hasn't decided where the save dir is at yet, so it can't load it from there.
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: LÖVE 0.7.2 Released
Makes sense. It just took me off guard and made me realize I needed to redo the entire project anyway.
Older projects would just set their identity as a folder with the projects filename by default.
Older projects would just set their identity as a folder with the projects filename by default.
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: LÖVE 0.7.2 Released
They still do, unless the name is ".", but maybe that now happens later on.
- nonesuchplace
- Prole
- Posts: 9
- Joined: Wed Feb 10, 2010 12:29 am
- Location: Northeastern US
- slime
- Solid Snayke
- Posts: 3170
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: LÖVE 0.7.2 Released
There's a known issue with fullscreen in Lion (caused by SDL), it will be fixed by the time 0.8.0 comes out I think.nonesuchplace wrote:By the by, I just tried out Love in OS X Lion, and it works.
Who is online
Users browsing this forum: No registered users and 12 guests