379 Commits (55505c08a6b5a6658a38b1c00e053d0f8d9bff23)
 

Author SHA1 Message Date
Christian Kroll 49c4707896 pin out macros weren't properly included 13 years ago
asklepios 5907d948b3 minor fix 13 years ago
Christian Kroll 8e2c6160b4 cleaned up svn:ignore property 13 years ago
Christian Kroll 53fbefd70a cleaned up include directives 13 years ago
Christian Kroll a528246e33 for the sake of interoperability... 13 years ago
Christian Kroll df74b9f3f3 added smallani/obj_avr to svn:ignore 13 years ago
Christian Kroll 6155a37933 stretched contrast for modified bitmap scroller 13 years ago
Christian Kroll 7b35c18588 fixed frame buffer bug 13 years ago
Christian Kroll 3e400e43eb supplemented svn:ignore with smallani/obj_sim 13 years ago
Christian Kroll 09d120b9a8 fixed framebuffer bugs 13 years ago
alu 9339fa01f6 Slowed down the Game Of Life 13 years ago
alu 75cdc8ca59 Fixed f%@æed up build, thx for your help kju 13 years ago
asklepios f0ec3ea285 added additional configparameters for small animations 13 years ago
asklepios e5e41ceddd i don't like this ethersex-menuconfig - no time left to fix rowbounce :/ 13 years ago
asklepios e05bfeea1b removed doubles 13 years ago
asklepios 7acc4a8cd8 weiter animationen - nen paar sonderzeichen entfernt 13 years ago
asklepios 3bacdeb39e real animation not just configurations ;) 13 years ago
asklepios 284fbac533 first small animations for giga-borg 13 years ago
asklepios c62769c583 fixed include bug when no joystick is connected 13 years ago
asklepios c4e053c617 versehentlich nen #else entfernt - wieder eingebaut 13 years ago
asklepios a1b1928d46 some better ifdefs - mostly indent 13 years ago
tixiv 0f31feb6bb gigaborg support :-) 13 years ago
Christian Kroll 909d5df047 small optimization 13 years ago
Christian Kroll 12a8e94db4 converted bitstuffing algorithms to native borg frame buffer format, saving 124 bytes 13 years ago
Christian Kroll 07c9d27b75 8 bit coordinates are sufficient, saving 46 bytes 13 years ago
Christian Kroll 40eae390d1 removed forgotten include 13 years ago
Christian Kroll 93f0ddd977 generalized fp math pattern routines and added a psychedelic animation 13 years ago
Christian Kroll 67ec90ab67 some fine tuning 13 years ago
Christian Kroll 4993fe5194 simple plasma animation added 13 years ago
Christian Kroll 4a4b39fc6f libm added to the statically linked libraries 13 years ago
Christian Kroll 01347c853b saved 40 bytes 13 years ago
Christian Kroll fa820f9dd7 _XOPEN_SOURCE macro is now set via compiler commandline option 13 years ago
Christian Kroll d09736355f removed overflow with borg dimensions > 128 pixels 13 years ago
Christian Kroll 7e40c0df5c small clean up (the compiler did this optimization anyway) 13 years ago
Christian Kroll 681c603da5 fixed some typos and forgotten debugging stuff 13 years ago
Christian Kroll 04eee8849e saved 404 bytes 13 years ago
Christian Kroll 7ae7e9f1e4 fixes double uint entries 13 years ago
Christian Kroll 57efa4abdf carefully using UNUM_[COLS|ROWS] at some places which saves 34 bytes (no breakage detected so far) 13 years ago
Christian Kroll a453b61742 using unsigned UNUM_ROWS and UNUM_COLS saves 80 bytes without breaking it 13 years ago
Christian Kroll b2ada1c384 reenabling unsignend literals for NUM_COLS and NUM_ROWS (resulting in additional macros called UNUM_COLS and UNUM_ROWS this time) 13 years ago
Christian Kroll b7f2d84266 "uint" keyword now creates both a normal and an unsigned literal (whose macro name is preceded with "U") 13 years ago
Christian Kroll da77cecfb1 reverted change with ecplicit unsigned NUM_COLS and NUM_ROWS because of unwanted side effects 13 years ago
Christian Kroll 4393ffa0b3 ignore .menuconfig.log in local tree 13 years ago
Christian Kroll 2bc0260f3b make prng support optional for all tetris related routines (useful for the limited ATmega8 flash mem) 13 years ago
Christian Kroll c1b55278cd fixed game loop handling if menu support is disabled 13 years ago
Christian Kroll f4c812bcf4 removed a note which just served as a cheat sheet for me 13 years ago
Christian Kroll 8a23a3bc8d saved 46 bytes by making some literal modulo operands explicitly unsigned 13 years ago
Christian Kroll e4faa25d16 added forgotten include 13 years ago
Christian Kroll a8d2f7b47b squeezed 216 bytes 13 years ago
Christian Kroll 28848358dd fixed: if a piece failed to rotate the bucket rotated nonetheless 13 years ago