Commit Graph

491 Commits

Author SHA1 Message Date
Christian Kroll 987192e2b0 corrected OS detection 2013-01-04 05:43:36 +00:00
Christian Kroll e1949be8cd extended experimental FreeBSD support to cover i386 as well 2012-12-28 18:53:40 +00:00
Christian Kroll 6ce39dc7f1 experimental FreeBSD support 2012-12-27 16:55:13 +00:00
Christian Kroll 448afbbea5 fixed bugs related to borg widths which are not a multiple of 8 2012-12-16 05:19:18 +00:00
Christian Kroll 763cc08c28 breakout score culmination bug fixed by nihilus 2012-11-25 14:30:53 +00:00
Christian Kroll 65ed23f01e whitespace 2012-11-17 20:19:14 +00:00
Christian Kroll 77545ffb94 Space Invaders is both flicker free and resolution aware, now. 2012-11-17 17:24:01 +00:00
Christian Kroll 29c532b8b2 regular meeting with Mr. Off-By-One-Error 2012-11-17 17:22:34 +00:00
Christian Kroll 3c1fc902f4 removed unused variable 2012-11-05 21:54:16 +00:00
Christian Kroll 1985f4829a small refinements of the win32 simulator 2012-11-05 21:26:58 +00:00
Christian Kroll 6d8a04a322 progmem const error 2012-11-03 21:34:09 +00:00
Jan Kossowski 05d7054179 Fixed ISR Naming of TIMER0_OVF_vect 2012-11-03 16:29:03 +00:00
Christian Kroll c38e02d601 removed bogus "-Wl" parameter from linker invocation as gcc >= 4.7.0 chokes on it 2012-10-22 01:55:06 +00:00
Christian Kroll 9e85e46214 removed bogus "-Wl" parameter from linker invocation as gcc >= 4.7.0 chokes on it 2012-10-22 01:30:58 +00:00
Christian Kroll 17dc32acc6 some simulator improvements 2012-10-20 01:56:36 +00:00
Christian Kroll c36917bb24 finetuned svn:ignore properties 2012-10-20 01:55:53 +00:00
Christian Kroll 70236a5666 add certain .exe files to svn:ignore 2012-10-19 19:52:44 +00:00
Christian Kroll 15d6d82f9f fixed svn:mime-type property 2012-10-17 22:16:55 +00:00
Christian Kroll d4d7aaa1cb small refinements 2012-10-17 21:56:17 +00:00
Christian Kroll 95c06defac forgot to adapt makefile properly 2012-10-17 08:50:59 +00:00
Christian Kroll cb8d91d734 more conservative compiler options for older compilers 2012-10-17 08:32:07 +00:00
Christian Kroll 971901e453 Rewrote API simulator from scratch for Win32 since Cygwin ceased support for Win32's native OpenGL libraries. 2012-10-17 08:29:41 +00:00
Christian Kroll 3e7ee74414 small refinement (30 bytes less, slightly higher precision) 2012-09-18 23:48:41 +00:00
Christian Kroll 5a7834bf8f moved bitmap scroller stuff to dedicated directory 2012-09-15 23:18:43 +00:00
Christian Kroll e1eda5b888 incorporated borg drivers from "Hackerspace FFM" - thx guys! 2012-09-13 01:19:33 +00:00
Christian Kroll d3c94d3101 resolved some signedness issues, still many to go (btw: 78 bytes eliminated in the process) 2012-09-08 01:35:32 +00:00
Christian Kroll 92c4613cdb out of bounds error in case the display width is not multiple of 8 2012-09-04 13:46:35 +00:00
Christian Kroll bcb5e146ce some speed improvements 2012-09-04 01:45:29 +00:00
Christian Kroll bc59653e9b So we meet again, Mister Off-by-one Error... 2012-09-04 01:39:56 +00:00
Christian Kroll 0f7dc22fb8 I could stop if I wanted to! (eliminated 28 bytes) 2012-08-24 19:04:25 +00:00
Christian Kroll ca61149aa2 sacrificed 18 bytes for world peace 2012-08-24 01:43:49 +00:00
Christian Kroll df83dbb8ac drawing routine improved (faster + eliminated 38 bytes), double buffering now mandatory 2012-08-22 23:34:55 +00:00
Christian Kroll f97edbfa34 fixed small typo (doesn't make a big difference, though) + faster transitions 2012-08-19 13:14:27 +00:00
Christian Kroll 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... 2012-08-15 04:05:04 +00:00
Christian Kroll 96ff16629c Ideenpark-Logo 2012-08-11 12:10:28 +00:00
Christian Kroll 59daa948d4 Misspelled the Bastet's original author's name in the Doxygen tags. 2012-07-10 01:59:06 +00:00
Hans-Gert Dahmen d6e0f74e24 fancy new display driver 2012-05-21 23:06:33 +00:00
Christian Kroll 2408387fba oops 2012-05-09 18:06:45 +00:00
Christian Kroll 131fe546b0 made some parameters like plasma frame delays configurable 2012-05-09 17:57:51 +00:00
Christian Kroll da49b6b3b1 added Doxygen configuration file, revised in-place documentation 2012-05-07 06:56:00 +00:00
Christian Kroll f2027360a0 2012-05-06 18:45:43 +00:00
Christian Kroll 0705564d6d slightly smaller fixSin() function (just 14 bytes, maybe they make a difference?) 2012-05-05 03:44:58 +00:00
Christian Kroll af8a928123 switched to fixed point arithmetic; saving 1046 byte and noticeable speedup 2012-05-04 21:53:28 +00:00
Christian Kroll 028dea2b87 Dead code lines everywhere...*sigh*...118 bytes saved 2012-05-04 20:46:25 +00:00
Christian Kroll a2ff6a4142 fixed a typo which caused the simulator build to fail 2012-03-31 14:43:32 +00:00
Christian Kroll 974a7a89b3 Accidentally enforced new table layout instead of the old one. Should be compatible with established Borg EEPROM layouts, now. 2012-03-24 00:44:16 +00:00
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. 2012-03-23 23:21:46 +00:00
Christian Kroll 6f084a5923 replaced deprecated SIGNAL() and SIG_* macros to be compatible with avr-libc 1.8.0 and gcc 4.7.0 2012-03-23 01:27:59 +00:00
tixiv d6e322a988 there was a problem with initing the rfm12. I have corrected it. 2012-03-02 00:01:47 +00:00
tixiv f8a9886e2b rfm12 joystick support working, default config for borgjacke 2012-03-01 23:36:41 +00:00