Search found 43 matches

by IMP1
Sun Jan 31, 2021 3:41 pm
Forum: Support and Development
Topic: Metatables across threads
Replies: 2
Views: 3302

Re: Metatables across threads

Ah, that clears things up. Good to know about functions also not being sent over channels. Thanks a lot!
by IMP1
Sun Jan 31, 2021 2:23 pm
Forum: Support and Development
Topic: Metatables across threads
Replies: 2
Views: 3302

Metatables across threads

I'm using a thread to perform level generation so I can show progress and keep on rendering things while it's happening. But the final object being passed to the main thread is a nested table and it seems that the metatables of the sub-tables are not preserved "through" the channel. I can ...
by IMP1
Tue May 19, 2020 7:41 pm
Forum: Games and Creations
Topic: Lay Down Your Roots - Strategic Nature Simulator
Replies: 3
Views: 6921

Re: Lay Down Your Roots - Strategic Nature Simulator

This is great! I really enjoyed the balancing of energy and water, and the way the game incentivises growing towards the sun.
by IMP1
Tue May 19, 2020 7:21 pm
Forum: Games and Creations
Topic: Fledgling (LD46)
Replies: 1
Views: 5539

Fledgling (LD46)

Fledgling Fledgling (or Fledgeling, as I kept spelling it for some reason!) is a very short game I made for the Ludum Dare 46 jam. It was made across three days, and I tried to take it pretty easy (no late nights or early mornings & regular breaks). https://img.itch.zone/aW1nLzMzMjY1MDgucG5n/or...
by IMP1
Fri Jul 18, 2014 8:45 pm
Forum: Support and Development
Topic: Using dt - [SOLVED]
Replies: 3
Views: 2453

Re: Using dt - [SOLVED]

dt is in seconds, so you need to think about how much things should move (in pixels generally) per second and have that as the speed.
by IMP1
Mon Dec 30, 2013 6:21 pm
Forum: Support and Development
Topic: [0.9.0] Executing with Notepad++ (nppexec)
Replies: 11
Views: 10970

Re: [0.9.0] Executing with Notepad++ (nppexec)

The quoting of $(CURRENT_DIRECTORY) is needed if the filepath has a space in it (which mine does) so I assume yours doesn't. I moved the LOVE folder to the Program Files (86x) and changed the path to the love.exe it still doesn't work. I'm copying and pasting the path from the love.exe properties (w...
by IMP1
Sun Dec 29, 2013 7:52 pm
Forum: Support and Development
Topic: [0.9.0] Executing with Notepad++ (nppexec)
Replies: 11
Views: 10970

Re: [0.9.0] Executing with Notepad++ (nppexec)

Okay, that still doesn't work.
And the command line doesn't need the ending backslash.
And it worked for previous versions of LOVE without the ending backslash.
by IMP1
Sat Dec 28, 2013 7:28 pm
Forum: Support and Development
Topic: [0.9.0] Executing with Notepad++ (nppexec)
Replies: 11
Views: 10970

Re: [0.9.0] Executing with Notepad++ (nppexec)

Add a "\" to what?

And the line you've given seems to be identical to the one I'm using... unless I'm being blind
by IMP1
Sat Dec 28, 2013 2:40 pm
Forum: Support and Development
Topic: [0.9.0] Executing with Notepad++ (nppexec)
Replies: 11
Views: 10970

[0.9.0] Executing with Notepad++ (nppexec)

I used to run LÖVE stuff directly from notepad++ by executing the following (by use of the nppexec plugin): "C:\Program Files\LOVE\love.exe" "$(CURRENT_DIRECTORY)" But since 0.9.0, this has stopped working. The bult-in console for NPP says: "C:\Program Files\LOVE\love.exe&qu...