379 Commits (55505c08a6b5a6658a38b1c00e053d0f8d9bff23)
 

Author SHA1 Message Date
Christian Kroll 8963b27a65 saved 162 bytes 14 years ago
Christian Kroll 1c3d4978c5 small cleanups 14 years ago
Christian Kroll b3276d75d4 removed forgotten debugging stuff 14 years ago
Christian Kroll cd2f02f39a 238 bytes this time 14 years ago
Christian Kroll 9c6a778871 saved 206 bytes 14 years ago
Christian Kroll 3725d7b420 reenables debugging flag for simulator 14 years ago
Christian Kroll 5bc7b3f52f making game starts more convenient if menu support is omitted 14 years ago
Christian Kroll 047abb575c squeezed another 550 bytes 14 years ago
Christian Kroll aa29c51bd8 put Martin Herwegs source code into separate files 14 years ago
Christian Kroll 85b0922e1d optimized some functions, saving ~100 byte 14 years ago
Christian Kroll 3a0d8799bd consolidated both snake trees, saving ~950 bytes 14 years ago
Christian Kroll 291c90ccf6 squeezed another 80 bytes 14 years ago
Christian Kroll 3affa5c9a3 squeezed another 680 bytes 14 years ago
Christian Kroll af4ff63f2b removed #include (leftover from debugging) 14 years ago
Christian Kroll 4920272878 saved another 270 bytes 14 years ago
Christian Kroll ccc549db61 saved 44 bytes 14 years ago
Christian Kroll d199d48abd PROGMEMed invader sprite, optimized some shifting foo - saving 106 bytes 14 years ago
Christian Kroll 3708a3accc optimzed checkerboard animation - saving 76 bytes - yeah 14 years ago
Christian Kroll 9fba9405ce line(...) and filled_rectangle(...) are only used by M. Herwegs animations -> conditional compilation 14 years ago
Christian Kroll ad44254968 removed unneeded precautions for reentrance related problems (longjmp() destroyes the current stack anyway) 14 years ago
Christian Kroll 108cf1321d Speicherschwein, Speicherschwein... wer kann das was ein Speicherschwein kann? 14 years ago
Christian Kroll 0c65727a52 small cleanups 14 years ago
Christian Kroll c64a587af4 PROGMEMed two sprite arrays 14 years ago
Christian Kroll 847648d5e6 I hate stupid bugs like this one 14 years ago
Christian Kroll 1a3e64844c replaced rand() with bg's random8() and replaced qsort() with my own heapsort function - saving 1.1 kB\! 14 years ago
Christian Kroll 41d9ded12f 27c3 logo added!!!11elf 14 years ago
Christian Kroll b9283bc8e6 minor optimizations and cleanups 14 years ago
Christian Kroll b16b908003 minor acceleration of the predictNextRow function 14 years ago
Christian Kroll 8e2261eddd make up 14 years ago
Christian Kroll 02c1038dc6 NAAAAAAAAAAAAAARFsvn stat 14 years ago
Christian Kroll 093790c3d3 made some functions static, removed a stupid bug ina prediction routine 14 years ago
Christian Kroll e206a60e3f more streamlining 14 years ago
Christian Kroll 14d8dc969a streamlined various functions 14 years ago
Christian Kroll 8c92d54ff6 fixed: using wrong index at the nStartingRow array 14 years ago
Christian Kroll fd016d9950 inlined getter functions 14 years ago
Christian Kroll b36bb8289e slightly optimized prediction routines 14 years ago
Christian Kroll 4ce8ac5421 cleaned up removeCompleteLines(...) and inlined the get functions 14 years ago
Christian Kroll 7df70ca765 fixed a bug which sometimes caused miscalculated column heights 14 years ago
deaddealer 4369b8532a added hardware support for ping pong hardware 14 years ago
Christian Kroll 7deb41c236 optimized collision detection and better preprocessing for bastet (bastet algorithm almost twice as fast) 14 years ago
Christian Kroll a246779eff fixed stupid input interpretation bug 14 years ago
Christian Kroll e23f079ae9 cleaned up include directives 14 years ago
Christian Kroll adfccca351 Cygwin workaround should only be applied if we compile with Cygwin 14 years ago
Christian Kroll 36fceeb1b9 map file is created again during map avr build 14 years ago
Christian Kroll 372b3117f6 removed printf to reduce avr image size 14 years ago
Christian Kroll 39d558758c small optimizations, bastet fixed 14 years ago
Christian Kroll 2abcce4b63 adapted the labor logo animation to gereralized bitmap scroller 14 years ago
Christian Kroll e153ec68e1 generalized bitmap scroller and added an animated amphibian 14 years ago
Christian Kroll 2dadcb1d0b the paddle moves twice as fast if you press the fire button 14 years ago
Christian Kroll a1ef6d82fd suppressed a CODAN warning 14 years ago