71 Commits (77545ffb9441067506819b7af2fad4356bf50d7d)

Author SHA1 Message Date
Christian Kroll d3c94d3101 resolved some signedness issues, still many to go (btw: 78 bytes eliminated in the process) 12 years ago
Christian Kroll 59daa948d4 Misspelled the Bastet's original author's name in the Doxygen tags. 12 years ago
Christian Kroll da49b6b3b1 added Doxygen configuration file, revised in-place documentation 12 years ago
Christian Kroll a2ff6a4142 fixed a typo which caused the simulator build to fail 12 years ago
Christian Kroll 974a7a89b3 Accidentally enforced new table layout instead of the old one. Should be compatible with established Borg EEPROM layouts, now. 12 years ago
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. 12 years ago
Christian Kroll 6e91e5e29b increased "ignore counter" for the fire button because of joystick chatter 13 years ago
Christian Kroll 56973fe40a moved const modifier to the right of the type (for consistency) 13 years ago
alu 5265dd318c Fixed a couple of compile errors with avr-gcc 4.6.1 13 years ago
Christian Kroll d4ae78fee3 saved up to 240 bytes (depending on borg hw), translated some German comments into English and cleaned up formatting (sorry about the noise) 13 years ago
Christian Kroll 3e8768866c cosmetic cleanups and fixed bucket limits (didn't cause any bugs, though) 13 years ago
Christian Kroll 53fbefd70a cleaned up include directives 13 years ago
Christian Kroll 01347c853b saved 40 bytes 14 years ago
Christian Kroll f4c812bcf4 removed a note which just served as a cheat sheet for me 14 years ago
Christian Kroll a8d2f7b47b squeezed 216 bytes 14 years ago
Christian Kroll 28848358dd fixed: if a piece failed to rotate the bucket rotated nonetheless 14 years ago
Christian Kroll 8963b27a65 saved 162 bytes 14 years ago
Christian Kroll 047abb575c squeezed another 550 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 ccc549db61 saved 44 bytes 14 years ago
Christian Kroll 0c65727a52 small cleanups 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 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
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 39d558758c small optimizations, bastet fixed 14 years ago
Christian Kroll 63bf4d3e18 renamed some modules 14 years ago
Christian Kroll 59b18f30d0 renamed some modules 14 years ago
Christian Kroll 9a26e44e68 fixed a bunch of compiler warnings 14 years ago
Christian Kroll 1d28b75a0a modified bastet algorithm to behave more like the original 14 years ago
Christian Kroll 911bc9bb28 fixed initialization problem 14 years ago
Christian Kroll 3f2d878b7d vastly improved modularization and the view is resizable now 14 years ago
kju ab08ab3fa2 first person tetris added 15 years ago
kju 40a3db9fe8 allow games without menu support, don't include icons then. ugly hack for now. 15 years ago
kju 4cb6e44ced fix tetris code to compile without scrolltext engine 15 years ago
kju 5c6bfcde5d Change chatter value for drop as requested by tunix. 15 years ago
Christian Kroll c1295224ee bug fix: wrong type used for line number representation 15 years ago