Search found 34 matches

by idbrii
Thu Jul 01, 2021 3:55 pm
Forum: Support and Development
Topic: [Solved] What is the lifetime of a Contact?
Replies: 5
Views: 5998

Re: What is the lifetime of a Contact?

I guess the docs were just missing that info. I added it. Thanks!
by idbrii
Thu Jul 01, 2021 2:32 pm
Forum: Support and Development
Topic: [Solved] What is the lifetime of a Contact?
Replies: 5
Views: 5998

[Solved] What is the lifetime of a Contact?

How do I get around "Attempt to use destroyed contact"? I'm trying to react to collisions, but it seems like if I have too many contacts they are destroyed in the same frame they're created . Are they only valid in setCallbacks 's `beginContact` function? The docs don't mention any limitat...
by idbrii
Tue Jun 15, 2021 8:22 pm
Forum: General
Topic: Any itchio guru's here?
Replies: 2
Views: 7814

Re: Any itchio guru's here?

I don't think itch supports Steam's page-focused community/wishlist building marketing. Instead, it's more about following creators. From what I see on itch: When you post a devlog, you have this option at the bottom: > Visibility > [x] Published — Everyone who can see your project page can see this...
by idbrii
Sat Jun 12, 2021 5:43 am
Forum: Support and Development
Topic: how can i upload a love2d game to gamejolt?
Replies: 1
Views: 7431

Re: how can i upload a love2d game to gamejolt?

I found makelove really easy to use for making executables and love.js builds. Assuming you have python installed : pip3 install makelove cd path/to/your/project makelove --init makelove --version-name 0.1 lovejs win32 You'll have zip files with a win32 (.exe) build and a lovejs (web/html) build app...