Commit graph

370 commits

Author SHA1 Message Date
Ingo Ruhnke
52251ead87 Added Hori Real Arcade Pro Ex, thanks to Carl Fink <cafink@gmail.com> 2009-09-01 11:36:01 +02:00
Ingo Ruhnke
6d05f4f3f0 Added Hori Real Arcade Pro Ex, thanks to Carl Fink <cafink@gmail.com> 2009-09-01 11:30:56 +02:00
Ingo Ruhnke
fc8b7b991c Added some missing includes to make g++-4.4 happy 2009-08-25 14:09:40 +02:00
Ingo Ruhnke
4c0d78e980 Added check for g++ 2009-08-20 12:35:04 +02:00
Ingo Ruhnke
896bfb001f Added g++ to the requirements 2009-08-20 12:00:53 +02:00
Ingo Ruhnke
d2416bbdcb Use boost::shared_array<> instead of raw pointers 2009-08-05 14:10:08 +02:00
Ingo Ruhnke
372409dbb3 Applied low latency patch from daniel åkerud <daniel.akerud@gmail.com> 2009-08-05 13:48:38 +02:00
Ingo Ruhnke
a8130da959 Added Note about Saitek P2500, removed unused thing from SConstruct 2009-08-05 13:39:17 +02:00
Ingo Ruhnke
c40cf0d88a Removed Append() as its automatically done by the check already 2009-08-04 00:33:36 +02:00
Ingo Ruhnke
7a1941b1a1 Fixed date in copyright header 2009-08-04 00:32:44 +02:00
Ingo Ruhnke
ffe5b09233 Added experimental Saitek P2500 support 2009-08-02 10:14:53 +02:00
Ingo Ruhnke
5ac5360515 Release preparations 2009-07-30 14:28:58 +02:00
Ingo Ruhnke
6882376a1e Moved the sleep into the 'no data available' branch, so we don't sleep when data is in the queue 2009-07-30 13:24:54 +02:00
Ingo Ruhnke
2c9b5cf910 Added boost-thread to the requirements 2009-07-29 20:31:05 +02:00
Ingo Ruhnke
7dc79436bb Some brute force sleep, so that we don't waste all available CPU 2009-07-29 19:53:12 +02:00
Ingo Ruhnke
94114d8e6b Ignore empty reads 2009-07-29 18:57:00 +02:00
Ingo Ruhnke
cf481429a2 Do Proper cleanup in usb_read_thread.cpp 2009-07-29 18:55:08 +02:00
Ingo Ruhnke
8cca647951 Added explanation for uinput trouble to README 2009-07-29 18:37:30 +02:00
Ingo Ruhnke
b90a6dea7e Some more git ignore 2009-07-29 17:08:34 +02:00
Ingo Ruhnke
9fb7fc24b8 Added some SCons configure magic and a compatibility fix for older boost versions 2009-07-29 17:07:52 +02:00
Ingo Ruhnke
c4b7f42494 Fixed some bugs in threading, use threading for the wired controller too 2009-07-29 15:52:27 +02:00
Ingo Ruhnke
bbefd03dd5 Some experimental work on using threads for reading from USB 2009-07-29 15:43:25 +02:00
Ingo Ruhnke
d047b207ee Some experimental work on using threads for reading from USB 2009-07-29 15:43:23 +02:00
Ingo Ruhnke
bcda1f82ae Release preparations 2009-07-29 14:30:31 +02:00
Ingo Ruhnke
ea814d257f Debug print removed 2009-07-02 17:22:01 +02:00
Ingo Ruhnke
a24692223f TODO updates 2009-07-02 17:21:10 +02:00
Ingo Ruhnke
5cbe7d194a Fixed wordwrap for single-column text 2009-06-23 04:31:30 +02:00
Ingo Ruhnke
a8a1532e0a Added wordwrap for single column text, added more flexible indent_str instead of just a space count 2009-06-23 04:18:21 +02:00
Ingo Ruhnke
9f5710ff80 Added automatic word-wrap to --help output 2009-06-23 03:42:40 +02:00
Ingo Ruhnke
d5320dd9e4 key vs short_option issue fixed 2009-06-21 18:01:20 +02:00
Ingo Ruhnke
14ebc807af Integrated new ArgParser, might still contain bugs 2009-06-21 16:33:15 +02:00
Ingo Ruhnke
cd53dff085 Added ArgParser class 2009-06-20 23:23:07 +02:00
Ingo Ruhnke
b95bc93aca TODO updates 2009-06-20 23:22:47 +02:00
Ingo Ruhnke
3fd6fffffa Added get_terminal_width() 2009-06-20 23:22:31 +02:00
Ingo Ruhnke
eb7618917c Copyright header fix 2009-06-20 23:21:45 +02:00
Ingo Ruhnke
bf26c2912c Some cleanup 2009-06-19 17:10:48 +02:00
Ingo Ruhnke
e85ad43b95 Removed data-loss issue from TODO, as it was caused by missing packed struct attribute and not real dataloss 2009-06-19 05:08:33 +02:00
Ingo Ruhnke
cd32d63044 Ignore 0 reads 2009-06-19 05:06:50 +02:00
Ingo Ruhnke
2571ada962 Implemented support for Thrustmaster Dual Power 3 gamepad vsb 2009-06-19 04:38:09 +02:00
Ingo Ruhnke
080541f30e More cleanup 2009-06-19 01:54:53 +02:00
Ingo Ruhnke
6d48458009 Removed the remaining exit()'s from CommandLineOptions 2009-06-19 01:29:21 +02:00
Ingo Ruhnke
112114d2b0 Replaced exit(EXIT_FAILURE) with an exception 2009-06-19 01:05:12 +02:00
Ingo Ruhnke
07d22bb4ff Replaced exit(EXIT_FAILURE) with an exception 2009-06-19 00:52:37 +02:00
Ingo Ruhnke
2893dca152 Replaced exit(EXIT_FAILURE) with an exception 2009-06-19 00:42:52 +02:00
Ingo Ruhnke
54db79a889 Cleaned up list_controller() 2009-06-19 00:25:33 +02:00
Ingo Ruhnke
5440a4f4fc Made some methods const 2009-06-19 00:12:39 +02:00
Ingo Ruhnke
e7da769b9f Some more refactoring 2009-06-19 00:05:57 +02:00
Ingo Ruhnke
639f1b83a2 Some code cleanup 2009-06-18 23:31:44 +02:00
Ingo Ruhnke
cf53e56b9c Moved xpad_devices into separate file 2009-06-18 23:06:29 +02:00
Ingo Ruhnke
4eacd21926 Added diagonals issue to the TODO 2009-06-18 22:58:04 +02:00