Search found 395 matches

by Kingdaro
Sun Jan 03, 2016 6:25 pm
Forum: General
Topic: Can somebody test this bash script for me?
Replies: 7
Views: 3907

Re: Can somebody test this bash script for me?

For future reference, you can also use Cygwin to use shell scripts on Windows. Git for windows also comes with Git Bash, which can be used to run shell scripts as well.

EDIT: Apparently I hadn't refreshed this page for a while. Oh well.
by Kingdaro
Wed Dec 23, 2015 1:28 pm
Forum: Support and Development
Topic: love.graphics.print vs. love.graphics.draw(text)
Replies: 3
Views: 2254

Re: love.graphics.print vs. love.graphics.draw(text)

Assuming that Text objects are almost essentially specialized versions of Canvases, as far as I can tell, Nixola's reasoning would be correct.
by Kingdaro
Sun Dec 06, 2015 4:59 pm
Forum: Games and Creations
Topic: Quit: There's no escape.
Replies: 7
Views: 3473

Re: Quit: There's no escape.

This is fantastic and silly at the same time and I love it. Though it sucks that there's not much of a way to prevent Task Manager > End Task or pkill :P
by Kingdaro
Sat Dec 05, 2015 5:36 pm
Forum: Support and Development
Topic: String split while ignoring delimiters inside quotes?
Replies: 16
Views: 6327

Re: String split while ignoring delimiters inside quotes?

This method adds a new result between Answer #1 and Answer #2, a single space character. It also won't match strings with no quotes at all (for example [[one, two, three]]). I'm not sure what the issue with using %b here is, as far as I can tell it exists to solve exactly this kind of problem, and ...
by Kingdaro
Thu Aug 20, 2015 8:23 pm
Forum: General
Topic: Creating .love file
Replies: 3
Views: 2063

Re: Creating .love file

Yes, you need to include the .dll files with the .exe file. The license file as well.
by Kingdaro
Thu Aug 20, 2015 4:18 pm
Forum: General
Topic: Creating .love file
Replies: 3
Views: 2063

Re: Creating .love file

When you use "add to archive", the file extension has to be ".zip" initially, or it won't work. You can't use a .rar, or a .tar.gz or anything else (as far as I know) but .zip.
by Kingdaro
Tue Aug 11, 2015 9:51 am
Forum: Libraries and Tools
Topic: Talkback - a small observer pattern library
Replies: 2
Views: 1495

Re: Talkback - a small observer pattern library

Being able to return values is a pretty helpful feature. Great work on this.