127 Commits (29c532b8b2903686baa5b1c17d46aa6eb039458c)

Author SHA1 Message Date
Christian Kroll 29c532b8b2 regular meeting with Mr. Off-By-One-Error 12 years ago
Christian Kroll 3e7ee74414 small refinement (30 bytes less, slightly higher precision) 12 years ago
Christian Kroll 5a7834bf8f moved bitmap scroller stuff to dedicated directory 12 years ago
Christian Kroll d3c94d3101 resolved some signedness issues, still many to go (btw: 78 bytes eliminated in the process) 12 years ago
Christian Kroll 92c4613cdb out of bounds error in case the display width is not multiple of 8 12 years ago
Christian Kroll bcb5e146ce some speed improvements 12 years ago
Christian Kroll bc59653e9b So we meet again, Mister Off-by-one Error... 12 years ago
Christian Kroll 0f7dc22fb8 I could stop if I wanted to! (eliminated 28 bytes) 12 years ago
Christian Kroll ca61149aa2 sacrificed 18 bytes for world peace 12 years ago
Christian Kroll df83dbb8ac drawing routine improved (faster + eliminated 38 bytes), double buffering now mandatory 12 years ago
Christian Kroll f97edbfa34 fixed small typo (doesn't make a big difference, though) + faster transitions 12 years ago
Christian Kroll 663443055c Added basic square pattern animation. Unfortunately, it did not turn out to be as beautiful as intended. Borg displays can be limiting at times... 12 years ago
Christian Kroll 96ff16629c Ideenpark-Logo 12 years ago
Christian Kroll 2408387fba oops 12 years ago
Christian Kroll 131fe546b0 made some parameters like plasma frame delays configurable 12 years ago
Christian Kroll da49b6b3b1 added Doxygen configuration file, revised in-place documentation 12 years ago
Christian Kroll f2027360a0 12 years ago
Christian Kroll 0705564d6d slightly smaller fixSin() function (just 14 bytes, maybe they make a difference?) 12 years ago
Christian Kroll af8a928123 switched to fixed point arithmetic; saving 1046 byte and noticeable speedup 12 years ago
Christian Kroll 028dea2b87 Dead code lines everywhere...*sigh*...118 bytes saved 12 years ago
Christian Kroll fd0c811993 fixed: bits in higher planes weren't always distributed to lower ones 13 years ago
Christian Kroll 1d67907475 fixed an assertion and some typos 13 years ago
Christian Kroll 484817740d small speedup of the drawing routine (68 byte code size increase) 13 years ago
Christian Kroll a3f7e211a0 fixed amount of iterations because of endless loops on the ls-borg 13 years ago
Christian Kroll 24ef3480ff decoupled frame rate from movement rate 13 years ago
Christian Kroll 09946f37f7 more earl, more grey! 13 years ago
Christian Kroll 83d8e3c0d8 crime scene, do not cross 13 years ago
Christian Kroll 6286a3ed25 integrated the black hole animation from the former borg simulator tree 13 years ago
Christian Kroll 1fb79e3dda added some config options and updated the profiles 13 years ago
Christian Kroll 21a842a54b 28c3 logo added. Ugly...but rare. 13 years ago
Hans-Gert Dahmen 3399731b2d spot the german who tries english but fails somewhat 13 years ago
Christian Kroll 1eaaadf509 Spot the German! 13 years ago
Christian Kroll 84512b4740 reverted optimization (10 bytes) which caused colors 1 and 2 to swap 13 years ago
Christian Kroll 36c1919153 reverted accidentally checked in plasma code 13 years ago
Hans-Gert Dahmen 1403faf737 removed ambiguous (wannabe) multi-platform lib 13 years ago
Christian Kroll c3bd8e0913 using unsigned literals produces better code regarding modulo operations 13 years ago
Hans-Gert Dahmen 9efcc251a7 more config options; better default profiles 13 years ago
Hans-Gert Dahmen ceffdd6bbf added number of rounds specifier for matrix, updated default profiles 13 years ago
Hans-Gert Dahmen d738d36c16 added game of life config options 13 years ago
Hans-Gert Dahmen acd84305c6 fixed a lot of config options 13 years ago
Hans-Gert Dahmen 0ad1dde4b8 superseded by borgware 13 years ago
Hans-Gert Dahmen 2182e45c88 added borg time stuff to source, but config doesnt enable it yet 13 years ago
Christian Kroll 31e21e170f removed 27c3 animation (don't live in the past, dude) 13 years ago
Christian Kroll 2a81b8e743 saved 68 bytes 13 years ago
Christian Kroll c176376b0b refined "Out Of Spec" logo to be more readable on typical borg hardware 13 years ago
Christian Kroll 99f8dac653 added provisional labortage 2011 logo (I picked the current favorite for now) 13 years ago
Christian Kroll ce2732f8fa using cached values for some trigonometric calculations -> speedup++ 13 years ago
Christian Kroll c4124c8389 replaced uint8_t with unsigned char for consistency 13 years ago
Christian Kroll 08be3d87f7 double buffering enabled and drawing loop optimized 13 years ago
Christian Kroll f0c8d17bb4 reverted spiral routine as the new implementation had no dispappearing animation 13 years ago