Files
itgmania212121/stepmania
Steve Checkoway 1b96c0da14 Use fixed point math for the inner loop of ZoomSurface(). This gives a huge speedup on PowerPC.
Note that 16777216=2^24 is 1.0 in U(8,24) fixed point and 8388608=2^23 is 0.5. Also, single precision IEEE floating point has 23 bits of mantissa and U(8,24) has 24 bits of fraction so no precision is lost.
2007-10-27 16:36:54 +00:00
..
2007-10-24 15:55:02 +00:00
2007-09-04 00:29:08 +00:00
2007-03-21 05:53:39 +00:00
2007-01-24 04:41:18 +00:00
2007-05-27 07:25:48 +00:00
2007-07-28 02:39:40 +00:00