Search found 485 matches

by MadPumpkin
Mon Aug 15, 2011 11:55 pm
Forum: Programming Discussion
Topic: C++11 (aka C++0x) officially approved
Replies: 12
Views: 1233

Re: C++11 (aka C++0x) officially approved

:D hash tables <3

EDIT: I was just reading through a bunch of it, skimming the rest. It looks like 50-50 on features I'm excited for, versus not/don't care much. I love the new random generator and many other things though. Looks great I never would have known so thanks for the link.
by MadPumpkin
Mon Aug 08, 2011 2:00 pm
Forum: Game Development
Topic: Milch's Green Robot Engine Developement
Replies: 19
Views: 6025

Re: Milch's Green Robot Engine Developement

Lookin pretty good, love to see your progress. Post soon :P.
by MadPumpkin
Fri Aug 05, 2011 1:48 pm
Forum: General Gaming
Topic: GUYS!!! ONLY 6 DAYS LEFT!! (HiB)
Replies: 4
Views: 1727

Re: GUYS!!! ONLY 6 DAYS LEFT!! (HiB)

I already owned the HiB2 and honestly I still paid 10 bucks for the HiB3. Publishers need to take advice from these guys, they're doing everything right. It's a mystery why the average is so low, these guys deserve so much more. :( I completely agree >.< But anyways, a new game was just added :P Ag...
by MadPumpkin
Wed Aug 03, 2011 4:41 pm
Forum: General Gaming
Topic: GUYS!!! ONLY 6 DAYS LEFT!! (HiB)
Replies: 4
Views: 1727

GUYS!!! ONLY 6 DAYS LEFT!! (HiB)

The latest Humble Indie Bundle only has 6 days left! The best part, is that just in case you missed out on Braid, Cortex Command, Machinarium, Osmos and Revenge Of The Titons. Last tiem you had a chance to pay what you want for 5 epic indie games... YOU CAN HAVE THEM NOW!! If you pay more than $4.92...
by MadPumpkin
Tue Jul 26, 2011 4:33 am
Forum: Programming Discussion
Topic: My Own Lua Graphics Thing
Replies: 29
Views: 3986

Re: My Own Lua Graphics Thing

Ahh, so I read this, but it appears that you can convert .love files into .exe's because the game I downloaded made in love2D was a .exe file
by MadPumpkin
Fri Jul 22, 2011 1:36 pm
Forum: Programming Discussion
Topic: My Own Lua Graphics Thing
Replies: 29
Views: 3986

Re: My Own Lua Graphics Thing

Here's something quite similar to what you're asking. Love 2D I just discovered it a few days ago. It's really quite interesting but as Falco has already stated having that much functionality and having lua handle all of it is really not a good idea because it will most definitely slow down your eng...
by MadPumpkin
Fri Jul 22, 2011 1:11 am
Forum: Game Development
Topic: What projects are you currently working on?
Replies: 500
Views: 153570

Re: What projects are you currently working on?

Rebornxeno: Sure am! :( I am torn as to whether I should try to start up a team, I have tried before and it didn't go so hot. BugInTheSYS: Thanks, I really appreciate the feedback. I will modify the trees ;). Not sure what I was thinking with the music yesterday! I've been playing your game Joe Van...
by MadPumpkin
Thu Jul 21, 2011 4:10 pm
Forum: *(NULL) - Posts You Shouldn't Make
Topic: I want help.
Replies: 24
Views: 13055

Re: I want help.

I don't really want to engage in the former conversation except for that, if you're going to come onto the forums and tell everyone here, particularly many of them being highly respected for either their programming skills or even what they do to help others who are in need then you're being a dumb ...
by MadPumpkin
Wed Jul 13, 2011 8:50 am
Forum: Game Development
Topic: Minecraft remake- Crafter
Replies: 129
Views: 36973

Re: Minecraft remake- Crafter

simple, tile your texture. I'm not meaning to be rude, but I simply don't see what problem might arise, lighting possibly, where big cubes touch small cubes but that's it. EDIT: Oh! I understand what you're saying now, yes it would have to already be a tile sheet or each separate image you're right....
by MadPumpkin
Tue Jul 12, 2011 2:11 am
Forum: Game Development
Topic: Minecraft remake- Crafter
Replies: 129
Views: 36973

Re: Minecraft remake- Crafter

Damn he's right, that's sick teamtwentythree. I'd love to hear about that behind the scenes math by the way, just because you don't have anything to show doesn't mean you don't have something to show
by MadPumpkin
Fri Jul 01, 2011 3:07 pm
Forum: Programming Discussion
Topic: SDL keystates problem.
Replies: 14
Views: 2297

Re: SDL keystates problem.

EDIT: btw, for class methods you don't put inline if you already have it on a single line it automatically makes it inline ;) ...no. The way C++ deals with methods is that, if the method's body is INSIDE the class declaration, it tries to inline it. The amount of lines doesn't matter one bit. Alrig...
by MadPumpkin
Wed Jun 29, 2011 10:24 pm
Forum: Programming Discussion
Topic: SDL keystates problem.
Replies: 14
Views: 2297

Re: SDL keystates problem.

short wrote:
jakobnator wrote: EDIT: btw, for class methods you don't put inline if you already have it on a single line it automatically makes it inline ;)
twat? compiler dependent?
I don't think it is, but I am using Visual so I dunno.
by MadPumpkin
Mon Jun 27, 2011 5:14 pm
Forum: Programming Discussion
Topic: SDL keystates problem.
Replies: 14
Views: 2297

Re: SDL keystates problem.

don't access card.Exist directly, always use Get and Set functions eg. bool getExists(){ return Exist; } void setExist(bool exist){ Exist = exist; } EDIT: I understand that this may not be some big project, but this is still good practice especially when you start using pointers and need ->
by MadPumpkin
Mon Jun 27, 2011 5:04 pm
Forum: Current Events and Science/Technology
Topic: Buying a server to host a video game server?
Replies: 4
Views: 2354

Re: Buying a server to host a video game server?

First of all, what Dandy said, it says "Network Attached Storage ST320005LSA10G-RK" it's not even a server it's a storage device, which you don't need unless your hosting something that will actually require 2 TBs of storage.... And you aren't. You network this in your server farm, or to y...
by MadPumpkin
Mon Jun 27, 2011 4:48 pm
Forum: General Gaming
Topic: SONIC GENERATIONS DEMO
Replies: 9
Views: 3096

Re: SONIC GENERATIONS DEMO

Sonic Adventure 1&2 is the only 3D sonic game I've liked so far. This however looks awesome. :) Same. Although Sonic Colors turned out to be pretty sweet. Never heard of it until you mentioned it. It looks great though. Sonic colors is sweet, you should think about playing it. That and like you...