Do not use dt in 'Every X seconds'. It is simply incorrect to do so. Every 0.01 seconds will also be the same as 'Every tick'. You should simply scroll every tick!
So it's wrong to use something like "Every 20 * dt Seconds" ??
Ashley care to explain??
That's why too, and i know you're not agree, maybe it would be nice to have an option to chose to render the games at 30 or 60 fps.
I mean, i would prefer to have my game running (at the same speed using dt) with a perfect 30 fps and no framerate drops who make the camera jump, than being between 60 and 55 and having this camera jumps, which are very annoying me.
It would be very usefull for old mobile devices : still having my character moving at 600*dt, but on a stable 30 fps. Not sure if i'm clear, but in my case, to make my game working perfectly on an ipod4, it would be great. i succeded on that device to have a nice game and to stay between 55-60 fps, but i just try to get ride of the jump of the camera :), if it's possible.
Now, maybe i understand nothing in how framerate work, but for what i understand, it would nice, again, for old devices, to give a kind of "security" part concerning the framerate.
Excellent idea man, tv and movies are what, 29.9fps? And one hardly notices.
I assume that would also have the benefit of lower CPU usage too, right? that'd be excellent for portable devices, tablets, etc.