Christian Kroll
|
0705564d6d
|
slightly smaller fixSin() function (just 14 bytes, maybe they make a difference?)
|
2012-05-05 03:44:58 +00:00 |
Christian Kroll
|
af8a928123
|
switched to fixed point arithmetic; saving 1046 byte and noticeable speedup
|
2012-05-04 21:53:28 +00:00 |
Christian Kroll
|
fd0c811993
|
fixed: bits in higher planes weren't always distributed to lower ones
|
2012-02-19 03:18:21 +00:00 |
Christian Kroll
|
484817740d
|
small speedup of the drawing routine (68 byte code size increase)
|
2012-02-18 00:15:32 +00:00 |
Christian Kroll
|
36c1919153
|
reverted accidentally checked in plasma code
|
2011-10-30 20:17:11 +00:00 |
Hans-Gert Dahmen
|
1403faf737
|
removed ambiguous (wannabe) multi-platform lib
|
2011-10-30 03:07:13 +00:00 |
Christian Kroll
|
ce2732f8fa
|
using cached values for some trigonometric calculations -> speedup++
|
2011-09-13 21:34:22 +00:00 |
Christian Kroll
|
c4124c8389
|
replaced uint8_t with unsigned char for consistency
|
2011-09-12 22:20:42 +00:00 |
Christian Kroll
|
08be3d87f7
|
double buffering enabled and drawing loop optimized
|
2011-09-12 22:16:04 +00:00 |
Christian Kroll
|
09d120b9a8
|
fixed framebuffer bugs
|
2011-05-23 22:55:25 +00:00 |
Christian Kroll
|
93f0ddd977
|
generalized fp math pattern routines and added a psychedelic animation
|
2011-03-17 23:03:03 +00:00 |