Search found 767 matches

by XianForce
Wed Dec 21, 2011 1:34 pm
Forum: Programming Discussion
Topic: Bullet keep following mouse please Help c++/sfml
Replies: 8
Views: 1874

Re: Bullet keep following mouse please Help c++/sfml

Are you updating ALL of your bullets? Or just the most recently created one?
by XianForce
Fri Dec 16, 2011 11:02 am
Forum: Programming Discussion
Topic: Err... What is this error?
Replies: 8
Views: 2158

Re: Err... What is this error?

Instead of including "math.h", use "#include <cmath>" . That seemed to be the most common issue for this error :). But, next time, post some relevant code with your question, else it's near impossible to find the issue.
by XianForce
Fri Nov 04, 2011 6:20 pm
Forum: Programming Discussion
Topic: Component based behaviorless entity systems and scripting
Replies: 21
Views: 6337

Re: Component based behaviorless entity systems and scriptin

I feel slightly ashamed because I tried to "like" your post, TheBuzzSaw... :oops:
by XianForce
Fri Oct 14, 2011 9:21 pm
Forum: Programming Discussion
Topic: Edit
Replies: 14
Views: 2945

Re: Detecting collision: tiles + pixels

First off, I only read through the topic post, and after skimming the rest, it didn't seem like your question was answered. Anyways, when dealing with a tile map with pixel based movement, you should have a sort of collision layer. At the very bare minimum, I'd say you should have a container of rec...
by XianForce
Sat Aug 27, 2011 3:11 am
Forum: General/Off-Topic
Topic: Hurricane Irene
Replies: 14
Views: 7323

Re: Hurricane Irene

I'm a Cali kid, I have nothing to worry about :)
by XianForce
Wed Aug 24, 2011 3:15 pm
Forum: Game Development
Topic: android game development?
Replies: 18
Views: 4409

Re: android game development?

GyroVorbis wrote:I forbid people to watch that shit. TheNewBoston keeps pushing our channel back on "game development" search queries on Youtube. :nono:

Ooops. :roll:
by XianForce
Wed Aug 24, 2011 2:50 pm
Forum: Game Development
Topic: android game development?
Replies: 18
Views: 4409

Re: android game development?

Well it isn't geared towards game development, but someone just made a whopping 200 android development tutorials for thenewboston on youtube, and he's been slowly releasing them on his channel... They could all be released by now. I've gone through a few, and they are good :) Sounds promising, yet...
by XianForce
Tue Aug 23, 2011 3:18 pm
Forum: Game Development
Topic: android game development?
Replies: 18
Views: 4409

Re: android game development?

Well it isn't geared towards game development, but someone just made a whopping 200 android development tutorials for thenewboston on youtube, and he's been slowly releasing them on his channel... They could all be released by now. I've gone through a few, and they are good :)
by XianForce
Tue Aug 16, 2011 4:31 pm
Forum: Game Development
Topic: Clashing Cubes
Replies: 12
Views: 2962

Re: Clashing Cubes

That's definitely true. Would be nice to sell it if even for 99cents. I think I'll probably release the second one with some form of pay what you want payment model. That way people can get it for free if they want, but those who want to kinda support me and further projects (since extra money woul...
by XianForce
Tue Aug 16, 2011 1:00 pm
Forum: Game Development
Topic: Clashing Cubes
Replies: 12
Views: 2962

Re: Clashing Cubes

Android and/or iPhone port sometime :)?
by XianForce
Mon Aug 15, 2011 5:41 pm
Forum: General/Off-Topic
Topic: College/University Experience
Replies: 22
Views: 4665

Re: College/University Experience

dandymcgee wrote:Do homework, don't drink and drive.
Crack is whack, hugs not drugs :)
by XianForce
Sat Aug 13, 2011 12:39 pm
Forum: Programming Discussion
Topic: Android Tutorials/References/Etc?
Replies: 12
Views: 1588

Re: Android Tutorials/References/Etc?

Lynda.com has a great tutorial series for Android App Development by Lee Brimelow, owner of gotoAndLearn.com He is amazing at making tutorials, and I'm really enjoying them. I just got my new Inspire 4G on my birthday August 8th and I'm already learning some really cool stuff. Definitely check it o...
by XianForce
Sat Aug 13, 2011 1:56 am
Forum: Programming Discussion
Topic: Android Tutorials/References/Etc?
Replies: 12
Views: 1588

Re: Android Tutorials/References/Etc?

Lynda.com has a great tutorial series for Android App Development by Lee Brimelow, owner of gotoAndLearn.com He is amazing at making tutorials, and I'm really enjoying them. I just got my new Inspire 4G on my birthday August 8th and I'm already learning some really cool stuff. Definitely check it o...
by XianForce
Fri Aug 12, 2011 6:39 pm
Forum: Programming Discussion
Topic: Android Tutorials/References/Etc?
Replies: 12
Views: 1588

Re: Android Tutorials/References/Etc?

Lynda.com has a great tutorial series for Android App Development by Lee Brimelow, owner of gotoAndLearn.com He is amazing at making tutorials, and I'm really enjoying them. I just got my new Inspire 4G on my birthday August 8th and I'm already learning some really cool stuff. Definitely check it o...
by XianForce
Fri Aug 12, 2011 2:03 pm
Forum: Programming Discussion
Topic: Android Tutorials/References/Etc?
Replies: 12
Views: 1588

Re: Android Tutorials/References/Etc?

Hmm, I guess I can just use my OpenGL book as a reference, since it fully covers OpenGL ES, and then use the docs. Thanks for the info, guys :)