Commit Graph

206 Commits

Author SHA1 Message Date
Christian Kroll 847648d5e6 I hate stupid bugs like this one 2010-12-20 22:51:03 +00:00
Christian Kroll 1a3e64844c replaced rand() with bg's random8() and replaced qsort() with my own heapsort function - saving 1.1 kB\! 2010-12-19 16:03:37 +00:00
Christian Kroll 41d9ded12f 27c3 logo added!!!11elf 2010-12-18 22:53:42 +00:00
Christian Kroll b9283bc8e6 minor optimizations and cleanups 2010-12-17 23:33:06 +00:00
Christian Kroll b16b908003 minor acceleration of the predictNextRow function 2010-12-15 21:51:59 +00:00
Christian Kroll 8e2261eddd make up 2010-12-15 18:44:07 +00:00
Christian Kroll 02c1038dc6 NAAAAAAAAAAAAAARFsvn stat 2010-12-15 18:43:14 +00:00
Christian Kroll 093790c3d3 made some functions static, removed a stupid bug ina prediction routine 2010-12-15 15:25:56 +00:00
Christian Kroll e206a60e3f more streamlining 2010-12-15 02:29:51 +00:00
Christian Kroll 14d8dc969a streamlined various functions 2010-12-14 23:00:21 +00:00
Christian Kroll 8c92d54ff6 fixed: using wrong index at the nStartingRow array 2010-12-14 22:59:21 +00:00
Christian Kroll fd016d9950 inlined getter functions 2010-12-14 22:58:16 +00:00
Christian Kroll b36bb8289e slightly optimized prediction routines 2010-12-12 21:17:42 +00:00
Christian Kroll 4ce8ac5421 cleaned up removeCompleteLines(...) and inlined the get functions 2010-12-12 07:50:51 +00:00
Christian Kroll 7df70ca765 fixed a bug which sometimes caused miscalculated column heights 2010-12-12 07:49:33 +00:00
deaddealer 4369b8532a added hardware support for ping pong hardware 2010-12-11 00:10:35 +00:00
Christian Kroll 7deb41c236 optimized collision detection and better preprocessing for bastet (bastet algorithm almost twice as fast) 2010-12-09 19:34:03 +00:00
Christian Kroll a246779eff fixed stupid input interpretation bug 2010-08-28 15:23:03 +00:00
Christian Kroll e23f079ae9 cleaned up include directives 2010-08-28 15:13:35 +00:00
Christian Kroll adfccca351 Cygwin workaround should only be applied if we compile with Cygwin 2010-08-28 15:13:19 +00:00
Christian Kroll 36fceeb1b9 map file is created again during map avr build 2010-08-24 23:01:59 +00:00
Christian Kroll 372b3117f6 removed printf to reduce avr image size 2010-08-24 23:01:21 +00:00
Christian Kroll 39d558758c small optimizations, bastet fixed 2010-08-24 23:00:40 +00:00
Christian Kroll 2abcce4b63 adapted the labor logo animation to gereralized bitmap scroller 2010-08-22 03:14:08 +00:00
Christian Kroll e153ec68e1 generalized bitmap scroller and added an animated amphibian 2010-08-22 03:12:56 +00:00
Christian Kroll 2dadcb1d0b the paddle moves twice as fast if you press the fire button 2010-08-22 03:11:49 +00:00
Christian Kroll a1ef6d82fd suppressed a CODAN warning 2010-08-22 03:09:54 +00:00
Christian Kroll 63bf4d3e18 renamed some modules 2010-08-22 03:08:57 +00:00
Christian Kroll 59b18f30d0 renamed some modules 2010-08-22 03:07:46 +00:00
Christian Kroll 159b7e79fa .config removed 2010-08-09 12:27:23 +00:00
Christian Kroll afcce4bfac temporarily added .config file for workshop 2010-08-09 12:25:51 +00:00
Christian Kroll 5b5008398f windows related build problem 2010-08-09 12:00:35 +00:00
Christian Kroll 37592bf62b windows related build problem 2010-08-09 11:58:50 +00:00
alu 154beecbcf doh... forgot to add animations/config.in -.-' 2010-05-02 00:04:51 +00:00
alu e8363e4f37 moved code for selecting animations from main config.in to animations/config.in to unify the config layout 2010-05-02 00:04:11 +00:00
Christian Kroll 9a26e44e68 fixed a bunch of compiler warnings 2010-04-22 21:49:26 +00:00
Christian Kroll 750c09734f switched to a generic pixmap based renderer 2010-04-20 00:24:42 +00:00
alu f703054e93 Hide CAN options, if CAN support is disabled 2010-04-18 03:00:20 +00:00
alu 284fce9da8 Hide scrolltext options, if scrolltext support is disabled 2010-04-18 02:56:03 +00:00
alu 102a17dbaf Selectring joystick support now enables parallel joystick support automatically. Selecting Tetris selects the default Tetris, too 2010-04-17 14:47:19 +00:00
Christian Kroll 67f36c9f80 corrected a PROGMEM related bug 2010-04-16 17:06:09 +00:00
Christian Kroll 1a74745b8c added LABOR logo animation 2010-04-15 21:49:43 +00:00
alu 0d6626d62a Got rid of compiler warnings 2010-04-15 14:19:24 +00:00
alu 52cf05bb6f Removed unused variable refill 2010-04-15 12:36:42 +00:00
alu 7ae8d85b99 Ant now wraps around the field and terminates after ~50s. + Some cosmetic changes 2010-04-15 12:34:40 +00:00
Christian Kroll fc961bf0ce the breakout demo now uses a randomly chosen level 2010-04-13 10:35:38 +00:00
alu c557febb47 Fixed dep_bool for ltn_ant 2010-04-11 11:55:36 +00:00
alu 253c094682 Older pixels are now darker 2010-04-11 11:37:31 +00:00
alu 074f114ee4 Added barriers to ltn_ant.h 2010-04-11 07:00:16 +00:00
alu c21f015599 Forgot to add the actual animation code o_O 2010-04-11 06:40:32 +00:00