Search found 29 matches

by radgeRayden
Thu Dec 24, 2015 6:05 am
Forum: General
Topic: What is your background?
Replies: 21
Views: 14017

What is your background?

Hanging out on IRC I noticed a lot of people here is very knowledgeable, and most of the times can talk about stuff I only dream of getting good at (for now). So it got me curious: what kind of (educational or otherwise) background do you have? How did you learn all the awesome stuff you know?
by radgeRayden
Wed Dec 23, 2015 11:31 pm
Forum: General
Topic: LÖVE 0.10.0 released
Replies: 86
Views: 79837

Re: LÖVE 0.10.0 released

Thanks for the release!
by radgeRayden
Thu Sep 24, 2015 1:46 am
Forum: Support and Development
Topic: .exe distribution don't works
Replies: 7
Views: 4123

Re: .exe distribution don't works

T-Bone wrote:Look at the screenshot. We can clearly see that the .dll files are there.
I understood he didn't want to have to attach DLL's to his project, but you may be right.
by radgeRayden
Thu Sep 17, 2015 1:19 am
Forum: Support and Development
Topic: .exe distribution don't works
Replies: 7
Views: 4123

Re: .exe distribution don't works

No, you see, for several reasons you can't really "fix that". For your game to run, you must have all DLLs inside the same folder as the exe.
by radgeRayden
Wed Sep 16, 2015 12:41 pm
Forum: Support and Development
Topic: Using maths to solve programming problems.
Replies: 5
Views: 4461

Re: Using maths to solve programming problems.

A good idea is to treat positions effectively like vectors. I happen to have a module I made for myself that you can study and take ideas to make your own or simply use it if you like.
https://gist.github.com/radgeRayden/2ae ... a4f3a9c76c
by radgeRayden
Wed Sep 16, 2015 12:30 pm
Forum: Support and Development
Topic: .exe distribution don't works
Replies: 7
Views: 4123

Re: .exe distribution don't works

You're actually supposed to include the dlls in your distribution package, since love is dynamically linked with them.
by radgeRayden
Tue Sep 15, 2015 5:47 pm
Forum: Support and Development
Topic: I Create a LOVE IDE With autocomplete
Replies: 33
Views: 14301

Re: I Create a LOVE IDE With autocomplete

It's kinda irritating having to use mediafire for downloads, so I'd suggest you use github's "release" option for distribution. PS: also even if you can't make updating faster, you'd benefit from making it a background task. PS²: if I let "Name of Main Lua file" empty while creat...
by radgeRayden
Tue Sep 15, 2015 5:34 pm
Forum: General
Topic: LOVE users map
Replies: 182
Views: 118446

Re: LOVE users map

Rio de Janeiro, Brazil :)
by radgeRayden
Sat Aug 01, 2015 3:29 pm
Forum: Libraries and Tools
Topic: LDME - Love Danmaku Maker Framework
Replies: 11
Views: 10277

Re: LDME - Love Danmaku Maker Framework

I'm interested in this, hope to see the source soon :)