Page 5 of 6

Re: LÖVE 0.7.2 Released

Posted: Fri Oct 14, 2011 8:28 pm
by josefnpat
bartbes wrote:Maybe they backported/updated in the mean time then? Because I know for a fact vrld introduced some metrics in what is, if I remember correctly, the libmodplug interface code that were not available in the 10.04 version of the lib.

EDIT: See this buildlog (search for "ModPlugDecoder.cpp").
Yeah, Canonical does that. the 10.04 is the LTS (Long term support). It's due to drop out of support soon, but it's still getting updates and such.


As for your edit, totally, but if you comment out lines 45 and 46 in ModPlugDecoder.cpp, it compiles. I guess I'm asking what you lose when you get rid of those lines.

Re: LÖVE 0.7.2 Released

Posted: Fri Oct 14, 2011 8:38 pm
by bartbes
Yes, I know it's an LTS release, but as far as I'm concerned it's usually LTA (Long Time Ago) :P.

Well, in theory it wouldn't do too much harm in most of the cases (if it is set to sensible defaults in other locations), but you're disabling proper detection of the file to play back, so you might get music that plays 'wrong'.

Re: LÖVE 0.7.2 Released

Posted: Fri Oct 14, 2011 8:39 pm
by josefnpat
bartbes wrote:Yes, I know it's an LTS release, but as far as I'm concerned it's usually LTA (Long Time Ago) :P.

Well, in theory it wouldn't do too much harm in most of the cases (if it is set to sensible defaults in other locations), but you're disabling proper detection of the file to play back, so you might get music that plays 'wrong'.
Thank's for the information. I'm not ready to update my primary machine yet, so It's good to know I can still develop without too many issues.

Re: LÖVE 0.7.2 Released

Posted: Fri Nov 18, 2011 1:02 am
by josmarnet
is there a release date of 0.8 love?

Re: LÖVE 0.7.2 Released

Posted: Fri Nov 18, 2011 1:08 am
by tentus
josmarnet wrote:is there a release date of 0.8 love?
You can download from http://love2d.org/builds/ but there is not an official 0.8.0 yet.

Re: LÖVE 0.7.2 Released

Posted: Fri Nov 18, 2011 2:40 am
by Satellight
When will we see next version?

Re: LÖVE 0.7.2 Released

Posted: Fri Nov 18, 2011 11:42 am
by kikito
Disclaimer: I'm not involved in Löve development.

I'm going to make a wild guess and say when the remaining 11 bugs are squashed.

Other than that, remember what my momma said. :)

Re: LÖVE 0.7.2 Released

Posted: Fri Nov 18, 2011 1:09 pm
by zhubuntu
Thank you! LÖVE is a very potential platform based on lua.

Re: LÖVE 0.7.2 Released

Posted: Fri Nov 18, 2011 4:20 pm
by tstrokes
Can't wait to see 0.8.

Re: LÖVE 0.7.2 Released

Posted: Fri Nov 18, 2011 4:24 pm
by slime
kikito wrote:Disclaimer: I'm not involved in Löve development.

I'm going to make a wild guess and say when the remaining 11 bugs are squashed.

Other than that, remember what my momma said. :)
Most of the things in the issue tracker are feature requests/enhancements that are probably too big to make it into 0.8.0, so there's really only a couple things to be fixed before it's ready for release I think.