LÖVE 11.0 released!

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
ReFreezed
Party member
Posts: 612
Joined: Sun Oct 25, 2015 11:32 pm
Location: Sweden
Contact:

Re: LÖVE 11.0 released!

Post by ReFreezed »

raidho36 wrote: Tue Apr 03, 2018 11:37 amOne thing to know about effects(...)
I see. Got it to work. Thanks for explaining!
Tools: Hot Particles, LuaPreprocess, InputField, (more) Games: Momento Temporis
"If each mistake being made is a new one, then progress is being made."
User avatar
Murii
Party member
Posts: 216
Joined: Fri Jul 05, 2013 9:58 am
Location: Arad, Romania
Contact:

Re: LÖVE 11.0 released!

Post by Murii »

Good job on improving Love!
User avatar
Stifu
Party member
Posts: 106
Joined: Mon Mar 14, 2016 9:53 am
Contact:

Re: LÖVE 11.0 released!

Post by Stifu »

zorg wrote: Tue Apr 03, 2018 4:56 am Not sure if related to the new version, but the site css seems to be broken again...
Got that a few days ago. Ctrl+F5 fixed it for me.
Zabuyaki, our upcoming beat 'em up: https://www.zabuyaki.com
User avatar
zorg
Party member
Posts: 3436
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

Re: LÖVE 11.0 released!

Post by zorg »

Stifu wrote: Tue Apr 03, 2018 4:44 pm
zorg wrote: Tue Apr 03, 2018 4:56 am Not sure if related to the new version, but the site css seems to be broken again...
Got that a few days ago. Ctrl+F5 fixed it for me.
Yep, that worked! Thanks.
Me and my stuff :3True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
dan369
Prole
Posts: 44
Joined: Tue Apr 15, 2014 10:53 pm

Re: LÖVE 11.0 released!

Post by dan369 »

When calling

Code: Select all

bg_blue = {0.42, 0.75, 0.89};

---in love.draw;
love.graphics.clear(bg_blue);

The game screen clears to black. Entering the values in directly works fine?
User avatar
pgimeno
Party member
Posts: 3544
Joined: Sun Oct 18, 2015 2:58 pm

Re: LÖVE 11.0 released!

Post by pgimeno »

Curiously enough, that's only documented to work for canvases, yet in 0.10 it worked for the normal screen as well.

You can still love.graphics.clear(bg_blue[1], bg_blue[2], bg_blue[3]). You can also use unpack() but note that it's slow.
User avatar
slime
Solid Snayke
Posts: 3131
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

Re: LÖVE 11.0 released!

Post by slime »

It not working with the main screen is a bug, which I fixed just now. :)

Unfortunately appveyor just updated their version of cmake to a version that doesn't work with OpenAL Soft, so now the Windows automatic builds aren't working... I'll have to figure out a fix for that.

EDIT: 32 bit windows build with the fix: https://ci.appveyor.com/project/AlexSzp ... /artifacts
User avatar
ExPorygon
Prole
Posts: 10
Joined: Tue Apr 04, 2017 1:57 pm
Location: New York, United States
Contact:

Re: LÖVE 11.0 released!

Post by ExPorygon »

Awesome! I've been waiting for a new version for a while now.

I don't think I quite understand what queueable audio sources are. Can someone elaborate further? How are they different from regular sources and what unique things can you do with them?
User avatar
zorg
Party member
Posts: 3436
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

Re: LÖVE 11.0 released!

Post by zorg »

ExPorygon wrote: Wed Apr 04, 2018 12:31 am Awesome! I've been waiting for a new version for a while now.

I don't think I quite understand what queueable audio sources are. Can someone elaborate further? How are they different from regular sources and what unique things can you do with them?
You can push SoundData onto them in a realtime fashion (as long as they have empty buffer "slots", for which you can check).

Use cases include software mixing SoundDatas (even ones returned by Decoder objects that now have their decode methods exposed), so that you won't hit the active Source limit too quickly; "hooking" a RecordingDevice up to one will basically play back that input; or the best one, in my opinion, is realtime sound generation, making things like this project possible.
Me and my stuff :3True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
User avatar
ivan
Party member
Posts: 1911
Joined: Fri Mar 07, 2008 1:39 pm
Contact:

Re: LÖVE 11.0 released!

Post by ivan »

PGUp wrote: Mon Apr 02, 2018 8:16 am xp no longer supported ? that is a bad news
I don't see this mentioned in the changelog. Can somebody confirm?
Post Reply

Who is online

Users browsing this forum: No registered users and 55 guests