Search found 107 matches

by Natories
July 9th, 2012, 9:08 am
Forum: Everything
Topic: Classes Lesson Poll
Replies: 13
Views: 5745

Re: Classes Lesson Poll

I got the classes, its the linked list that gave me a bit of trouble. It took me half an hour before I figured it out! I had to rewatch and experiment with the code several times before the old light bulb finally lit up! The new/delete was also taught well, no problem there. Overall, I thought the v...
by Natories
July 8th, 2012, 4:06 am
Forum: Everything
Topic: My first game using Chili Framework
Replies: 31
Views: 16050

Re: My first game using Chili Framework

Thanks SquareMan! I've actually reworking the code, placing teleport pads instead of using the distortion generator, adding +health and +energy crates. I also fixed the issue with my logic residing in the Compose Function (wow that was a mess ). The AI will only come after you if you come within a c...
by Natories
July 6th, 2012, 3:47 pm
Forum: Everything
Topic: My first game using Chili Framework
Replies: 31
Views: 16050

Re: My first game using Chili Framework

Chili: Dang, I thought I got all of them deleted! Sorry, I won't make that mistake again! Thanks for pointing out that the some of the logic was in compose frame ... I started adding and forgot where it was I was adding it too; will fix that! Newbie mistakes? Thanks for your words of encouragement! ...
by Natories
July 6th, 2012, 3:38 am
Forum: Everything
Topic: My first game using Chili Framework
Replies: 31
Views: 16050

Re: My first game using Chili Framework

Found a bug in the code for a change I made, here is the line and the fix:
Game.cpp, line 347
char Buffer[ 30 ],
change to
char Buffer[ 120 ].
You get a buffer error if you press the space bar to engage the distance generator ...
by Natories
July 6th, 2012, 12:36 am
Forum: Everything
Topic: My first game using Chili Framework
Replies: 31
Views: 16050

My first game using Chili Framework

Hello everyone! I just finished my first C game using all the stuff that Chili taught us through lesson 22 and I wanted to share it! It still has a few problems, like randomized items being placed on other randomized items but over all, its complete. It doesn't have fancy graphics, and utilizes only...
by Natories
June 22nd, 2012, 4:54 pm
Forum: Everything
Topic: How much of what we're learning...
Replies: 10
Views: 5039

Re: How much of what we're learning...

I have always enjoyed a solid understanding of how things work in the background and as I see it, Chili is showing us gradually HOW DirectX does it's magic! Without these fundamentals, we are programming a "Monkey see, monkey do" scenario... just my opinion.
by Natories
June 21st, 2012, 7:26 am
Forum: Everything
Topic: Hello :)
Replies: 11
Views: 4413

Re: Hello :)

Hi Everyone, I wanted to drop a few lines to say "Hello" and to say what most everyone here has said ... Chili's vids are the best! I've also done what most people here have and watched an insane amount of his videos in a very short time! I have learned more from them than I have in the past few mon...