Search found 708 matches

by hurstshifter
Tue Aug 11, 2009 2:09 pm
Forum: General/Off-Topic
Topic: What are you doing right now?
Replies: 12
Views: 1124

What are you doing right now?

Major off-topic discussion. Slooooowwwwwww day at work. I am currently eagerly awaiting 5pm, studying for my c++ final tomorrow, and purchasing the HD remake of Turtles in Time for XBlive arcade.
by hurstshifter
Mon Aug 10, 2009 3:45 pm
Forum: General/Off-Topic
Topic: Computer reccomendations
Replies: 4
Views: 708

Re: Computer reccomendations

Motherboard - Intel i7 range (Definitely. Go with the new generation. This will leave you open for future improvements) Ram - at least 12 gigs (Whaaaat? Unless you are running several virtual machines on this box I would go with 4gigs. Also, you will need a 64bit OS to support any more than that any...
by hurstshifter
Mon Aug 10, 2009 11:56 am
Forum: General Gaming
Topic: Wii Sports Resort
Replies: 8
Views: 1637

Re: Wii Sports Resort

My grandmother (who has an ebay addiction) has been trying to get this game... So I'll probably end up playing it sooner or later no matter what :D On the subject of grandmothers: Years ago I worked at GameStop at a local mall and this old woman (she was over 70, I saw her license during transactio...
by hurstshifter
Fri Aug 07, 2009 3:52 pm
Forum: Programming Discussion
Topic: XNA Game Studio / C#
Replies: 24
Views: 2680

Re: XNA Game Studio / C#

vargonian wrote:There are just so many hassles that become non-issues when you switch to .NET

how so?
by hurstshifter
Fri Aug 07, 2009 2:53 pm
Forum: Programming Discussion
Topic: Scripting Language Options
Replies: 8
Views: 1371

Scripting Language Options

Hey Guys, I've decided that I'd like to start learning a higher level scripting language on the side while I am primarily working on C/++ projects. I was hoping I could get some opinions on a language that would be fun to learn and useful to boot. This language does not have to be catered towards ga...
by hurstshifter
Fri Aug 07, 2009 12:20 pm
Forum: Programming Discussion
Topic: Hardcoding, FOR THE LOSE
Replies: 8
Views: 745

Re: Hardcoding, FOR THE LOSE

I hope this service is just on one server! You may want to give these guys a call and provide them with v2.0 of that service.
by hurstshifter
Wed Aug 05, 2009 8:25 am
Forum: Game Development
Topic: Game & Engine - Where do you draw the line?
Replies: 10
Views: 1904

Re: Game & Engine - Where do you draw the line?

Start with the game and code the engine as you encounter your needs. I definitely agree with this. Once you have an idea of everything you want your game to do, you will know what features the engine will need to have. I am sure you will find here and there that you need to add additional functiona...
by hurstshifter
Wed Aug 05, 2009 8:11 am
Forum: General/Off-Topic
Topic: The Colony
Replies: 2
Views: 328

The Colony

Has anyone caught this show on the Discovery Channel? I just watched it for the first time last night and found it to be extremely entertaining. Basically, a group of people are thrown into a post-apocalyptic environment and forced to figure out how to survive. On their side they have a carpenter, d...
by hurstshifter
Tue Aug 04, 2009 3:46 pm
Forum: Programming Discussion
Topic: SDL_Mixer Problem
Replies: 9
Views: 860

Re: SDL_Mixer Problem

RandomDever wrote:You were right but now it just isn't working.

Can you elaborate? Does it compile? Any runtime errors if so? Let us know
by hurstshifter
Tue Aug 04, 2009 2:51 pm
Forum: General Gaming
Topic: Worst game you've ever played
Replies: 36
Views: 7925

Re: Worst game you've ever played

Moosader wrote:C'mon guys, ET is really fun!


And Ty, and Orphen are pretty bad too.

I almost said Orphen. Such a bad game.


BTTF was pretty kick ass.
by hurstshifter
Tue Aug 04, 2009 2:36 pm
Forum: Programming Discussion
Topic: SDL_Mixer Problem
Replies: 9
Views: 860

Re: SDL_Mixer Problem

//Load the sounds flap = Mix_LoadWAV( "Flap.wav" ); if ( flap = NULL ) { return 1; } When i start the program it doesn't play any sound and yes my speakers are on. ;) Be careful when using the assignment operator = instead of the comparison operator ==. Looks like you set your sound to NU...
by hurstshifter
Tue Aug 04, 2009 1:50 pm
Forum: General Gaming
Topic: Wii Sports Resort
Replies: 8
Views: 1637

Re: Wii Sports Resort

Dunno if I should get that one, though it seems nice. Can you review it for us? or at least note it's best/worst features? Zero Punctuation Game Review http://www.escapistmagazine.com/videos/view/zero-punctuation/844-Wii-Sports-Resort Game Tips/Sarcastic comments by Ben "Yahtzee" Croshaw:...
by hurstshifter
Mon Aug 03, 2009 2:01 pm
Forum: Programming Discussion
Topic: Polymorphism
Replies: 21
Views: 1718

Re: Polymorphism

this is exactly why there is a influx of sub par programmers. they think that using every feature of language, or implementing every know design pattern or design methodology makes them great programmers, or have the attitude that if someone doesn't they are sub par programmers or should stick to a...
by hurstshifter
Mon Aug 03, 2009 9:49 am
Forum: General Gaming
Topic: Wii Sports Resort
Replies: 8
Views: 1637

Wii Sports Resort

Just picked this up over the weekend. I am thoroughly impressed with the wii motion plus add-on and all of the new games they added into it. The frisbee toss is probably my favorite thusfar. Anyone else grab this yet?
by hurstshifter
Mon Aug 03, 2009 9:22 am
Forum: Programming Discussion
Topic: Polymorphism
Replies: 21
Views: 1718

Polymorphism

Had my first taste of polymorphism in C++ the other day in my summer session class. I've got to admit that I'm thrilled at its possibilities and am really glad (if only for learning inheritance and polymophism) that I took this class. That is all. Discuss amongst yourselves. I'll give you a topic: t...