a2ff6a4142fixed a typo which caused the simulator build to fail
Christian Kroll
2012-03-31 14:43:32 +0000
974a7a89b3Accidentally enforced new table layout instead of the old one. Should be compatible with established Borg EEPROM layouts, now.
Christian Kroll
2012-03-24 00:44:16 +0000
6743221e8eNew 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.
Christian Kroll
2012-03-23 23:21:46 +0000
6f084a5923replaced deprecated SIGNAL() and SIG_* macros to be compatible with avr-libc 1.8.0 and gcc 4.7.0
Christian Kroll
2012-03-23 01:27:59 +0000
d6e322a988there was a problem with initing the rfm12. I have corrected it.
tixiv
2012-03-02 00:01:47 +0000
f8a9886e2brfm12 joystick support working, default config for borgjacke
tixiv
2012-03-01 23:36:41 +0000
6a4317ca73adding rfm12 joystick support
tixiv
2012-03-01 23:20:05 +0000
fd0c811993fixed: bits in higher planes weren't always distributed to lower ones
Christian Kroll
2012-02-19 03:18:21 +0000
1d67907475fixed an assertion and some typos
Christian Kroll
2012-02-18 00:30:39 +0000
484817740dsmall speedup of the drawing routine (68 byte code size increase)
Christian Kroll
2012-02-18 00:15:32 +0000
05bc860b25made those ATmega644P code snippets also work for ATmega644
Christian Kroll
2012-02-12 20:47:55 +0000
a3f7e211a0fixed amount of iterations because of endless loops on the ls-borg
Christian Kroll
2012-01-30 21:28:52 +0000
24ef3480ffdecoupled frame rate from movement rate
Christian Kroll
2012-01-30 20:30:04 +0000
37601f1839some other improvements
Hans-Gert Dahmen
2011-12-21 06:51:46 +0000
00244f7e6ddid this ever work? adde makefile, fixed faulty config menu
Hans-Gert Dahmen
2011-10-28 20:03:02 +0000
2182e45c88added borg time stuff to source, but config doesnt enable it yet
Hans-Gert Dahmen
2011-10-28 18:53:38 +0000
31e21e170fremoved 27c3 animation (don't live in the past, dude)
Christian Kroll
2011-10-15 06:42:06 +0000
2a81b8e743saved 68 bytes
Christian Kroll
2011-09-25 01:49:52 +0000
c176376b0brefined "Out Of Spec" logo to be more readable on typical borg hardware
Christian Kroll
2011-09-21 01:06:23 +0000
99f8dac653added provisional labortage 2011 logo (I picked the current favorite for now)
Christian Kroll
2011-09-15 03:17:44 +0000
ce2732f8fausing cached values for some trigonometric calculations -> speedup++
Christian Kroll
2011-09-13 21:34:22 +0000
c3908da1ebdealt with compiler warning about discarded qualifiers
Christian Kroll
2011-09-13 00:25:14 +0000
c4124c8389replaced uint8_t with unsigned char for consistency
Christian Kroll
2011-09-12 22:20:42 +0000
08be3d87f7double buffering enabled and drawing loop optimized
Christian Kroll
2011-09-12 22:16:04 +0000
f0c8d17bb4reverted spiral routine as the new implementation had no dispappearing animation
Christian Kroll
2011-09-04 22:31:24 +0000
610f62a4f5made 27c3 animation compilable on gcc >= 4.6.0
Christian Kroll
2011-09-04 22:29:30 +0000
9732a13bf0reduce namespace collisions
Christian Kroll
2011-09-04 22:28:24 +0000
bf75e61371restored formatting
Christian Kroll
2011-09-04 22:26:13 +0000
56973fe40amoved const modifier to the right of the type (for consistency)
Christian Kroll
2011-09-04 22:24:57 +0000
5265dd318cFixed a couple of compile errors with avr-gcc 4.6.1
alu
2011-09-04 01:08:13 +0000
0370ff863bsaved 158 bytes
Christian Kroll
2011-09-03 20:22:33 +0000
041bae2942saved 38 bytes
Christian Kroll
2011-09-02 16:47:46 +0000
bd99f557b8oops...
Christian Kroll
2011-09-02 08:02:03 +0000
b4e5b60ffedon't create rectangles with width or height being 0 (and some whitespace noise, sorry)
Christian Kroll
2011-09-01 21:56:41 +0000
3536604fb6nitpicking ftw!
Christian Kroll
2011-08-31 19:36:03 +0000
1a3239be1dstreamlined M. Herweg's animations: now using Bresenham's line algorithm, removed obvious bugs, added some comments, saving 232 bytes
Christian Kroll
2011-08-31 18:59:04 +0000
b39da5ff5eFixed build errors on borgs with asymmetric resolutions.
Christian Kroll
2011-08-17 03:35:36 +0000
d4ae78fee3saved up to 240 bytes (depending on borg hw), translated some German comments into English and cleaned up formatting (sorry about the noise)
Christian Kroll
2011-08-17 01:16:25 +0000
3e8768866ccosmetic cleanups and fixed bucket limits (didn't cause any bugs, though)
Christian Kroll
2011-06-26 00:17:51 +0000
49c4707896pin out macros weren't properly included
Christian Kroll
2011-06-20 21:57:30 +0000