Commit Graph

491 Commits

Author SHA1 Message Date
Christian Kroll bf75e61371 restored formatting 2011-09-04 22:26:13 +00:00
Christian Kroll 56973fe40a moved const modifier to the right of the type (for consistency) 2011-09-04 22:24:57 +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 0370ff863b saved 158 bytes 2011-09-03 20:22:33 +00:00
Christian Kroll 041bae2942 saved 38 bytes 2011-09-02 16:47:46 +00:00
Christian Kroll bd99f557b8 oops... 2011-09-02 08:02:03 +00:00
Christian Kroll b4e5b60ffe don't create rectangles with width or height being 0 (and some whitespace noise, sorry) 2011-09-01 21:56:41 +00:00
Christian Kroll 3536604fb6 nitpicking ftw! 2011-08-31 19:36:03 +00:00
Christian Kroll 1a3239be1d streamlined M. Herweg's animations: now using Bresenham's line algorithm, removed obvious bugs, added some comments, saving 232 bytes 2011-08-31 18:59:04 +00:00
Christian Kroll b39da5ff5e Fixed build errors on borgs with asymmetric resolutions. 2011-08-17 03:35:36 +00:00
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) 2011-08-17 01:16:25 +00:00
Christian Kroll 3e8768866c cosmetic cleanups and fixed bucket limits (didn't cause any bugs, though) 2011-06-26 00:17:51 +00:00
Christian Kroll 49c4707896 pin out macros weren't properly included 2011-06-20 21:57:30 +00:00
asklepios 5907d948b3 minor fix 2011-06-11 16:27:44 +00:00
Christian Kroll 8e2c6160b4 cleaned up svn:ignore property 2011-06-02 17:22:48 +00:00
Christian Kroll 53fbefd70a cleaned up include directives 2011-06-02 14:00:51 +00:00
Christian Kroll a528246e33 for the sake of interoperability... 2011-06-02 10:48:34 +00:00
Christian Kroll df74b9f3f3 added smallani/obj_avr to svn:ignore 2011-05-24 19:48:29 +00:00
Christian Kroll 6155a37933 stretched contrast for modified bitmap scroller 2011-05-24 19:29:21 +00:00
Christian Kroll 7b35c18588 fixed frame buffer bug 2011-05-24 19:28:03 +00:00
Christian Kroll 3e400e43eb supplemented svn:ignore with smallani/obj_sim 2011-05-23 23:35:01 +00:00
Christian Kroll 09d120b9a8 fixed framebuffer bugs 2011-05-23 22:55:25 +00:00
alu 9339fa01f6 Slowed down the Game Of Life 2011-05-23 21:39:58 +00:00
alu 75cdc8ca59 Fixed f%@æed up build, thx for your help kju 2011-05-23 21:29:36 +00:00
asklepios f0ec3ea285 added additional configparameters for small animations 2011-05-14 18:09:40 +00:00
asklepios e5e41ceddd i don't like this ethersex-menuconfig - no time left to fix rowbounce :/ 2011-05-13 14:54:06 +00:00
asklepios e05bfeea1b removed doubles 2011-05-13 13:19:56 +00:00
asklepios 7acc4a8cd8 weiter animationen - nen paar sonderzeichen entfernt 2011-05-13 13:16:26 +00:00
asklepios 3bacdeb39e real animation not just configurations ;) 2011-05-12 20:17:10 +00:00
asklepios 284fbac533 first small animations for giga-borg 2011-05-12 20:16:14 +00:00
asklepios c62769c583 fixed include bug when no joystick is connected 2011-05-11 20:07:15 +00:00
asklepios c4e053c617 versehentlich nen #else entfernt - wieder eingebaut 2011-05-11 19:16:42 +00:00
asklepios a1b1928d46 some better ifdefs - mostly indent 2011-05-09 20:54:01 +00:00
tixiv 0f31feb6bb gigaborg support :-) 2011-05-08 20:58:56 +00:00
Christian Kroll 909d5df047 small optimization 2011-04-03 00:56:48 +00:00
Christian Kroll 12a8e94db4 converted bitstuffing algorithms to native borg frame buffer format, saving 124 bytes 2011-03-31 21:38:28 +00:00
Christian Kroll 07c9d27b75 8 bit coordinates are sufficient, saving 46 bytes 2011-03-31 21:38:22 +00:00
Christian Kroll 40eae390d1 removed forgotten include 2011-03-17 23:07:13 +00:00
Christian Kroll 93f0ddd977 generalized fp math pattern routines and added a psychedelic animation 2011-03-17 23:03:03 +00:00
Christian Kroll 67ec90ab67 some fine tuning 2011-03-14 15:13:02 +00:00
Christian Kroll 4993fe5194 simple plasma animation added 2011-03-14 10:34:16 +00:00
Christian Kroll 4a4b39fc6f libm added to the statically linked libraries 2011-03-14 10:33:49 +00:00
Christian Kroll 01347c853b saved 40 bytes 2011-03-14 10:30:04 +00:00
Christian Kroll fa820f9dd7 _XOPEN_SOURCE macro is now set via compiler commandline option 2011-03-14 10:29:33 +00:00
Christian Kroll d09736355f removed overflow with borg dimensions > 128 pixels 2011-03-14 10:28:27 +00:00
Christian Kroll 7e40c0df5c small clean up (the compiler did this optimization anyway) 2011-03-11 14:36:55 +00:00
Christian Kroll 681c603da5 fixed some typos and forgotten debugging stuff 2011-03-11 07:04:44 +00:00
Christian Kroll 04eee8849e saved 404 bytes 2011-03-11 06:48:55 +00:00
Christian Kroll 7ae7e9f1e4 fixes double uint entries 2011-03-10 21:46:55 +00:00
Christian Kroll 57efa4abdf carefully using UNUM_[COLS|ROWS] at some places which saves 34 bytes (no breakage detected so far) 2011-03-10 21:25:06 +00:00