Activity log for bug #407419

Date Who What changed Old value New value Message
2009-07-31 16:39:19 Olof Bjarnason bug added bug
2009-07-31 16:39:44 Olof Bjarnason description The Ball implementation is not framerate independent; it is based on a describe number of steps (fixed at 10 right now). That means that changing the target FPS constant in Constants.py will effectively change the speed of ball movement. A better idea is if the balls move with a certain number of pixels per second. Then any target FPS could be set, even dynamically at boot time (eg. to target the same FPS as the current desktop resolution refresh, for smoothest possible experience). The Ball implementation is not framerate independent; it is based on a discrete number of steps (fixed at 10 right now). That means that changing the target FPS constant in Constants.py will effectively change the speed of ball movement. A better idea is if the balls move with a certain number of pixels per second. Then any target FPS could be set, even dynamically at boot time (eg. to target the same FPS as the current desktop resolution refresh, for smoothest possible experience).
2009-08-03 22:18:14 Olof Bjarnason branch linked lp:fortressdefender
2009-08-03 22:18:58 Olof Bjarnason fortressdefender: status New Fix Committed