Commit graph

118 commits

Author SHA1 Message Date
Ingo Ruhnke
133d0982fd Added support for remapping buttons 2008-05-02 23:07:06 +02:00
Ingo Ruhnke
beb61477f9 Documentation update, fixed guitar support, deadzone support, led indicate jsdev now 2008-05-02 18:19:59 +02:00
Ingo Ruhnke
c758b6648c - replaced --verbose with --silent 2008-05-02 13:30:19 +02:00
Ingo Ruhnke
46af129d59 - added people to AUTHORS 2008-05-01 16:40:10 +02:00
Ingo Ruhnke
f53acbef13 Added connect message to wireless driver 2008-05-01 12:46:46 +02:00
Ingo Ruhnke
2e05c11edc Fixed Wireless controller support 2008-05-01 12:21:25 +02:00
Ingo Ruhnke
dc583b901e Fixed Wireless controller support 2008-05-01 12:20:34 +02:00
Ingo Ruhnke
4a2973611e Fixed format string 2008-05-01 12:07:13 +02:00
Ingo Ruhnke
71e9349aab Added return value to read() call 2008-05-01 12:03:40 +02:00
Ingo Ruhnke
62c5b6cf9f Better error message 2008-05-01 11:54:52 +02:00
Ingo Ruhnke
1e97627cb5 Fixed wireless support in uinput 2008-05-01 11:46:41 +02:00
Ingo Ruhnke
b6a87a1eab Fixed --list-controller output 2008-05-01 11:43:11 +02:00
Ingo Ruhnke
b88ef37406 Added Xbox360 Wireless support 2008-05-01 11:05:02 +02:00
Ingo Ruhnke
c2d807735e Joined different XboxMsg types into a union 2008-05-01 10:16:49 +02:00
Ingo Ruhnke
ea7511ffcf Replaced Windstille copyright header with proper Xboxdrv one 2008-05-01 09:46:43 +02:00
Ingo Ruhnke
aeea6bf669 Preparations for Xbox360 wireless support 2008-05-01 09:15:40 +02:00
Ingo Ruhnke
b07cf7f2be Some experiment 2008-05-01 00:10:28 +02:00
Ingo Ruhnke
1c6f13ed68 Increased buffer size and fixedSConstruct 2008-04-30 15:49:14 +02:00
Ingo Ruhnke
1d4a1189db Fixed some syncronisation issues in the graphics 2008-04-30 13:59:39 +02:00
Ingo Ruhnke
9d9bfbd1ea Switched to UIManager 2008-04-30 11:49:58 +02:00
Ingo Ruhnke
c4c69cf68f Added ignore file 2008-04-30 11:49:33 +02:00
Ingo Ruhnke
f4b9a919de Add print of device filename 2008-04-30 11:48:07 +02:00
Ingo Ruhnke
407b9973db Added evdev.py 2008-04-30 10:27:36 +02:00
Ingo Ruhnke
6e2755aa3d Added scrollbars 2008-04-30 08:44:47 +02:00
Ingo Ruhnke
73507eca14 Added menubar, statusbar and toolbar 2008-04-30 08:32:42 +02:00
Ingo Ruhnke
b85072f5b9 Fixed a few compiler warnings 2008-04-30 06:48:30 +02:00
Ingo Ruhnke
d254a9f249 Some more mouse clicking support 2008-04-29 18:58:12 +02:00
Ingo Ruhnke
64b7e631d8 Mouse clicks can now connect ports 2008-04-29 17:22:00 +02:00
Ingo Ruhnke
793aa608a6 Added Connection class 2008-04-29 16:45:27 +02:00
Ingo Ruhnke
3c0d124041 Some work on making controls drag&dropable 2008-04-29 16:20:07 +02:00
Ingo Ruhnke
8501bdd277 Added global catch 2008-04-29 15:55:16 +02:00
Ingo Ruhnke
498d96ec7f Splitted port of into seperate class 2008-04-29 15:54:31 +02:00
Ingo Ruhnke
3eda4c8636 Added Control box to inputcfg 2008-04-29 13:18:40 +02:00
Ingo Ruhnke
6fe38b9957 Started GUI for configuration 2008-04-29 12:11:46 +02:00
Ingo Ruhnke
dff77c6082 Switched to C99 2008-04-29 09:10:05 +02:00
Ingo Ruhnke
d670822677 Proper Copyright header 2008-04-29 09:04:04 +02:00
Ingo Ruhnke
e695287c71 Added event print out to --list option 2008-04-29 09:01:35 +02:00
Ingo Ruhnke
2232292bde Added --list option to evtest that list all devices and their properties 2008-04-29 08:54:45 +02:00
Ingo Ruhnke
8628a8193e Implemented throttle for normal analog sticks 2008-04-27 13:30:43 +02:00
Ingo Ruhnke
7429b6ca09 Added a bit syntactic suggar for connections 2008-04-27 12:59:26 +02:00
Ingo Ruhnke
3b5d9df5fe - throttle class and some stuff for graph viz 2008-04-27 12:28:23 +02:00
Ingo Ruhnke
36f786289b - throttle class and some stuff for graph viz 2008-04-27 12:28:20 +02:00
Ingo Ruhnke
74466a5845 - hooked up evdev for testing 2008-04-27 02:27:57 +02:00
Ingo Ruhnke
fe53864438 - added EvdevDriver and ControlFactory 2008-04-27 02:13:50 +02:00
Ingo Ruhnke
1d2389f8ae - added EvdevDriver and ControlFactory 2008-04-27 02:13:49 +02:00
Ingo Ruhnke
27311ed2ce Added JoinAxis and BtnToAbs 2008-04-26 10:20:09 +02:00
Ingo Ruhnke
e9fed16b27 Added autofire_button.?pp 2008-04-26 06:59:02 +02:00
Ingo Ruhnke
1d01b66573 Moved usb handling into seperate thread
Added mouse emulation via abs_to_rel
Added abs_to_btn converter
2008-04-26 06:36:38 +02:00
Ingo Ruhnke
5008924201 - implemented mouse emulation 2008-04-25 20:22:08 +02:00
Ingo Ruhnke
2719b3105e Added some upport for rel events 2008-04-25 08:00:10 +02:00