Search found 6 matches

by Marcel
Fri Aug 19, 2005 9:34 am
Forum: Off Topic
Topic: Programming a Casio calculator!
Replies: 17
Views: 4729

Google???
by Marcel
Mon Jul 25, 2005 8:22 am
Forum: General Discussion
Topic: RayTracer Theory and Practice
Replies: 130
Views: 67093

Should you not first write the Programm in easy readable Code until its ready with all features befor you use asm and hacks, which make the code unreadable? I think thats not so good for the developement!

I hope you did understand my bad englisch!
by Marcel
Sun Jul 10, 2005 12:54 pm
Forum: General Discussion
Topic: RayTracer Theory and Practice
Replies: 130
Views: 67093

Hi.
Did you try the "Optimizer"?

http://www.purearea.net/pb/showcase/sho ... ca089d375c

Maybe that save some time!

Thx for understanding my real bad english! :D
by Marcel
Thu Jun 23, 2005 8:55 pm
Forum: General Discussion
Topic: RayTracer Theory and Practice
Replies: 130
Views: 67093

Hey, that looks great! :P
Go on, go on!
by Marcel
Tue Aug 12, 2003 8:34 am
Forum: Announcement
Topic: Connect 4 Game
Replies: 1
Views: 1790

Nice game.
But too hard for me :wink:
i never had win... :oops:
by Marcel
Fri Aug 08, 2003 8:32 am
Forum: Coding Questions
Topic: Server closed connection, how to check
Replies: 3
Views: 1478

You must ping the server.
If he doesnt anserwer, it has disconect.

Example:

client send "ping" to the server
the server send "pong" to the client
->the client is conect with the server

client send "ping" to the server
the server dont anser after 2 sek
->the client isnt conect with the server ...