Search found 147 matches

by PixelP
Tue Feb 17, 2009 2:24 pm
Forum: Game Development
Topic: Can I make a 2d mmo using c#
Replies: 23
Views: 3258

Re: Can I make a 2d mmo using c#

Levio91 wrote:You guys have obviously forgot about my c# skills I made this program
...................................
by PixelP
Fri Feb 13, 2009 8:22 pm
Forum: Game Development
Topic: Sound in Opengl
Replies: 8
Views: 1200

Re: Sound in Opengl

focus on sdl is a good book.
by PixelP
Sat Jan 10, 2009 6:30 pm
Forum: Programming Discussion
Topic: What command do you use, to go to another variable if...?
Replies: 14
Views: 1183

Re: What command do you use, to go to another variable if...?

dandymcgee wrote:On a side note:

Code: Select all

if ( number < 1 && number > 20 )
Means if number is less than one AND greater than twenty, which will NEVER be true.

Code: Select all

if ( number < 1 || number > 20 )
This is how you would check if number is less than one OR greater than twenty.
one good old mistake :lol:
by PixelP
Wed Dec 31, 2008 9:15 am
Forum: Programming Discussion
Topic: Rate my programming skills. (Html)
Replies: 7
Views: 910

Re: Rate my programming skills. (Html)

good work! 8-)
by PixelP
Tue Dec 30, 2008 1:07 pm
Forum: Game Development
Topic: My 2D Multiplayer shooter
Replies: 7
Views: 1311

Re: My 2D Multiplayer shooter

Hyppo wrote:How many particles do you want? Right now I think there are 20 per explosion.

And btw, did you experience any lag while playing?
30-50 would be cool, do some sort of randomization.
I just downloaded it and the game rocks!
no lag for me, keep up the good work :worship:
by PixelP
Tue Dec 30, 2008 8:46 am
Forum: Game Development
Topic: My 2D Multiplayer shooter
Replies: 7
Views: 1311

Re: My 2D Multiplayer shooter

Vortex wrote:also i think it whould be cool with a little more particles upon explosion :mrgreen:
oh yeah! 8-)


looks really great so far ;)
by PixelP
Sat Dec 20, 2008 12:33 pm
Forum: Game Development
Topic: Interview with LMage!
Replies: 23
Views: 3172

Re: Interview with LMage!

hehe, my site isnt so populat. :lol:
by PixelP
Sat Dec 20, 2008 11:36 am
Forum: Game Development
Topic: Interview with LMage!
Replies: 23
Views: 3172

Re: Interview with LMage!

i linked up your site at http://pixelpenis.110mb.com/, and the interview with lusikka was great too.
by PixelP
Sat Dec 20, 2008 10:39 am
Forum: Programming Discussion
Topic: cout going to stdout.txt
Replies: 5
Views: 668

Re: cout going to stdout.txt

great.
by PixelP
Sat Dec 20, 2008 5:05 am
Forum: Programming Discussion
Topic: cout going to stdout.txt
Replies: 5
Views: 668

Re: cout going to stdout.txt

if youre coding something in sdl you cant do that, you cant use the console in a sdl program, all the output goes to stdout.txt.
it works in allegro thou.
by PixelP
Fri Dec 19, 2008 5:19 pm
Forum: Programming Discussion
Topic: weird compiling errors[fixed]
Replies: 8
Views: 764

Re: weird compiling errors

i had fucked up the files, some were missing, now its fixed.
by PixelP
Fri Dec 19, 2008 3:46 pm
Forum: Game Development
Topic: Free development utilities (not a free trial, its all free)
Replies: 77
Views: 118633

Re: Free development utilities (not a free trial, its all free)

Notepad++ http://notepad-plus.sourceforge.net/uk/site.htm Its an opensource notepad with a shitload of features and syntac highlighting for: C, C++, Java, C#, XML, HTML, PHP, CSS,batch file ,Javascript, ASP, VB/VBS, SQL, Objective-C, Pascal, Perl, Python, Lua, TeX, TCL, Assembler, Ruby, Lisp It eve...
by PixelP
Fri Dec 19, 2008 3:09 pm
Forum: Programming Discussion
Topic: weird compiling errors[fixed]
Replies: 8
Views: 764

Re: weird compiling errors

I'm not sure, but I can tell that something is messed up with your libs. Make sure that: - headers and lib files are from the exact same package - your lib paths are setup correctly - you linked them to project correctly. ill download the libs and headers again. Are you using the same compiler as b...
by PixelP
Fri Dec 19, 2008 1:47 pm
Forum: Game Development
Topic: Private interview with Arce
Replies: 14
Views: 1844

Re: Private interview with Arce

thanks for the interview, i really enjoyed it!
by PixelP
Fri Dec 19, 2008 1:26 pm
Forum: Programming Discussion
Topic: weird compiling errors[fixed]
Replies: 8
Views: 764

Re: weird compiling errors

no, i dont think so.