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
Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
Register now
Commits · 0.4.1
gilrs
Browse files
Dec 12, 2016
Version 0.4.1
· 3b5adaa4
Arvamer
authored
Dec 12, 2016
View commits for tag 0.4.1
0.4.1
3b5adaa4
Fix for type inference error on nightly rustc
· cebd46f9
Arvamer
authored
Dec 12, 2016
cebd46f9
Dec 11, 2016
Version 0.4.0
· ea9ff2bd
Arvamer
authored
Dec 11, 2016
View commits for tag v0.4.0
v0.4.0
ea9ff2bd
Change documentation link in Cargo.toml to docs.rs
· e4ec4364
Arvamer
authored
Dec 11, 2016
e4ec4364
Minor documentation improvements
· 19bacf75
Arvamer
authored
Dec 11, 2016
19bacf75
Rename is_btn_pressed -> is_pressed, axis_val -> value
· 3e700da5
Arvamer
authored
Dec 11, 2016
3e700da5
After changing mapping set source to SdlMapping
· 22c06e52
Arvamer
authored
Dec 11, 2016
22c06e52
Update CHANGELOG.md
· 546f540d
Arvamer
authored
Dec 11, 2016
546f540d
Normalize all axes on Linux
· b0129e6e
Arvamer
authored
Dec 11, 2016
b0129e6e
Avoid logging errors for js interface
· f19a9ad9
Arvamer
authored
Dec 11, 2016
f19a9ad9
Fix normalized integers to f32 conversion
· fd27eb79
Arvamer
authored
Dec 11, 2016
fd27eb79
Dec 10, 2016
Add Gilrs::with_mappings(&str) and test for MappingDb::with_mappings()
· 163cef4d
Arvamer
authored
Dec 10, 2016
163cef4d
Prepare MappingDb for
#14
· 43daee93
Arvamer
authored
Dec 10, 2016
43daee93
Update CHANGELOG
· ba9ae93a
Arvamer
authored
Dec 10, 2016
ba9ae93a
Merge branch '12-implement-mappings-creation' into 'master'
· 156c0752
Arvamer
authored
Dec 10, 2016
156c0752
Documentation for mappings creation
· dc69f937
Arvamer
authored
Dec 10, 2016
dc69f937
Derive(Debug, Clone) for MappingData, fix DPad elementnames
· ac7a5bd8
Arvamer
authored
Dec 10, 2016
ac7a5bd8
Nov 27, 2016
Reformat code with rustfmt
· badb075c
Arvamer
authored
Nov 27, 2016
badb075c
Mapping not mappings
· a6d228ac
Arvamer
authored
Nov 27, 2016
a6d228ac
Add MappingsError::DuplicatedEntry
· 23c38c48
Arvamer
authored
Nov 27, 2016
23c38c48
Finish example, add button() and axis() methods to MappingsData
· b9299a02
Arvamer
authored
Nov 27, 2016
b9299a02
Nov 21, 2016
First version of example
· c8b80bf6
Arvamer
authored
Nov 21, 2016
c8b80bf6
Nov 20, 2016
Basic test for Mapping::from_data(..)
· a77fea4b
Arvamer
authored
Nov 20, 2016
a77fea4b
Nov 13, 2016
Untested set_mappings impl
· 5e4f77a0
Arvamer
authored
Nov 13, 2016
5e4f77a0
Move finding buttons and axes to new functions
· b4a3812c
Arvamer
authored
Nov 13, 2016
b4a3812c
Nov 12, 2016
Add no-op impl for creating mappings
· 5de7522c
Arvamer
authored
Nov 12, 2016
5de7522c
Add MappingsData
· d869b559
Arvamer
authored
Nov 12, 2016
d869b559
ci: Update rust to 1.13
· c680e63e
Arvamer
authored
Nov 12, 2016
c680e63e
Nov 11, 2016
[ci skip] Make the badge license link
· f7154a79
Arvamer
authored
Nov 11, 2016
f7154a79
Add docs.rs badge
· cd536ba3
Arvamer
authored
Nov 11, 2016
cd536ba3
Update CHANGELOG
· d382a7b1
Arvamer
authored
Nov 11, 2016
d382a7b1
Add MappingsSource
· 4e216aca
Arvamer
authored
Nov 11, 2016
4e216aca
Merge branch 'nativ_ev_codes' into 'master'
· bc104a9b
Arvamer
authored
Nov 11, 2016
bc104a9b
Do not leak file descriptor
· ad27d0b2
Arvamer
authored
Nov 11, 2016
ad27d0b2
Treat more devices as gamepads
· 20b1360a
Arvamer
authored
Nov 11, 2016
20b1360a
Refactor opening gamepad in Linux
· 05d8783b
Arvamer
authored
Nov 11, 2016
05d8783b
Nov 07, 2016
Update documentation.
· 0aa43de2
Arvamer
authored
Nov 07, 2016
0aa43de2
Reexport `NativeEvCode`
· bba90771
Arvamer
authored
Nov 07, 2016
bba90771
Update tests
· 4250fd23
Arvamer
authored
Nov 07, 2016
4250fd23
Return all button and abs events
· 59ec99f3
Arvamer
authored
Nov 07, 2016
59ec99f3
Loading