Commit Graph

  • 70236a5666 add certain .exe files to svn:ignore Christian Kroll 2012-10-19 19:52:44 +0000
  • 15d6d82f9f fixed svn:mime-type property Christian Kroll 2012-10-17 22:16:55 +0000
  • d4d7aaa1cb small refinements Christian Kroll 2012-10-17 21:56:17 +0000
  • 95c06defac forgot to adapt makefile properly Christian Kroll 2012-10-17 08:50:59 +0000
  • cb8d91d734 more conservative compiler options for older compilers Christian Kroll 2012-10-17 08:32:07 +0000
  • 971901e453 Rewrote API simulator from scratch for Win32 since Cygwin ceased support for Win32's native OpenGL libraries. Christian Kroll 2012-10-17 08:29:41 +0000
  • 3e7ee74414 small refinement (30 bytes less, slightly higher precision) Christian Kroll 2012-09-18 23:48:41 +0000
  • 5a7834bf8f moved bitmap scroller stuff to dedicated directory Christian Kroll 2012-09-15 23:18:43 +0000
  • e1eda5b888 incorporated borg drivers from "Hackerspace FFM" - thx guys! Christian Kroll 2012-09-13 01:19:33 +0000
  • d3c94d3101 resolved some signedness issues, still many to go (btw: 78 bytes eliminated in the process) Christian Kroll 2012-09-08 01:35:32 +0000
  • 92c4613cdb out of bounds error in case the display width is not multiple of 8 Christian Kroll 2012-09-04 13:46:35 +0000
  • bcb5e146ce some speed improvements Christian Kroll 2012-09-04 01:45:29 +0000
  • bc59653e9b So we meet again, Mister Off-by-one Error... Christian Kroll 2012-09-04 01:39:56 +0000
  • 0f7dc22fb8 I could stop if I wanted to! (eliminated 28 bytes) Christian Kroll 2012-08-24 19:04:25 +0000
  • ca61149aa2 sacrificed 18 bytes for world peace Christian Kroll 2012-08-24 01:43:49 +0000
  • df83dbb8ac drawing routine improved (faster + eliminated 38 bytes), double buffering now mandatory Christian Kroll 2012-08-22 23:34:55 +0000
  • f97edbfa34 fixed small typo (doesn't make a big difference, though) + faster transitions Christian Kroll 2012-08-19 13:14:27 +0000
  • 663443055c Added basic square pattern animation. Unfortunately, it did not turn out to be as beautiful as intended. Borg displays can be limiting at times... Christian Kroll 2012-08-15 04:05:04 +0000
  • 96ff16629c Ideenpark-Logo Christian Kroll 2012-08-11 12:10:28 +0000
  • 59daa948d4 Misspelled the Bastet's original author's name in the Doxygen tags. Christian Kroll 2012-07-10 01:59:06 +0000
  • d6e0f74e24 fancy new display driver Hans-Gert Dahmen 2012-05-21 23:06:33 +0000
  • 2408387fba oops Christian Kroll 2012-05-09 18:06:45 +0000
  • 131fe546b0 made some parameters like plasma frame delays configurable Christian Kroll 2012-05-09 17:57:51 +0000
  • da49b6b3b1 added Doxygen configuration file, revised in-place documentation Christian Kroll 2012-05-07 06:56:00 +0000
  • f2027360a0 Christian Kroll 2012-05-06 18:45:43 +0000
  • 0705564d6d slightly smaller fixSin() function (just 14 bytes, maybe they make a difference?) Christian Kroll 2012-05-05 03:44:58 +0000
  • af8a928123 switched to fixed point arithmetic; saving 1046 byte and noticeable speedup Christian Kroll 2012-05-04 21:53:28 +0000
  • 028dea2b87 Dead code lines everywhere...*sigh*...118 bytes saved Christian Kroll 2012-05-04 20:46:25 +0000
  • a2ff6a4142 fixed a typo which caused the simulator build to fail Christian Kroll 2012-03-31 14:43:32 +0000
  • 974a7a89b3 Accidentally enforced new table layout instead of the old one. Should be compatible with established Borg EEPROM layouts, now. Christian Kroll 2012-03-24 00:44:16 +0000
  • 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. Christian Kroll 2012-03-23 23:21:46 +0000
  • 6f084a5923 replaced deprecated SIGNAL() and SIG_* macros to be compatible with avr-libc 1.8.0 and gcc 4.7.0 Christian Kroll 2012-03-23 01:27:59 +0000
  • d6e322a988 there was a problem with initing the rfm12. I have corrected it. tixiv 2012-03-02 00:01:47 +0000
  • f8a9886e2b rfm12 joystick support working, default config for borgjacke tixiv 2012-03-01 23:36:41 +0000
  • 6a4317ca73 adding rfm12 joystick support tixiv 2012-03-01 23:20:05 +0000
  • fd0c811993 fixed: bits in higher planes weren't always distributed to lower ones Christian Kroll 2012-02-19 03:18:21 +0000
  • 1d67907475 fixed an assertion and some typos Christian Kroll 2012-02-18 00:30:39 +0000
  • 484817740d small speedup of the drawing routine (68 byte code size increase) Christian Kroll 2012-02-18 00:15:32 +0000
  • 05bc860b25 made those ATmega644P code snippets also work for ATmega644 Christian Kroll 2012-02-12 20:47:55 +0000
  • a3f7e211a0 fixed amount of iterations because of endless loops on the ls-borg Christian Kroll 2012-01-30 21:28:52 +0000
  • 24ef3480ff decoupled frame rate from movement rate Christian Kroll 2012-01-30 20:30:04 +0000
  • 37601f1839 some other improvements Hans-Gert Dahmen 2011-12-21 06:51:46 +0000
  • eaa7b8d715 some improvements Hans-Gert Dahmen 2011-12-21 06:47:22 +0000
  • 6325170d1c new hardware driver, still beta Hans-Gert Dahmen 2011-12-21 04:54:48 +0000
  • 9c07418f23 adding new hardware config Hans-Gert Dahmen 2011-12-20 17:24:38 +0000
  • 09946f37f7 more earl, more grey! Christian Kroll 2011-12-19 22:47:24 +0000
  • 83d8e3c0d8 crime scene, do not cross Christian Kroll 2011-12-16 19:40:25 +0000
  • 6286a3ed25 integrated the black hole animation from the former borg simulator tree Christian Kroll 2011-12-15 04:43:40 +0000
  • 1fb79e3dda added some config options and updated the profiles Christian Kroll 2011-12-04 08:03:19 +0000
  • 4bdb0d419d added experimental driver for the ancient borg (not testet, yet!) Christian Kroll 2011-12-04 06:31:48 +0000
  • 21a842a54b 28c3 logo added. Ugly...but rare. Christian Kroll 2011-11-30 23:45:00 +0000
  • 3399731b2d spot the german who tries english but fails somewhat Hans-Gert Dahmen 2011-11-08 02:46:56 +0000
  • 1eaaadf509 Spot the German! Christian Kroll 2011-11-07 22:35:57 +0000
  • 7fe76fb14b added obj_avr and obj_sim to svn:ignore Christian Kroll 2011-11-02 23:57:18 +0000
  • 0b49336643 saved 12 bytes (yes, I really needed them) Christian Kroll 2011-11-01 14:56:24 +0000
  • 84512b4740 reverted optimization (10 bytes) which caused colors 1 and 2 to swap Christian Kroll 2011-11-01 13:57:24 +0000
  • 36c1919153 reverted accidentally checked in plasma code Christian Kroll 2011-10-30 20:17:11 +0000
  • 1403faf737 removed ambiguous (wannabe) multi-platform lib Hans-Gert Dahmen 2011-10-30 03:07:13 +0000
  • c3bd8e0913 using unsigned literals produces better code regarding modulo operations Christian Kroll 2011-10-29 23:44:51 +0000
  • d4cbcb9b7b added profile for Andre's borg Christian Kroll 2011-10-29 22:46:23 +0000
  • 6e91e5e29b increased "ignore counter" for the fire button because of joystick chatter Christian Kroll 2011-10-29 22:45:30 +0000
  • 19837b044f Hans-Gert Dahmen 2011-10-29 06:59:06 +0000
  • 2f7200a01f longer timerequest timeout Hans-Gert Dahmen 2011-10-29 06:56:58 +0000
  • 9efcc251a7 more config options; better default profiles Hans-Gert Dahmen 2011-10-29 05:59:46 +0000
  • ceffdd6bbf added number of rounds specifier for matrix, updated default profiles Hans-Gert Dahmen 2011-10-28 23:42:20 +0000
  • d738d36c16 added game of life config options Hans-Gert Dahmen 2011-10-28 22:29:54 +0000
  • 8c64e19bf7 updated default profiles Hans-Gert Dahmen 2011-10-28 21:56:26 +0000
  • acd84305c6 fixed a lot of config options Hans-Gert Dahmen 2011-10-28 21:52:17 +0000
  • 0c379920a1 fixed, added, stuffed Hans-Gert Dahmen 2011-10-28 20:50:23 +0000
  • 0ad1dde4b8 superseded by borgware Hans-Gert Dahmen 2011-10-28 20:20:55 +0000
  • fe8f3302c0 fixed stuff Hans-Gert Dahmen 2011-10-28 20:17:36 +0000
  • 00244f7e6d did this ever work? adde makefile, fixed faulty config menu Hans-Gert Dahmen 2011-10-28 20:03:02 +0000
  • 2182e45c88 added borg time stuff to source, but config doesnt enable it yet Hans-Gert Dahmen 2011-10-28 18:53:38 +0000
  • 31e21e170f removed 27c3 animation (don't live in the past, dude) Christian Kroll 2011-10-15 06:42:06 +0000
  • 2a81b8e743 saved 68 bytes Christian Kroll 2011-09-25 01:49:52 +0000
  • c176376b0b refined "Out Of Spec" logo to be more readable on typical borg hardware Christian Kroll 2011-09-21 01:06:23 +0000
  • 99f8dac653 added provisional labortage 2011 logo (I picked the current favorite for now) Christian Kroll 2011-09-15 03:17:44 +0000
  • ce2732f8fa using cached values for some trigonometric calculations -> speedup++ Christian Kroll 2011-09-13 21:34:22 +0000
  • c3908da1eb dealt with compiler warning about discarded qualifiers Christian Kroll 2011-09-13 00:25:14 +0000
  • c4124c8389 replaced uint8_t with unsigned char for consistency Christian Kroll 2011-09-12 22:20:42 +0000
  • 08be3d87f7 double buffering enabled and drawing loop optimized Christian Kroll 2011-09-12 22:16:04 +0000
  • f0c8d17bb4 reverted spiral routine as the new implementation had no dispappearing animation Christian Kroll 2011-09-04 22:31:24 +0000
  • 610f62a4f5 made 27c3 animation compilable on gcc >= 4.6.0 Christian Kroll 2011-09-04 22:29:30 +0000
  • 9732a13bf0 reduce namespace collisions Christian Kroll 2011-09-04 22:28:24 +0000
  • bf75e61371 restored formatting Christian Kroll 2011-09-04 22:26:13 +0000
  • 56973fe40a moved const modifier to the right of the type (for consistency) Christian Kroll 2011-09-04 22:24:57 +0000
  • 5265dd318c Fixed a couple of compile errors with avr-gcc 4.6.1 alu 2011-09-04 01:08:13 +0000
  • 0370ff863b saved 158 bytes Christian Kroll 2011-09-03 20:22:33 +0000
  • 041bae2942 saved 38 bytes Christian Kroll 2011-09-02 16:47:46 +0000
  • bd99f557b8 oops... Christian Kroll 2011-09-02 08:02:03 +0000
  • b4e5b60ffe don't create rectangles with width or height being 0 (and some whitespace noise, sorry) Christian Kroll 2011-09-01 21:56:41 +0000
  • 3536604fb6 nitpicking ftw! Christian Kroll 2011-08-31 19:36:03 +0000
  • 1a3239be1d streamlined M. Herweg's animations: now using Bresenham's line algorithm, removed obvious bugs, added some comments, saving 232 bytes Christian Kroll 2011-08-31 18:59:04 +0000
  • b39da5ff5e Fixed build errors on borgs with asymmetric resolutions. Christian Kroll 2011-08-17 03:35:36 +0000
  • d4ae78fee3 saved up to 240 bytes (depending on borg hw), translated some German comments into English and cleaned up formatting (sorry about the noise) Christian Kroll 2011-08-17 01:16:25 +0000
  • 3e8768866c cosmetic cleanups and fixed bucket limits (didn't cause any bugs, though) Christian Kroll 2011-06-26 00:17:51 +0000
  • 49c4707896 pin out macros weren't properly included Christian Kroll 2011-06-20 21:57:30 +0000
  • 5907d948b3 minor fix asklepios 2011-06-11 16:27:44 +0000
  • 8e2c6160b4 cleaned up svn:ignore property Christian Kroll 2011-06-02 17:22:48 +0000
  • 53fbefd70a cleaned up include directives Christian Kroll 2011-06-02 14:00:51 +0000