Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v0.1.0
gilrs
Browse files
Aug 17, 2016
Update Cargo.toml
· 2c88ca9e
Arvamer
authored
Aug 17, 2016
View commits for tag v0.1.0
v0.1.0
2c88ca9e
Use Result for ff methods
· f67324c1
Arvamer
authored
Aug 17, 2016
f67324c1
Mention license in README
· 93dfaceb
Arvamer
authored
Aug 17, 2016
93dfaceb
Aug 16, 2016
Small docs fixes
· caa19a7d
Arvamer
authored
Aug 16, 2016
caa19a7d
Add license
· e08ad9f8
Arvamer
authored
Aug 16, 2016
e08ad9f8
Delete controller image from README
· 71d4a99f
Arvamer
authored
Aug 16, 2016
71d4a99f
Initial force feedback documentation
· 99696e4d
Arvamer
authored
Aug 16, 2016
99696e4d
More documentation
· 2ae56135
Arvamer
authored
Aug 16, 2016
2ae56135
Aug 15, 2016
ci: Fix mv and update README
· d88e84df
Arvamer
authored
Aug 15, 2016
d88e84df
ci: Move documentation to public/doc
· 9fe0e022
Arvamer
authored
Aug 15, 2016
9fe0e022
ci: Gitlab pages with documentation
· fde056fa
Arvamer
authored
Aug 15, 2016
fde056fa
Merge branch 'fix_ci' into 'master'
· c43e55d3
Arvamer
authored
Aug 15, 2016
c43e55d3
ci: Fix git submodule
· 79edf700
Arvamer
authored
Aug 15, 2016
79edf700
ci: Install pkg-config and libudev-dev
· 51e9acb0
Arvamer
authored
Aug 15, 2016
51e9acb0
Merge branch 'master' of gitlab.com:Arvamer/gilrs
· b335ea7d
Arvamer
authored
Aug 15, 2016
b335ea7d
Add .gitlab-ci.yml
· 547c4221
Arvamer
authored
Aug 15, 2016
547c4221
Fix compilation errors in doc examples
· d6be58d3
Arvamer
authored
Aug 15, 2016
d6be58d3
Document Gilrs and Gamepad
· c39e3f1e
Arvamer
authored
Aug 15, 2016
c39e3f1e
Aug 14, 2016
Add connected_gamepad method to Gilrs (and mut variant)
· 141b5a1f
Arvamer
authored
Aug 14, 2016
141b5a1f
Add more methods to gamepad::{Button, Axis}
· 6b5dc3ee
Arvamer
authored
Aug 14, 2016
6b5dc3ee
Add logging
· c830fc9c
Arvamer
authored
Aug 14, 2016
c830fc9c
Linux: Improve axis events
· 6a8e6748
Arvamer
authored
Aug 14, 2016
6a8e6748
Linux: Use name from mappings
· b52e20d9
Arvamer
authored
Aug 14, 2016
b52e20d9
Aug 13, 2016
Update SDL_GameControllerDB
· 32e5d41b
Arvamer
authored
Aug 13, 2016
32e5d41b
XInput: Change gamepad's name to "XInput Controller"
· ce846a7d
Arvamer
authored
Aug 13, 2016
ce846a7d
XInput: Check more frequently for new gamepads
· dca1c852
Arvamer
authored
Aug 13, 2016
dca1c852
Aug 12, 2016
Hotplug support for XInput
· f3e22c1c
Arvamer
authored
Aug 10, 2016
f3e22c1c
Enable XInput when creating Gilrs struct
· 36e929db
Arvamer
authored
Aug 05, 2016
36e929db
Basic gamepad support for Windows
· 916ead5d
Arvamer
authored
Aug 01, 2016
916ead5d
Add Windows to platform module
· b9b8c085
Arvamer
authored
Aug 01, 2016
b9b8c085
Internal API redesign - Default impl
· 9d040a84
Arvamer
authored
Aug 12, 2016
9d040a84
Internal API redesign - Linux impl
· bbd6a556
Arvamer
authored
Aug 12, 2016
bbd6a556
Aug 01, 2016
Report values with flat range as 0
· 6c9ec572
Arvamer
authored
Aug 01, 2016
6c9ec572
Cache entire input_absinfo
· 4b555bdc
Arvamer
authored
Aug 01, 2016
4b555bdc
Jul 23, 2016
Ignore wrong values id SDL mappings
· 6c5b6be2
Arvamer
authored
Jul 23, 2016
6c5b6be2
Add mapping from SDL_GameControllerDB
· 0efb9a7b
Arvamer
authored
Jul 23, 2016
0efb9a7b
Jul 22, 2016
Rewrite Mapping::get_{btn,axis}(_)
· 36fde413
Arvamer
authored
Jul 22, 2016
36fde413
Jul 21, 2016
Initial implementation of SDL button mapping format
· 44c070fa
Arvamer
authored
Jul 20, 2016
44c070fa
Jul 20, 2016
Don't treat dpad as axis
· 6763a11f
Arvamer
authored
Jul 20, 2016
6763a11f
Move Mapping to own module
· a189a484
Arvamer
authored
Jul 20, 2016
a189a484
Loading