Commit Graph

  • 45fb2f8cd6 tweaked Arduino Mega 2560 config (we have plenty of flash memory to fill) Christian Kroll 2014-05-25 22:21:45 +0200
  • f0fdc0521e Tetris is tilted on displays with both height < 16 and height < width Christian Kroll 2014-05-25 18:12:12 +0200
  • 720d547f4a joystick support for lolshield (A0-up,A1-down,A2-left,A3-right,A5-fire) Christian Kroll 2014-05-25 11:08:35 +0200
  • e10166a316 program.c: sign error (non-fatal but annoying) Christian Kroll 2014-05-22 19:17:28 +0200
  • 97f93a4a4c added some MCUs in menuconfig Christian Kroll 2014-05-21 08:18:56 +0200
  • 2b0a6b6b76 resolved name clash (gamma() is also defined elsewhere in the avr-realm) Christian Kroll 2014-05-21 07:21:12 +0200
  • ad2a7939ab completed support for Arduino Mega 2560 (now tested) Christian Kroll 2014-05-21 01:30:38 +0200
  • 7edb0188f9 src/joystick/config.in: next try... Christian Kroll 2014-05-19 13:22:06 +0200
  • d2a1942e13 advertise support for LoL Shield Christian Kroll 2014-05-19 11:09:07 +0200
  • 7956988060 default for "null joystick" in menuconfig is "no" Christian Kroll 2014-05-19 10:31:30 +0200
  • 2113b8f2b7 although I still don't know whether Arduino Mega 1280/2560 boards will work, their MCUs should at least be configurable from menuconfig Christian Kroll 2014-05-19 08:03:44 +0200
  • 3675e19e9d forgot to reduce watchdog timeout after debugging Christian Kroll 2014-05-19 07:23:40 +0200
  • c184fcbf0f added support for Arduino Leonardo (and maybe Mega1280/2560, untested) Christian Kroll 2014-05-19 07:13:48 +0200
  • f65ab6eeba First Person Tetris: trigger compile time error on non-square displays Christian Kroll 2014-05-18 02:10:07 +0200
  • e05adbfb29 extended LoL Shield profile Christian Kroll 2014-05-18 01:13:01 +0200
  • 5fc8326ce6 mherweg.c: adjustments for LoL Shield resolution Christian Kroll 2014-05-18 01:05:46 +0200
  • 020efc3fd1 improved spiral(...) and random_bright(...) for non-square displays Christian Kroll 2014-05-17 22:20:52 +0200
  • 8a3ecd882e blackhole.c: make animation resolution aware Christian Kroll 2014-05-17 19:47:41 +0200
  • d4dbc53e5a ltnant.c: forgot to adjust index cut off, also refined the code a bit Christian Kroll 2014-05-17 19:28:57 +0200
  • 4fd59d8edf NUM_COLS and NUM_ROWS were mixed up at some places Christian Kroll 2014-05-17 18:08:43 +0200
  • 8d3a5cfaae tuned moire pattern for LoL Shield Christian Kroll 2014-05-17 16:08:40 +0200
  • 56a267bada switch to Timer0 for wait() on LoL Shield platform Christian Kroll 2014-05-15 21:20:39 +0200
  • dc0402251c fixed langton ant for resoltuions with width!=height (my fault), also removed those annoying 45° vectors Christian Kroll 2014-05-15 19:28:25 +0200
  • 22f14abb32 first working driver for Diavolino/LoL Shield Christian Kroll 2014-05-15 11:13:35 +0200
  • 0546f195ef fixed mapping bug in moire.c Christian Kroll 2014-05-15 11:11:56 +0200
  • 3fb678d7e6 added obstacles and boost mode Stefan Kinzel 2014-03-29 16:39:45 +0100
  • 58f0239e1d Merge branch 'kart' of git+ssh://repos.ctdo.de/borgware-2d into kart Stefan Kinzel 2014-03-26 00:05:24 +0100
  • d1b377437e chatter protection Stefan Kinzel 2014-03-26 00:05:07 +0100
  • 45457e2c31 merge from master Christian Kroll 2014-03-25 23:26:34 +0100
  • 4eefbd05d3 awkward Christian Kroll 2014-03-25 11:50:08 +0100
  • 48044f3ed8 updated Windows dependencies section Christian Kroll 2014-03-25 11:37:05 +0100
  • f344021a38 suppressed (a harmless) makefile warning that nagged me for years Christian Kroll 2014-03-21 03:49:12 +0100
  • 11a76a1a74 finally ported the moire pattern from cyberleiber to master Christian Kroll 2014-03-21 00:12:30 +0100
  • 06a53829d4 whoops! Christian Kroll 2014-03-20 06:17:26 +0100
  • b093c319b8 changed submodule url from ssh to https Christian Kroll 2014-03-20 06:15:11 +0100
  • ec2a705456 whitespace fun: removed those pesky ^M characters Christian Kroll 2014-03-20 05:12:21 +0100
  • 6c862db18d restore CAN support on ATmegaxx4(P) Christian Kroll 2014-03-20 02:14:37 +0100
  • 73fac66780 Doxygen: create output in doc, not in docs Christian Kroll 2014-03-20 02:01:09 +0100
  • 025b4b40ed clean target: ignore makefiles in rfm12_lib/examples Christian Kroll 2014-03-20 01:45:04 +0100
  • 013cf7c8d5 prevented creation of config.mk files in subdirectories Christian Kroll 2014-03-20 01:23:36 +0100
  • 0ba373e103 removed obsolete makefile Christian Kroll 2014-03-18 22:05:15 +0100
  • 62db40da00 added missing include Christian Kroll 2014-03-18 19:53:07 +0100
  • 2559bf327c fixed mixed up names Christian Kroll 2014-03-18 19:51:38 +0100
  • e39472b51a fixed rfm12 inclusion, added as submodule Christian Kroll 2014-03-18 19:50:26 +0100
  • 55505c08a6 moving source files to dedicated directory Christian Kroll 2014-03-18 07:00:13 +0100
  • 8ee72d80dd added avr51 support for 128KiB MCUs Christian Kroll 2014-03-11 20:44:13 +0100
  • e170453f65 animated GIF ftw! Christian Kroll 2014-03-10 04:22:13 +0100
  • fe357beeee removed outdated makefile Christian Kroll 2014-03-08 17:34:33 +0100
  • 6246a13c65 removed outdated compile instructions Christian Kroll 2014-03-08 17:27:25 +0100
  • 003551533d README.md: small refinements Christian Kroll 2014-03-07 22:43:21 +0100
  • f9030ab721 README.md: I HATE that freaking mark down Christian Kroll 2014-03-07 01:17:31 +0100
  • 1bb0252226 README.md: more cleanups Christian Kroll 2014-03-07 01:16:19 +0100
  • 9ce462af85 README.md: small cleanups Christian Kroll 2014-03-07 00:59:05 +0100
  • fb7129d2eb Merge branch 'master' of das-labor.org:users/chris/borgware-2d Christian Kroll 2014-03-07 00:45:20 +0100
  • 779e3902a1 translated README.md into English, also added some more information Christian Kroll 2014-03-07 00:42:17 +0100
  • 482e1622e6 Add .travis.yml or continuous integration Joerg Bornschein 2014-03-06 19:15:09 +0100
  • 112335ac65 Use project relative paths in README.md Jörg Bornschein 2014-03-06 18:07:25 +0100
  • fa40e4f248 Merge Jorgs diverged git branch. Joerg Bornschein 2014-03-06 17:56:57 +0100
  • dc685254df Merge branch 'master' into kart Christian Kroll 2014-03-01 09:38:38 +0100
  • 5a5824ad37 updated Cygwin x86 linker script to match its x86_64 counterpart Christian Kroll 2014-03-01 09:30:23 +0100
  • 2191f1be0d support for Cygwin64 added Christian Kroll 2014-03-01 09:09:21 +0100
  • 83f4b908a0 initial kart commit Stefan Kinzel 2014-02-11 21:01:10 +0100
  • 615387ce31 finetuning of the Win32 simulator Christian Kroll 2013-11-23 19:29:13 +0100
  • 4f7c6e429a Alle bilder ins Repo tun; Allerdings absoluten http://.. pfad im README.md :( Joerg Bornschein 2013-09-25 20:22:41 +0200
  • c8affb811c Bilder ins repository Joerg Bornschein 2013-09-25 19:22:32 +0200
  • 5b60902a15 Bilder ins repository Joerg Bornschein 2013-09-25 19:20:39 +0200
  • fef15f5935 Mehr screenshots in die README Joerg Bornschein 2013-09-25 17:29:17 +0200
  • f31181b5ab In kleinen Schritten zu einer besseren README Joerg Bornschein 2013-09-25 16:58:21 +0200
  • 24a23ad07a Neue README angefangen Joerg Bornschein 2013-09-22 17:28:09 +0200
  • 2cb1564c8b Merge branch 'testing' Joerg Bornschein 2013-09-22 16:35:36 +0200
  • bfea7d526f Cleanup in menuconfig Joerg Bornschein 2013-09-22 16:34:27 +0200
  • 6d739b5f74 make menuconfig sollte nciht zweimal durchlaufen Joerg Bornschein 2013-09-22 16:25:43 +0200
  • 4fc8f46a14 Merge branch 'testing' Joerg Bornschein 2013-09-22 14:42:45 +0200
  • ba6d744304 Add 'make test' which compiles a borg-16 and a borg-ls firmware Joerg Bornschein 2013-09-22 14:40:31 +0200
  • 266b599cfd the MCLR pins of the 74HCT164 chips are not connected on Borg 16 Christian Kroll 2013-04-07 01:16:10 +0200
  • 9c389e0ee8 seasonal animation removed Christian Kroll 2013-03-18 14:58:59 +0100
  • 928e6d18f0 more humble error reporting Christian Kroll 2013-03-06 01:41:59 +0100
  • dbe9c915be .gitignore finetuning Christian Kroll 2013-02-07 20:46:26 +0100
  • e9f8615de6 .gitignore finetuning Christian Kroll 2013-02-07 20:44:39 +0100
  • 719d3e507a finetuned .gitignore Christian Kroll 2013-02-04 06:44:04 +0100
  • 403c809b64 corrected some doxygen tag errors Christian Kroll 2013-02-02 16:48:44 +0100
  • d80f054baf removed double entries Christian Kroll 2013-01-21 05:03:44 +0100
  • 0c0cd28168 added .gitignore Christian Kroll 2013-01-21 04:42:23 +0100
  • 00f9fd4380 portability finetuning Christian Kroll 2013-01-06 00:25:19 +0000
  • 987192e2b0 corrected OS detection Christian Kroll 2013-01-04 05:43:36 +0000
  • e1949be8cd extended experimental FreeBSD support to cover i386 as well Christian Kroll 2012-12-28 18:53:40 +0000
  • 6ce39dc7f1 experimental FreeBSD support Christian Kroll 2012-12-27 16:55:13 +0000
  • 448afbbea5 fixed bugs related to borg widths which are not a multiple of 8 Christian Kroll 2012-12-16 05:19:18 +0000
  • 763cc08c28 breakout score culmination bug fixed by nihilus Christian Kroll 2012-11-25 14:30:53 +0000
  • 65ed23f01e whitespace Christian Kroll 2012-11-17 20:19:14 +0000
  • 77545ffb94 Space Invaders is both flicker free and resolution aware, now. Christian Kroll 2012-11-17 17:24:01 +0000
  • 29c532b8b2 regular meeting with Mr. Off-By-One-Error Christian Kroll 2012-11-17 17:22:34 +0000
  • 3c1fc902f4 removed unused variable Christian Kroll 2012-11-05 21:54:16 +0000
  • 1985f4829a small refinements of the win32 simulator Christian Kroll 2012-11-05 21:26:58 +0000
  • 6d8a04a322 progmem const error Christian Kroll 2012-11-03 21:34:09 +0000
  • 05d7054179 Fixed ISR Naming of TIMER0_OVF_vect Jan Kossowski 2012-11-03 16:29:03 +0000
  • c38e02d601 removed bogus "-Wl" parameter from linker invocation as gcc >= 4.7.0 chokes on it Christian Kroll 2012-10-22 01:55:06 +0000
  • 9e85e46214 removed bogus "-Wl" parameter from linker invocation as gcc >= 4.7.0 chokes on it Christian Kroll 2012-10-22 01:30:58 +0000
  • 17dc32acc6 some simulator improvements Christian Kroll 2012-10-20 01:56:36 +0000
  • c36917bb24 finetuned svn:ignore properties Christian Kroll 2012-10-20 01:55:53 +0000