Commit Graph
41 Commits
Author SHA1 Message Date
Ben Anderson 167e5aebc0 Put all the Make* functions into a single .h/.cpp file (yes, kinda like the way it was), and add Make* functions for DialogDrivers. This means there's only one object that's affected by drivers being added/removed. (Driver default changes are a little different -- 2 or 3 objects.) Also one or two minor cleanups. (note: I apparently don't know much about CVS, it appears that some files might not make it into the repository; hang tight, I'm trying to find a solution.) 2005-03-15 00:30:26 +00:00
Ben Anderson 0db665d4d6 Thorough(!) remodeling of the arch/ directory and the contents therein; fixed link-time warnings on GCC and should make things a lot easier to manage. A pile of other random things too, mostly cleanups and getting things to work with the remodeled arch/ directory. 2005-03-14 06:44:38 +00:00
Glenn Maynard 328c43aba5 disable LightsDriver_Win32Parallel due to GPL-incompatibility 2005-01-06 17:53:51 +00:00
Glenn Maynard 5f0f8a6d28 allow short-circuiting lights logic when lights are not in use 2004-12-03 23:26:59 +00:00
Glenn Maynard c9e523ef09 cleanup 2004-12-03 23:22:08 +00:00
Glenn Maynard 6091b87526 cleanup 2004-08-24 22:44:06 +00:00
Glenn Maynard fb425bcc8f don't duplicate the whole comment in the header; just include a synopsis unless you're documenting an API class, etc 2004-08-24 22:31:18 +00:00
Glenn Maynard 536da0dcf7 cleanup 2004-08-24 22:29:47 +00:00
Glenn Maynard 4ce71a6aef fix copyright notices; let's keep our names in there instead of duplicating them elsewhere 2004-08-24 22:27:53 +00:00
Hugo Hromic M d4edd2d95f added support for Linux Parallel port controlled Lights. To use set LightsDriver=LinuxParallel 2004-08-21 17:42:28 +00:00
Hugo Hromic M 0e86e11acb added support for Linux Parallel port controlled Lights. To use set LightsDriver=LinuxParallel 2004-08-21 17:36:37 +00:00
Glenn Maynard 610aa36a7d fix compile 2004-08-08 17:58:06 +00:00
Chris Danford d51010ff7b fix compile error 2004-07-25 18:49:16 +00:00
Kevin Slaughter 0d67f2e43d Upgrade WeedTech lights driver 2004-07-16 07:45:02 +00:00
Kevin Slaughter ea8833bf1c Weeder Technologies WTDIO-M now fully functioning. 2004-07-08 11:46:20 +00:00
Glenn Maynard e47f331924 move some stuff out of arch.cpp, so arch drivers aren't all cross-dependent 2004-07-07 20:11:30 +00:00
Kevin Slaughter 17486aa8b7 Not completed yet, but adding to repository for assistance if possible from other module holders 2004-06-21 11:11:35 +00:00
Glenn Maynard 564eea2ade license update 2004-05-15 22:07:41 +00:00
Chris Danford 72c26f501a show lights mode in LightsDriver_SystemMessage 2004-03-30 04:44:09 +00:00
Chris Danford 2aad42ab9b don't show unused lights 2004-03-30 04:32:27 +00:00
Chris Danford 0ca0f86d7e clean up lights 2004-03-23 06:11:10 +00:00
Chris Danford bf5e5640b0 add comment to lights 2003-12-20 21:59:43 +00:00
Glenn Maynard 95af3802aa fix warnings 2003-12-19 07:31:11 +00:00
Glenn Maynard bb452ae248 fix close 2003-11-27 03:58:48 +00:00
Steve Checkoway 82c9c8bbb7 Fix include 2003-11-26 16:34:14 +00:00
Glenn Maynard c188984dc7 fix warnings 2003-11-24 00:53:52 +00:00
Chris Danford ffc40fe994 add LightsDriver_ScreenMessage 2003-11-20 11:55:45 +00:00
Jason Asbahr a32a62faac Glenn's serial flow control fix! 2003-11-20 06:44:54 +00:00
Chris Danford ac80119552 disable flow control (try 2) 2003-11-19 09:41:44 +00:00
Chris Danford d08da82598 disable flow control 2003-11-19 09:25:17 +00:00
Jason Asbahr bd0a1736a8 Fixed typo, temp_data to temp_data_to_write 2003-11-19 09:04:25 +00:00
Chris Danford cab597f8ee add debugging output for lights 2003-11-19 08:53:50 +00:00
Chris Danford db89bbf50b send "Yo" before every serial light update 2003-11-19 07:16:17 +00:00
Steve Checkoway 258982f934 Better fix of the warnings in the format string. 2003-11-17 01:45:29 +00:00
Steve Checkoway 2fe0e0ad91 Fix warnings and remove new lines from LOG->Info(). Also, the struct termios member c_line doesn't appear to be defined in every termios.h and it only gets used for logging. 2003-11-17 00:46:55 +00:00
Glenn Maynard 53ca9e0ab8 fix dates 2003-11-16 22:35:59 +00:00
Chris Danford 265aa8f116 flip bits before sending to serial light controller 2003-11-16 20:27:46 +00:00
Chris Danford 1b7a2717d5 fix Linux light compile errors 2003-11-16 11:11:56 +00:00
Chris Danford 5f95df0bae add LightsDriver_LinuxSerial 2003-11-16 07:43:39 +00:00
Chris Danford b697979cc0 support pad lights 2003-11-16 06:27:52 +00:00
Chris Danford 48d5a78429 basic lights support 2003-11-16 04:45:12 +00:00