LÖVE 11.2 released - including Android APK!

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
slime
Solid Snayke
Posts: 3129
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

LÖVE 11.2 released - including Android APK!

Post by slime »

LÖVE version 11.2 is out now!

This is a small release in terms of the number of fixes and changes, but it's a very important one because older versions of LÖVE 11 don't work properly on Windows 10 update 1809 and macOS 10.14. LÖVE 11.2 fixes various issues on those platforms.

LÖVE 11.2 for Android also includes fixes to support the Play Store after recent Android changes. The official release of 11.2 for Android may be delayed slightly, however.

As always the full changelog is available on the wiki, and download links are on the front page.
MissDanish
Citizen
Posts: 65
Joined: Wed Mar 07, 2018 11:21 pm

Re: LÖVE 11.2 released!

Post by MissDanish »

We love you slime, thank you so much for your hard work <3
orangeglo
Prole
Posts: 20
Joined: Mon Apr 16, 2018 6:44 pm

Re: LÖVE 11.2 released!

Post by orangeglo »

Woo! Thanks for all the hard work!
Nelvin
Party member
Posts: 124
Joined: Mon Sep 12, 2016 7:52 am
Location: Germany

Re: LÖVE 11.2 released!

Post by Nelvin »

Thanks a lot ... it's great to see constant development for Löve even while still using 10.2 for my current project I'm looking forward to move over at some point in the future.
User avatar
Jasoco
Inner party member
Posts: 3725
Joined: Mon Jun 22, 2009 9:35 am
Location: Pennsylvania, USA
Contact:

Re: LÖVE 11.2 released!

Post by Jasoco »

For some reason 11.2 ignores my vsync setting and causes my game to run over 60FPS, which in my project actually makes it very laggy. I have vsync set to true both in the conf.lua file and being set with the setMode function.

macOS 10.14.
User avatar
pgimeno
Party member
Posts: 3541
Joined: Sun Oct 18, 2015 2:58 pm

Re: LÖVE 11.2 released!

Post by pgimeno »

vsync is now a number. Try setting it to 1.
User avatar
ivan
Party member
Posts: 1911
Joined: Fri Mar 07, 2008 1:39 pm
Contact:

Re: LÖVE 11.2 released!

Post by ivan »

Thank you for including Body:setTransform and Body:getTransform.
This reduces my function calls notably when drawing!
pgimeno wrote: Thu Nov 29, 2018 9:29 pm vsync is now a number. Try setting it to 1.
I don't see this in the documentation/changelog. :huh:
User avatar
zorg
Party member
Posts: 3435
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

Re: LÖVE 11.2 released!

Post by zorg »

ivan wrote: Thu Nov 29, 2018 9:42 pm I don't see this in the documentation/changelog. :huh:
https://bitbucket.org/rude/love/src/0fe ... es.txt-152
* Changed the 'vsync' field of love.window.setMode and t.window in love.conf. It's now an integer with 0 disabling vsync.
Since löve 11.0; the wiki still has some things that aren't updated, of course.

(Also, positive integers are basically divisors of the vsync value löve gets for a specific screen; if the screen reports 60 Hz, then vsync==1 means it'll update 60 times per second, if it's 2, then 30 times per second, etc.)
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
pgimeno
Party member
Posts: 3541
Joined: Sun Oct 18, 2015 2:58 pm

Re: LÖVE 11.2 released!

Post by pgimeno »

Yes, it happened in 11.0.
  • Changed the 'vsync' field of love.window.setMode and t.window in love.conf. It's now an integer with 0 disabling vsync.
11.0
User avatar
jessemillar
Prole
Posts: 2
Joined: Thu Nov 29, 2018 10:21 pm
Contact:

Re: LÖVE 11.2 released!

Post by jessemillar »

My game also runs incredibly quickly on 11.2 (similar to Jasoco) but setting vsync to an integer in conf.lua does not appear to affect the game's render speed.
Post Reply

Who is online

Users browsing this forum: No registered users and 18 guests