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
|
da49b6b3b1
|
added Doxygen configuration file, revised in-place documentation
|
2012-05-07 06:56:00 +00:00 |
Christian Kroll
|
0b49336643
|
saved 12 bytes (yes, I really needed them)
|
2011-11-01 14:56:24 +00:00 |
Christian Kroll
|
c3bd8e0913
|
using unsigned literals produces better code regarding modulo operations
|
2011-10-29 23:44:51 +00:00 |
Hans-Gert Dahmen
|
9efcc251a7
|
more config options; better default profiles
|
2011-10-29 05:59:46 +00:00 |
Hans-Gert Dahmen
|
0c379920a1
|
fixed, added, stuffed
|
2011-10-28 20:50:23 +00:00 |
alu
|
5265dd318c
|
Fixed a couple of compile errors with avr-gcc 4.6.1
|
2011-09-04 01:08:13 +00:00 |
Christian Kroll
|
b39da5ff5e
|
Fixed build errors on borgs with asymmetric resolutions.
|
2011-08-17 03:35:36 +00:00 |
Christian Kroll
|
8a23a3bc8d
|
saved 46 bytes by making some literal modulo operands explicitly unsigned
|
2011-03-07 01:13:35 +00:00 |
Christian Kroll
|
047abb575c
|
squeezed another 550 bytes
|
2011-02-25 04:31:34 +00:00 |
Christian Kroll
|
3a0d8799bd
|
consolidated both snake trees, saving ~950 bytes
|
2011-02-23 10:33:27 +00:00 |
Christian Kroll
|
3affa5c9a3
|
squeezed another 680 bytes
|
2011-01-30 22:47:44 +00:00 |
kju
|
f9f0ac3ec2
|
icon is only needed when menu is used, so moved it accordingly into the
conditional compiled block
|
2010-01-15 12:52:15 +00:00 |
kju
|
40a3db9fe8
|
allow games without menu support, don't include icons then. ugly hack for now.
|
2010-01-14 01:38:15 +00:00 |
kju
|
12db75f1b1
|
snake new control: don't allow snake to go to opposite direction
|
2010-01-14 01:06:10 +00:00 |
kju
|
782c0f4439
|
derive start position for snake from screen size
|
2010-01-14 00:51:54 +00:00 |
kju
|
a130f2b36b
|
Allow snake to have more intuitive joystick control.
|
2010-01-12 21:32:25 +00:00 |
tixiv
|
44e84677e7
|
Game and menu support added. Dependencies fixed. Compiles fine for AVR and Windows. Linux simulator is still missing a linker script.
|
2009-01-02 02:18:20 +00:00 |