Commit graph

  • 2b3a4c578a Merge pull request #181 from thefiddler/evdev thefiddler 2014-09-20 13:53:12 +0200
  • a1c3950b8a Merge pull request #180 from thefiddler/mac_joystick thefiddler 2014-09-20 13:53:08 +0200
  • 179c82387c [Linux] Fixed byteswapping in joystick Guid calculation thefiddler 2014-08-11 08:58:57 +0200
  • 3bf29b074c [Input] Fixed debug display of Back gamepad button thefiddler 2014-08-11 08:58:34 +0200
  • 21deea87d8 [Linux] Correctly set evdev packet number thefiddler 2014-08-10 03:01:49 +0200
  • 129fb81224 [Linux] Implemented evdev joystick polling thefiddler 2014-08-09 21:26:21 +0200
  • 397bdda076 [Linux] Implemented evdev joystick device discovery thefiddler 2014-08-07 18:08:53 +0200
  • 8642177c30 [Mac] Use DeviceCollection thefiddler 2014-09-17 18:15:56 +0200
  • 2c26df8d93 [Input] Added From* overloads with out parameters thefiddler 2014-09-17 18:15:05 +0200
  • 2a6579032e [Mac] Match SDL2 element order thefiddler 2014-09-15 14:48:01 +0200
  • fbedac9a16 [Mac] Fixed Joystick Hat calculations thefiddler 2014-09-12 10:33:24 +0200
  • b9f7f2c242 [Mac] Sort joystick elements like SDL2 thefiddler 2014-09-12 08:11:30 +0200
  • 9c67265832 [Mac] Added CFGetTypeID method thefiddler 2014-09-12 08:10:21 +0200
  • 4231cf2cdd [Mac] Use cookies to match HID joystick elements thefiddler 2014-09-11 15:57:14 +0200
  • d4c6b2e699 [Mac] Fixed joystick Guid calculation thefiddler 2014-09-11 13:18:29 +0200
  • 41f1f92cdf Merge pull request #161 from thefiddler/win_xinput thefiddler 2014-09-18 01:14:50 +0200
  • 10dd7e8227 [Input] Special-case pre-SDL2.0.4 xinput bindings thefiddler 2014-09-17 23:48:08 +0200
  • 4337288d74 [Win] Removed unused code thefiddler 2014-09-17 18:43:29 +0200
  • 8237b889c9 [Win] Fixed XInput y-axis and trigger range thefiddler 2014-09-17 18:42:47 +0200
  • ea66a828bf [Win] Suppressed spurious warning thefiddler 2014-09-17 18:42:27 +0200
  • c29509838d Merge pull request #176 from Robmaister/develop thefiddler 2014-09-16 14:17:58 +0200
  • 73f255ed14 [Input] Fixed bitwise test for GamePadAxes thefiddler 2014-09-12 10:23:54 +0200
  • 2df0496c44 [SDL] Correctly byteswap Guid thefiddler 2014-09-12 08:43:20 +0200
  • 71e5a4f4f3 [Input] Add GamePadCapabilities.IsMapped thefiddler 2014-09-12 08:36:52 +0200
  • 7a4dfcf40d Changed Matrix4[d].CreateFromRotationMatrix to a new constructor. Robert Rouhani 2014-09-11 12:33:34 -0400
  • 742149412e [Input] Fixed button/hat->trigger mapping scale thefiddler 2014-09-03 00:11:00 +0200
  • 0735700d50 [Input] Added P880 win32 gamepad configuration thefiddler 2014-09-03 00:10:40 +0200
  • bf9f7c9479 [Input] Fixed trigger ToString() thefiddler 2014-09-03 00:10:21 +0200
  • 6c2a6336b5 [Input] Added missing Back button in ToString() thefiddler 2014-09-02 23:57:38 +0200
  • 0d4fddd9b4 [Win] Skip devices with too many axes thefiddler 2014-09-02 23:32:50 +0200
  • 388acee32a [Win] Correct joystick GUID generation thefiddler 2014-09-02 22:12:13 +0200
  • ec37a9a16d [Input] Do not throw exception on too many axes thefiddler 2014-09-02 22:10:26 +0200
  • f829b3d732 [Win] Fix compilation in Release thefiddler 2014-08-03 00:01:41 +0200
  • 8c762e56e3 [Win] Added collection id to dictionary keys thefiddler 2014-08-02 23:10:33 +0200
  • a2d6f1801c [Win] Improved joystick debugging information thefiddler 2014-08-02 22:57:42 +0200
  • 1e5b2e57cd [Win] Correct XInput axes/button/hat mapping thefiddler 2014-08-01 00:42:39 +0200
  • f81046f27d [Win] Corrected GUID for xinput devices thefiddler 2014-08-01 00:42:18 +0200
  • 0bd6854a65 [Win] Detect xinput devices and use xinput driver thefiddler 2014-08-01 00:41:49 +0200
  • be575d4475 [Win] Refactored UpdateAxes thefiddler 2014-07-31 23:47:18 +0200
  • 354fc04614 [Win] Do not change device index when replugging thefiddler 2014-07-31 23:03:24 +0200
  • 9efa75179f [Platform] DeviceCollection hardware id is long thefiddler 2014-07-31 23:03:02 +0200
  • 4c411b0b6e [Win] Retrieve joystick input even on background thefiddler 2014-07-31 22:52:50 +0200
  • dd0f622670 [Win] Do not re-query caps in ProcessEvents thefiddler 2014-07-31 22:50:33 +0200
  • 15a79e5213 [Input] Improved GamePadButtons.ToString() thefiddler 2014-07-31 22:40:57 +0200
  • 5c0923004a [Win] Fixed axis, button and hat value updates thefiddler 2014-07-31 22:28:23 +0200
  • e3875527eb [Win] Fixed axis range calculation thefiddler 2014-07-31 22:27:22 +0200
  • f010e32570 [Win] Added HidP status codes thefiddler 2014-07-31 21:58:18 +0200
  • cbb2807959 [Win] Implemented joystick button updates thefiddler 2014-07-31 20:44:30 +0200
  • 3fee0bd8d0 [Win] Raw input parsing moved to input drivers thefiddler 2014-07-31 15:44:11 +0200
  • a51a85c517 [Win] Added helper raw input methods thefiddler 2014-07-31 15:43:13 +0200
  • 6d54edc389 [Win] Use DeviceCollection. Fix GUID detection thefiddler 2014-07-31 14:02:51 +0200
  • db01cac895 [Common] Use long for device keys thefiddler 2014-07-31 14:02:37 +0200
  • a8aabbf02c [Win] Made internal struct non-public thefiddler 2014-07-31 14:02:13 +0200
  • 8fddf8b669 [Win] Fixed axis/button detection thefiddler 2014-07-31 09:49:43 +0200
  • f3b3b8860e [Win] Improved HidP bindings thefiddler 2014-07-31 09:49:08 +0200
  • 131de67459 Fixed minor compilation issues thefiddler 2014-07-30 11:38:22 +0200
  • 30d09a4300 [Win] Cleaned up public region Stefanos A 2014-01-18 16:53:30 +0100
  • 9a25ddc14d [Win] Corrected GetRawInputData invocation Stefanos A 2014-01-18 16:53:17 +0100
  • 97b0275aa4 [Win] Removed WinMM joystick driver Stefanos A 2014-01-18 16:25:52 +0100
  • cec48ab20a [Win] Completed raw input IJoystickDriver2 Stefanos A 2014-01-18 16:00:27 +0100
  • f6b382c929 [Win] Reduce duplication in device enumeration Stefanos A 2014-01-17 19:24:00 +0100
  • e38fc0dff7 [Input] Added JoystickCapabilities.SetIsConnected Stefanos A 2014-01-17 19:23:25 +0100
  • 27e80fcc9e [Win] Completed WinRawJoystick implementation Stefanos A 2014-01-17 19:11:16 +0100
  • 956691de31 [Win] Fixed RawHID struct definition Stefanos A 2014-01-17 19:11:05 +0100
  • 94476b930e [Common] Moved axis translation to common Stefanos A 2014-01-17 19:10:41 +0100
  • 85e6b9f9ad [Win] Wrapped additional HID APIs Stefanos A 2014-01-17 19:10:03 +0100
  • 2c197f09e1 [Win] Cleanup Raw Input HID usage/pages Stefanos A 2014-01-17 13:57:15 +0100
  • cac96bbaf9 [Common] Cleaned up comments Stefanos A 2014-01-17 13:39:50 +0100
  • dc357604df [Win] Added HidProtocol binding Stefanos A 2014-01-17 13:38:22 +0100
  • 178305e1c1 [Common] Added HID usage page definitions Stefanos A 2014-01-17 13:38:09 +0100
  • 18c02db7b0 [Win] Initial implementation of WinRawJoystick Stefanos A 2014-01-17 01:27:07 +0100
  • 9cf3deea8c [Win] Improve WinMM.GetCapabilities performance Stefanos A 2014-01-16 23:35:31 +0100
  • c3b289ee9b [Win] Implemented XInput vibration support Stefanos A 2014-01-16 01:20:32 +0100
  • 06e63946cc [Win] Separate keyboard/mouse & joystick drivers Stefanos A 2014-01-15 23:40:28 +0100
  • 5cfde8ff0f [Win] Added combined XInput+WinMM joystick driver Stefanos A 2014-01-15 23:38:57 +0100
  • 14d07a5952 [Win] Corrected XInput Guid in gamepad database Stefanos A 2014-01-15 23:37:44 +0100
  • 765ad9e05b [Win] WinRawInput is IKeyboard/MouseDriver2 Stefanos A 2014-01-15 23:36:35 +0100
  • 8968f7ff38 [Win] XInputJoystick is now IJoystickDriver2 Stefanos A 2014-01-15 23:33:31 +0100
  • 0e72cb3dd2 [OpenTK] Removed unused CreateGraphicsMode API Stefanos A 2014-01-15 17:36:45 +0100
  • d6d6842730 Merge pull request #178 from thefiddler/mac_crash thefiddler 2014-09-11 12:42:20 +0200
  • 73fd8aca35 Merge pull request #179 from thefiddler/issue152 thefiddler 2014-09-11 12:42:12 +0200
  • 1bba544cbe [ES][GL] Fix GetObjectLabel marked obsolete thefiddler 2014-09-11 12:34:35 +0200
  • 6292ad4160 [Mac] Avoid calling finishLaunching multiple times thefiddler 2014-09-11 12:21:05 +0200
  • 1080dec04d [Mac] Do not modify existing mainMenu thefiddler 2014-09-11 12:07:53 +0200
  • 05e40b6f09 Merge pull request #177 from thefiddler/gw_input thefiddler 2014-09-11 09:33:07 +0200
  • 00f2d94b67 Merge pull request #166 from thefiddler/gl45 thefiddler 2014-09-11 09:32:13 +0200
  • c6989395df [Input] Added GameWindow.Mouse/Keyboard.GetState() thefiddler 2014-09-11 01:03:24 +0200
  • 410c06112a [API] Fixed tests for nested types thefiddler 2014-09-11 00:00:16 +0200
  • 978e2ccebb [Convert] Update to v4.5 by default thefiddler 2014-09-10 23:29:30 +0200
  • a9f1b90997 [API] Update test to cover extensions thefiddler 2014-09-10 23:29:15 +0200
  • 1c76024938 [ES][GL] Maintain compatibility with 1.1.4 thefiddler 2014-09-10 23:29:03 +0200
  • ee56a3506d Added Matrix3[d].Add and Matrix4[d].CreateFromRotationMatrix Robert Rouhani 2014-09-09 13:21:11 -0400
  • 51a11092eb [GL] Sync signatures with OpenGL 4.5 thefiddler 2014-09-03 20:56:43 +0200
  • b9235e1b4c [Bind] Remove default debug parameter thefiddler 2014-09-03 20:55:42 +0200
  • 3805c3ad63 [Bind] Minor debug message beautification thefiddler 2014-09-03 20:55:25 +0200
  • a05ffb8654 [Bind] Hardcode some common OpenGL IHV names thefiddler 2014-08-14 10:50:26 +0200
  • d036c50a15 [Bind] Use ES/1.1/obsolete.xml thefiddler 2014-08-14 10:49:47 +0200
  • 1ef9b85e9a [ES] Moved some ES 1.1 to ES/1.1/obsolete.xml thefiddler 2014-08-14 10:49:36 +0200
  • b45e9463fc [GL] Removed duplicate enums thefiddler 2014-08-14 10:31:02 +0200
  • 45c8d837a1 [Bind] Added ES 3.1 generator thefiddler 2014-08-14 10:30:25 +0200