Quote Originally Posted by 3_of_8
You said I shouldn't use GetTickCount... Well, actually I'm using SDL_GetTicks(). QueryPerformanceCounter wouldn't work as it's intended to bei platform independent.
As I said you should use a high-precision timer and QPC is the one for windows. But I'm sure there is also one for linux, so maybe it would be best to use compiler directives to do timing with the high precision timer for the approprite OS. Though I'm not totally sure if SDL_GetTicks isn't already doing that.

Quote Originally Posted by H?ºhnersch?§nder
Am I allowed to ask him questions concerning Newton Game Dynamics?
Well, Savage already said it : If you have any questions ask them public, either over here or at the newton forums (though I visit PGD more often). Just make it public somehow and refrain from PM'ing me, as I won't answer any PMs during the contest regarding to contest entries cause that wouldn't be fair to the other entrants.