Search found 5 matches

by FullyLucid
Thu Dec 10, 2015 6:23 pm
Forum: Support and Development
Topic: Two keys at once
Replies: 3
Views: 2418

Re: Two keys at once

Yup no problem. :P Running windows here, so makes perfect sense.
by FullyLucid
Thu Dec 10, 2015 6:19 pm
Forum: Support and Development
Topic: Physics - Limit velocity
Replies: 8
Views: 5834

Re: Physics - Limit velocity

You should be able to just set it's linear velocity if it's higher than you want. Other than that, there's a settings file in Box2D itself that has a maximum linear velocity for all solid bodies, not individually. local xvel, yvel = body:getLinearVelocity() body:setLinearVelocity( math.min(xvel, max...
by FullyLucid
Thu Dec 10, 2015 6:07 pm
Forum: Support and Development
Topic: Two keys at once
Replies: 3
Views: 2418

Re: Two keys at once

Can you please either provide the most up to date code, or revert back to the one you have on github? The project seems to work just fine on my computer.
by FullyLucid
Thu Dec 10, 2015 5:34 pm
Forum: General
Topic: New here!
Replies: 3
Views: 2440

Re: New here!

I can't believe I overlooked them, Escher belongs at the top of the list with Giger, I added Del Toro as well :P. wasn't sure how many people would be reading that bit of the post so I over looked some things. Thanks for the link! I've been getting into it a bit. here's an image of that robot game, ...
by FullyLucid
Wed Dec 09, 2015 12:45 am
Forum: General
Topic: New here!
Replies: 3
Views: 2440

New here!

I thought I'd drop in and make an introductory post. My name's Josh. I'm 20 years old and have been dabbling in code since age 11, but only got serious about it 3-4 years ago. I have the most experience with C++ but I'm not caught all the way up with C++11 yet. I have a bit of experience with Python...