Search found 22 matches

by Dr. Magnusson
Sun Oct 26, 2008 5:24 am
Forum: Support and Development
Topic: Notepad++ shortcut
Replies: 12
Views: 11215

Re: Notepad++ shortcut

Thank you!

This really makes testing a lot easier. Before I used bat files for this, but this makes it even easier than before :D
by Dr. Magnusson
Fri Oct 24, 2008 2:25 pm
Forum: Support and Development
Topic: Drawing images unaffected by setColor
Replies: 19
Views: 10513

Re: Drawing images unaffected by setColor

Thank you rude. I was originally planning on using the image in question for drawing rounded corners on a box. Since the idea was that these boxes should be able to have any color, it really wouldn't be very effecient if you had to make a different image for each shade (16581375 combinations, exclud...
by Dr. Magnusson
Wed Oct 22, 2008 4:53 pm
Forum: Support and Development
Topic: Drawing images unaffected by setColor
Replies: 19
Views: 10513

Re: Drawing images unaffected by setColor

It is an imported png. I use it for corners so I guess I could use scissor'd circles for the corners then.

Thanks
by Dr. Magnusson
Wed Oct 22, 2008 4:20 pm
Forum: Support and Development
Topic: Drawing images unaffected by setColor
Replies: 19
Views: 10513

Drawing images unaffected by setColor

I really can't figure out why love.graphics.setColor doesn't have any effect on the images I draw.

Is it not supposed to do this?
Is something wrong with the image?

I guess I could live without this, but it'd be greatly appreciated if it could be added, if it isn't already that is.
by Dr. Magnusson
Sun Sep 28, 2008 12:01 pm
Forum: Games and Creations
Topic: Zombie Apocalypse! D:
Replies: 18
Views: 30618

Re: Zombie Apocalypse! D:

Sorry for being vague SamPerson, my message was indeed directed at TheLinx. I'm the owner of Errur.com, the website he uploaded it to. I just wanted to know if you were okay with it, or if I should take it down.
by Dr. Magnusson
Fri Sep 26, 2008 6:08 pm
Forum: Games and Creations
Topic: Zombie Apocalypse! D:
Replies: 18
Views: 30618

Re: Zombie Apocalypse! D:

Although I can't see why it should be a problem, as you never claimed that it was all your work, and stated that it was only an edit, but it's still a pretty good idea to ask the original author before you go ahead and upload modifications and release them. I'm sure it won't be a problem though.
by Dr. Magnusson
Thu Sep 25, 2008 6:51 am
Forum: Support and Development
Topic: loading a table from a string?
Replies: 2
Views: 2466

Re: loading a table from a string?

I'd suggest using _G[t], provided the table is global.
by Dr. Magnusson
Tue Aug 26, 2008 8:14 pm
Forum: Support and Development
Topic: A more object-oriented approach?
Replies: 16
Views: 9140

Re: A more object-oriented approach?

I've always preferred the OOP way over the one LÖVE and many other people working with Lua are using (Multi Theft Auto for one).

Rewriting is probably a lot of work though. I'll be trying to write it in pure Lua, and see how far it goes.
by Dr. Magnusson
Mon Jul 28, 2008 5:56 pm
Forum: Support and Development
Topic: Collision Detection
Replies: 20
Views: 15937

Re: Collision Detection

I tried that, but it wasn't very powerful
by Dr. Magnusson
Wed Jul 23, 2008 10:41 am
Forum: Support and Development
Topic: Collision Detection
Replies: 20
Views: 15937

Re: Collision Detection

I take it you're familiar with the Half-Life series :V