Search found 9 matches

by klis
Sun Nov 10, 2019 5:42 pm
Forum: General
Topic: LÖVE 11.3 released!
Replies: 49
Views: 1144405

Re: LÖVE 11.3 released!

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

Image

and in 11.3 its like below

Image

Is this a bug or is it something to do with DPI Scaling?
by klis
Tue Jun 27, 2017 4:07 pm
Forum: Libraries and Tools
Topic: sock.lua - A simple networking library for LÖVE
Replies: 80
Views: 72382

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.
by klis
Sun Jun 25, 2017 6:38 am
Forum: Libraries and Tools
Topic: sock.lua - A simple networking library for LÖVE
Replies: 80
Views: 72382

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 ...
by klis
Sat Jun 24, 2017 2:53 pm
Forum: Libraries and Tools
Topic: sock.lua - A simple networking library for LÖVE
Replies: 80
Views: 72382

Re: sock.lua - A simple networking library for LÖVE

How can I handle a invalid host name?.
by klis
Tue Jan 12, 2016 4:56 pm
Forum: General
Topic: Android Apk source code security
Replies: 3
Views: 2927

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! :joker:
by klis
Mon Oct 27, 2014 2:43 pm
Forum: General
Topic: LOVE users map
Replies: 182
Views: 117862

Re: LOVE users map

jjmafiae wrote:
klis wrote:Hey! Greetings from India. Please add me to the map - Kerala, India
Do you have one of those awesome accents when you speak English?
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!

:emo:
by klis
Fri Oct 24, 2014 6:49 pm
Forum: General
Topic: LOVE users map
Replies: 182
Views: 117862

Re: LOVE users map

Hey! Greetings from India. Please add me to the map - Kerala, India
by klis
Tue Jan 28, 2014 4:03 pm
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1002299

Re: Avatars: OBEY!

:o :o :o :o :o :o :o :o :o OBEY :o :o :o :o :o :o :o :o :o
by klis
Mon Jan 27, 2014 4:21 pm
Forum: Support and Development
Topic: First Time using SciTE problems with running program
Replies: 2
Views: 3392

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

Code: Select all

command.go.main.lua="C:\Program Files\LOVE\love.exe" "$(FileDir)"
with this

Code: Select all

command.go.main.lua="love.exe $(FileDir)"
:)