Commit Graph

316 Commits

Author SHA1 Message Date
Christian Kroll d3c94d3101 resolved some signedness issues, still many to go (btw: 78 bytes eliminated in the process) 2012-09-08 01:35:32 +00:00
Christian Kroll 92c4613cdb out of bounds error in case the display width is not multiple of 8 2012-09-04 13:46:35 +00:00
Christian Kroll bcb5e146ce some speed improvements 2012-09-04 01:45:29 +00:00
Christian Kroll bc59653e9b So we meet again, Mister Off-by-one Error... 2012-09-04 01:39:56 +00:00
Christian Kroll 0f7dc22fb8 I could stop if I wanted to! (eliminated 28 bytes) 2012-08-24 19:04:25 +00:00
Christian Kroll ca61149aa2 sacrificed 18 bytes for world peace 2012-08-24 01:43:49 +00:00
Christian Kroll df83dbb8ac drawing routine improved (faster + eliminated 38 bytes), double buffering now mandatory 2012-08-22 23:34:55 +00:00
Christian Kroll f97edbfa34 fixed small typo (doesn't make a big difference, though) + faster transitions 2012-08-19 13:14:27 +00:00
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... 2012-08-15 04:05:04 +00:00
Christian Kroll 96ff16629c Ideenpark-Logo 2012-08-11 12:10:28 +00:00
Christian Kroll 59daa948d4 Misspelled the Bastet's original author's name in the Doxygen tags. 2012-07-10 01:59:06 +00:00
Hans-Gert Dahmen d6e0f74e24 fancy new display driver 2012-05-21 23:06:33 +00:00
Christian Kroll 2408387fba oops 2012-05-09 18:06:45 +00:00
Christian Kroll 131fe546b0 made some parameters like plasma frame delays configurable 2012-05-09 17:57:51 +00:00
Christian Kroll da49b6b3b1 added Doxygen configuration file, revised in-place documentation 2012-05-07 06:56:00 +00:00
Christian Kroll f2027360a0 2012-05-06 18:45:43 +00:00
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 028dea2b87 Dead code lines everywhere...*sigh*...118 bytes saved 2012-05-04 20:46:25 +00:00
Christian Kroll a2ff6a4142 fixed a typo which caused the simulator build to fail 2012-03-31 14:43:32 +00:00
Christian Kroll 974a7a89b3 Accidentally enforced new table layout instead of the old one. Should be compatible with established Borg EEPROM layouts, now. 2012-03-24 00:44:16 +00:00
Christian Kroll 6743221e8e New tool chain reordered the global arrays for the high score values and the champion's initials, therefore I packed them into a struct to prevent further annoyances. 2012-03-23 23:21:46 +00:00
Christian Kroll 6f084a5923 replaced deprecated SIGNAL() and SIG_* macros to be compatible with avr-libc 1.8.0 and gcc 4.7.0 2012-03-23 01:27:59 +00:00
tixiv d6e322a988 there was a problem with initing the rfm12. I have corrected it. 2012-03-02 00:01:47 +00:00
tixiv f8a9886e2b rfm12 joystick support working, default config for borgjacke 2012-03-01 23:36:41 +00:00
tixiv 6a4317ca73 adding rfm12 joystick support 2012-03-01 23:20:05 +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 1d67907475 fixed an assertion and some typos 2012-02-18 00:30:39 +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 05bc860b25 made those ATmega644P code snippets also work for ATmega644 2012-02-12 20:47:55 +00:00
Christian Kroll a3f7e211a0 fixed amount of iterations because of endless loops on the ls-borg 2012-01-30 21:28:52 +00:00
Christian Kroll 24ef3480ff decoupled frame rate from movement rate 2012-01-30 20:30:04 +00:00
Hans-Gert Dahmen 37601f1839 some other improvements 2011-12-21 06:51:46 +00:00
Hans-Gert Dahmen eaa7b8d715 some improvements 2011-12-21 06:47:22 +00:00
Hans-Gert Dahmen 6325170d1c new hardware driver, still beta 2011-12-21 04:54:48 +00:00
Hans-Gert Dahmen 9c07418f23 adding new hardware config 2011-12-20 17:24:38 +00:00
Christian Kroll 09946f37f7 more earl, more grey! 2011-12-19 22:47:24 +00:00
Christian Kroll 83d8e3c0d8 crime scene, do not cross 2011-12-16 19:40:25 +00:00
Christian Kroll 6286a3ed25 integrated the black hole animation from the former borg simulator tree 2011-12-15 04:43:40 +00:00
Christian Kroll 1fb79e3dda added some config options and updated the profiles 2011-12-04 08:03:19 +00:00
Christian Kroll 4bdb0d419d added experimental driver for the ancient borg (not testet, yet!) 2011-12-04 06:31:48 +00:00
Christian Kroll 21a842a54b 28c3 logo added. Ugly...but rare. 2011-11-30 23:45:00 +00:00
Hans-Gert Dahmen 3399731b2d spot the german who tries english but fails somewhat 2011-11-08 02:46:56 +00:00
Christian Kroll 1eaaadf509 Spot the German! 2011-11-07 22:35:57 +00:00
Christian Kroll 7fe76fb14b added obj_avr and obj_sim to svn:ignore 2011-11-02 23:57:18 +00:00
Christian Kroll 0b49336643 saved 12 bytes (yes, I really needed them) 2011-11-01 14:56:24 +00:00
Christian Kroll 84512b4740 reverted optimization (10 bytes) which caused colors 1 and 2 to swap 2011-11-01 13:57:24 +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 c3bd8e0913 using unsigned literals produces better code regarding modulo operations 2011-10-29 23:44:51 +00:00