Search found 3098 matches

by slime
Wed Sep 18, 2024 10:56 am
Forum: Support and Development
Topic: [SOLVED] How to get timeout in Lua https
Replies: 4
Views: 1437

Re: How to get timeout in Lua https

Gunroar:Cannon() wrote: Wed Sep 18, 2024 9:57 am I thought there were timeouts because I saw some stuff when I browsed it. I know it's not the same lib, but there were many different pages like this.
Yeah, that's for a totally different library with different APIs.
by slime
Wed Sep 18, 2024 2:36 am
Forum: Support and Development
Topic: [SOLVED] How to get timeout in Lua https
Replies: 4
Views: 1437

Re: How to get timeout in Lua https

What made you assume there is a timeout API? If you want to prevent stalls, you'd need to use a thread since any https request, even successful ones that happen quickly, will block the thread they're called from until the request is done. That being said, what sort of situation are you creating wher...
by slime
Wed Sep 11, 2024 11:00 am
Forum: General
Topic: Does Love2D support SSL/https requests?
Replies: 14
Views: 3890

Re: Does Love2D support SSL/https requests?

You need to be logged into github in order for download links to become clickable.
by slime
Sat Sep 07, 2024 7:46 pm
Forum: General
Topic: LÖVE 11.5 released!
Replies: 35
Views: 364207

Re: LÖVE 11.5 released!

SDL3's source code just got support for it a few days ago, but SDL2 did not, and SDL3 has not had a full release yet and it's not clear yet whether it will before love 12 is ready to be released. So whether love 12 will support that depends on SDL3's release timeline. On top of all that, Wayland cur...
by slime
Sat Sep 07, 2024 1:38 pm
Forum: General
Topic: Does Love2D support SSL/https requests?
Replies: 14
Views: 3890

Re: Does Love2D support SSL/https requests?

Gunroar:Cannon() wrote: Sat Sep 07, 2024 10:33 am
slime wrote: Fri Sep 06, 2024 7:55 pm love 12 provides lua-https. love 11 doesn't provide it itself but you can get or make a standalone build of it.
Ooh, that's nice. But it's not out yet, no? :(
You can grab a nightly build of love 12, or download or build the standalone lua-https library if you want to use love 11 with it.
by slime
Fri Sep 06, 2024 7:55 pm
Forum: General
Topic: Does Love2D support SSL/https requests?
Replies: 14
Views: 3890

Re: Does Love2D support SSL/https requests?

love 12 provides lua-https. love 11 doesn't provide it itself but you can get or make a standalone build of it.
by slime
Wed Sep 04, 2024 10:13 pm
Forum: General
Topic: LÖVE 11.5 released!
Replies: 35
Views: 364207

Re: LÖVE 11.5 released!

- "package.cpath" is not set correctly on MacOS making it impossible to load binaries located inside the application contents. love doesn't touch package.cpath, it's set by Lua itself - and Lua's spec does not specify that as a path. Feel free to add to it via string concatenation or use ...
by slime
Tue Jul 30, 2024 11:29 pm
Forum: Support and Development
Topic: Camera feeling shaky
Replies: 8
Views: 5721

Re: Camera feeling shaky

It's hard to guess what needs to be fixed without seeing what your code is doing. Can you upload your project here as a .love file?
by slime
Sat Jul 27, 2024 3:55 am
Forum: Support and Development
Topic: Error that says I need a library I deleted along with the require code
Replies: 5
Views: 5022

Re: Error that says I need a library I deleted along with the require code

It sounds like you didn't save your file, maybe? Or you're running a different main.lua than you're editing?
by slime
Fri Jul 26, 2024 9:14 pm
Forum: Support and Development
Topic: Error that says I need a library I deleted along with the require code
Replies: 5
Views: 5022

Re: Error that says I need a library I deleted along with the require code

The error says line 5 of your main.lua is trying to load windfield.