Search found 43 matches

by IMP1
Thu Sep 20, 2012 5:00 pm
Forum: General
Topic: Do You Have (Or Have You Seen) Twitches in Programming ?
Replies: 29
Views: 7303

Re: Do You Have (Or Have You Seen) Twitches in Programming ?

Is there anything actually wrong with the yoda conditions, or is it just unusual and so harder to read?
by IMP1
Sun Sep 02, 2012 11:54 pm
Forum: General
Topic: Obey?
Replies: 44
Views: 36637

Re: Obey?

How can any of you party members say you disobey when we're in a war with eastasia?
Miniplenty provides you with all you need, Minipax protects us from out enemies through peace.

Comrades, let's not fight with each other. Let's just obey willingly and voluntarily.
by IMP1
Thu Aug 09, 2012 5:57 pm
Forum: General
Topic: does any one know when the new love verion is coming
Replies: 19
Views: 6265

Re: does any one know when the new love verion is coming

bartbes wrote:[...] a love.network to replace luasocket.
T-Bone wrote:making the already existing ones (i.e. love-native-android) an official part of LÖVE.
These would be nice.
by IMP1
Sun Jul 01, 2012 6:02 pm
Forum: General
Topic: Plugins for Notepad++
Replies: 7
Views: 4308

Re: Plugins for Notepad++

I use NppExec, so I can run my love stuff with just a key press combination in Notepad++.
by IMP1
Fri Jun 29, 2012 3:44 pm
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1033906

Re: Avatars: OBEY!

Hey, YellowAfterlife. I made you a li'l something.
Image

I had to squash it all up a bit. This was the best I could do. Have an avatar.
by IMP1
Sun May 20, 2012 11:28 am
Forum: Support and Development
Topic: Animating
Replies: 8
Views: 2935

Re: Animating

I think it may be the line(s) in 'player.lua': player.iterator = player.iterator + dt That's not adding a whole number, but player.iterator (I think) has to be an integer. Try adding 'love.graphics.print(player.iterator, 0, 0) to your draw function so you can see what the variable is. Add another va...
by IMP1
Sat Mar 24, 2012 2:50 pm
Forum: Support and Development
Topic: (Pre-)Drawing outside the game window?
Replies: 7
Views: 2273

Re: (Pre-)Drawing outside the game window?

Petunien wrote:
Jasoco wrote:Edit: Also...

Code: Select all

end
elseif spawn_test >= 2 then
This is wrong. You're ending an if and then trying to continue it. Either remove end or change elseif to if.
I'm ending the for loop, or? :)
Clearer indentation would have meant that confusion would never have happened....

Just sayin'.
by IMP1
Fri Mar 23, 2012 9:10 pm
Forum: Support and Development
Topic: (Pre-)Drawing outside the game window?
Replies: 7
Views: 2273

Re: (Pre-)Drawing outside the game window?

Are you sure it's not working? I mean, it's definitely possible. How are you making fly down?
by IMP1
Wed Mar 07, 2012 10:21 pm
Forum: Support and Development
Topic: Declare a key press combination for love.keyboard.isDown?
Replies: 15
Views: 6756

Re: Declare a key press combination for love.keyboard.isDown

Ohh, yeah, sorry. That makes more sense. Sometimes, once maybe every few years, I'll do something stupid. You should consider yourself lucky you expirienced one of these... 'rare'... events.
>.>
<.<