I think there is a bug in love.resize method.
in 11.2 toggling the fullscreen to windowed and viz the dimensions are like below
and in 11.3 its like below
Is this a bug or is it something to do with DPI Scaling?
Search found 9 matches
- Sun Nov 10, 2019 5:42 pm
- Forum: General
- Topic: LÖVE 11.3 released!
- Replies: 49
- Views: 1195771
- Tue Jun 27, 2017 4:07 pm
- Forum: Libraries and Tools
- Topic: sock.lua - A simple networking library for LÖVE
- Replies: 80
- Views: 78848
Re: sock.lua - A simple networking library for LÖVE
@Ikoroth thank you for reminding me of xpcall. Wondering why didn't I think about this before. LOL! This will solve my problem.
- Sun Jun 25, 2017 6:38 am
- Forum: Libraries and Tools
- Topic: sock.lua - A simple networking library for LÖVE
- Replies: 80
- Views: 78848
Re: sock.lua - A simple networking library for LÖVE
How can I handle a invalid host name?. Can you post your code? Or at least the code that causes the error? (I'm assuming this will be a call to newServer or newClient) OK My scenario is this : Suppose I started a server @ 192.168.0.100:22122. But I'm trying to connect a server @ 192.168.0.100:2000 ...
- Sat Jun 24, 2017 2:53 pm
- Forum: Libraries and Tools
- Topic: sock.lua - A simple networking library for LÖVE
- Replies: 80
- Views: 78848
Re: sock.lua - A simple networking library for LÖVE
How can I handle a invalid host name?.
- Tue Jan 12, 2016 4:56 pm
- Forum: General
- Topic: Android Apk source code security
- Replies: 3
- Views: 3095
Re: Android Apk source code security
No one will care about your source code unless you write a software for NSA using LÖVE. Cheer Mate! Make games with LÖVE. Spread LÖVE not HATRED! LOL!
- Mon Oct 27, 2014 2:43 pm
- Forum: General
- Topic: LOVE users map
- Replies: 182
- Views: 130557
Re: LOVE users map
English is not my mother tongue, Malayalam is. And still I know English. Do you know Malayalam? Try to learn it. If you succeed let me know!jjmafiae wrote:Do you have one of those awesome accents when you speak English?klis wrote:Hey! Greetings from India. Please add me to the map - Kerala, India
- Fri Oct 24, 2014 6:49 pm
- Forum: General
- Topic: LOVE users map
- Replies: 182
- Views: 130557
Re: LOVE users map
Hey! Greetings from India. Please add me to the map - Kerala, India
- Tue Jan 28, 2014 4:03 pm
- Forum: General
- Topic: Avatars: OBEY!
- Replies: 763
- Views: 1194095
Re: Avatars: OBEY!
OBEY
- Mon Jan 27, 2014 4:21 pm
- Forum: Support and Development
- Topic: First Time using SciTE problems with running program
- Replies: 2
- Views: 3607
Re: First Time using SciTE problems with running program
Hi there! I too got this problem and resolved it. Just follow this step.
1. Add love to your system path
2. replace this with this
1. Add love to your system path
2. replace this
Code: Select all
command.go.main.lua="C:\Program Files\LOVE\love.exe" "$(FileDir)"
Code: Select all
command.go.main.lua="love.exe $(FileDir)"