FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · DogTwoMey/InputSystem · GitHub
DogTwoMey
/
InputSystem
Public
forked from
Unity-Technologies/InputSystem
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on May 24, 2024
NEW: Add check for PR titles prefixes in CI
jfreire-unity
authored
3adb0e1
View commit details
Copy full SHA for 3adb0e1
Browse repository at this point
FIX: Avoid potential for NullReferenceException in FireStateChangeNotifications (ISXB-724). (#1927)
Show description for 5016d79
graham-huws-unity
authored
5016d79
View commit details
Copy full SHA for 5016d79
Browse repository at this point
Commits on May 17, 2024
NEW: Added Repository QoL Fork commands and Windows commands shortcuts for Powershell (#1930)
bmalrat
authored
a7f5b71
View commit details
Copy full SHA for a7f5b71
Browse repository at this point
Commits on May 15, 2024
FIX: Fixed disabling composite binding while pressed (ISXB-505) (#1926)
Show description for 3a454e8
bmalrat
authored
3a454e8
View commit details
Copy full SHA for 3a454e8
Browse repository at this point
Commits on May 14, 2024
FIX: Address CI failure in Package validation tests (#1922)
timkeo
authored
c2f4dea
View commit details
Copy full SHA for c2f4dea
Browse repository at this point
[Input] AssetPostprocessor - check file exists before attempting to read it (InputActionImporter) (#1919)
Show description for 02ebaf5
AlexTyrer
authored
02ebaf5
View commit details
Copy full SHA for 02ebaf5
Browse repository at this point
Commits on May 7, 2024
CHANGE: update versions for CI (#1918)
Show description for 1c84f1a
stefanunity
authored
1c84f1a
View commit details
Copy full SHA for 1c84f1a
Browse repository at this point
CHANGE: Add Linux platform to CI (#1920)
Show description for d0e24f3
stefanunity
authored
d0e24f3
View commit details
Copy full SHA for d0e24f3
Browse repository at this point
Commits on May 3, 2024
FIX: Composite binding isn't triggered after ResetDevice() called during Action handler (ISXB-746) (#1893)
Show description for 0ddd534
timkeo
and
Pauliusd01
authored
0ddd534
View commit details
Copy full SHA for 0ddd534
Browse repository at this point
Commits on Apr 30, 2024
FIX: UI Click events passing down to child objects (ISXB-857) (#1911)
Show description for 82b53d6
graham-huws-unity
authored
82b53d6
View commit details
Copy full SHA for 82b53d6
Browse repository at this point
FIX: `USE_OPTIMIZED_CONTROLS` feature flag reduces performance in built players (#1906)
Show description for d3f7053
jfreire-unity
authored
d3f7053
View commit details
Copy full SHA for d3f7053
Browse repository at this point
Commits on Apr 29, 2024
CHANGE: Bump version to 1.8.3 (#1917)
stefanunity
authored
7f4ceee
View commit details
Copy full SHA for 7f4ceee
Browse repository at this point
RELEASE: 1.8.2
stefanunity
committed
63f445b
View commit details
Copy full SHA for 63f445b
Browse repository at this point
Commits on Apr 23, 2024
NEW: Add tests for default UI input actions (ISX-1915). (#1908)
Show description for 1667529
graham-huws-unity
authored
1667529
View commit details
Copy full SHA for 1667529
Browse repository at this point
FIX: ISX-1954 UI action requirement verification and fixed a problem causing null-reference access when actions are missing from Project-wide Input Actions Asset. (#1903)
Show description for ea51d3e
ekcoh
and
duckets
authored
ea51d3e
View commit details
Copy full SHA for ea51d3e
Browse repository at this point
Commits on Apr 22, 2024
Fix resource leaks in Input Actions Editor window. (#1909)
Show description for 2aee531
AlexTyrer
and
ekcoh
authored
2aee531
View commit details
Copy full SHA for 2aee531
Browse repository at this point
FIX: InvalidOperationException thrown when entering PlayMode if Project-wide Input Action Asset changes didn't save (ISX-1953) (#1907)
Show description for 1a756df
timkeo
authored
1a756df
View commit details
Copy full SHA for 1a756df
Browse repository at this point
Commits on Apr 18, 2024
CHANGED: Expand Optimized Controls performance testing (#1905)
Show description for 335be33
jfreire-unity
authored
335be33
View commit details
Copy full SHA for 335be33
Browse repository at this point
Commits on Apr 16, 2024
FIX: PWA asset isn't properly restored after deleting Library folder (ISXB-853) (#1904)
Show description for 07c502d
timkeo
authored
07c502d
View commit details
Copy full SHA for 07c502d
Browse repository at this point
Commits on Apr 12, 2024
FIX: Update DualSense HID support so OutputReports function properly (ISXB-787) (#1900)
Show description for 30225fa
timkeo
authored
30225fa
View commit details
Copy full SHA for 30225fa
Browse repository at this point
FIX: Allow default UI actions to work without setting up a project-wide actions file (ISXB-811). (#1899)
Show description for 596c508
graham-huws-unity
and
jfreire-unity
authored
596c508
View commit details
Copy full SHA for 596c508
Browse repository at this point
CHANGE: Override UGUI EventSystem with InputSystemUIInputModule (#1902)
Show description for 19cb9dc
jfreire-unity
and
lyndon-unity
authored
19cb9dc
View commit details
Copy full SHA for 19cb9dc
Browse repository at this point
Commits on Apr 10, 2024
FIX: ObjectDisposedException regression when deleting actions maps (ISXB-831) (#1901)
Show description for c98f192
timkeo
authored
c98f192
View commit details
Copy full SHA for c98f192
Browse repository at this point
FIX: Avoid cases on Android where keys can get stuck set as pressed (ISXB-475). (#1896)
graham-huws-unity
authored
a064203
View commit details
Copy full SHA for a064203
Browse repository at this point
Commits on Apr 4, 2024
DOCS: Fixed enhanced touch support link (ISX-1757)(#1897)
duckets
authored
f769315
View commit details
Copy full SHA for f769315
Browse repository at this point
DOCS: Clarified workflows section including page naming, guidance, pros and cons. (ISX-1857) (#1895)
Show description for 52b7a89
duckets
authored
52b7a89
View commit details
Copy full SHA for 52b7a89
Browse repository at this point
Commits on Mar 28, 2024
FIX: Avoid nullrefs from right-clicking when there's no Action Maps (ISXB-833). (#1898)
Show description for 91be281
graham-huws-unity
authored
91be281
View commit details
Copy full SHA for 91be281
Browse repository at this point
Commits on Mar 26, 2024
FIX: reenable editor tests after changes to mock dialogues (ISX-1896) (#1894)
Show description for 2c4e532
stefanunity
authored
2c4e532
View commit details
Copy full SHA for 2c4e532
Browse repository at this point
Commits on Mar 21, 2024
FIX: clean up after the XRI package test (#1892)
Show description for c25f068
stefanunity
authored
c25f068
View commit details
Copy full SHA for c25f068
Browse repository at this point
Commits on Mar 15, 2024
Bump version to 1.8.2 (#1891)
Show description for 6fa89e0
stefanunity
authored
6fa89e0
View commit details
Copy full SHA for 6fa89e0
Browse repository at this point
Commits on Mar 14, 2024
RELEASE: 1.8.1
stefanunity
committed
52bc149
View commit details
Copy full SHA for 52bc149
Browse repository at this point
recreate change from stable
Show description for 3729d8b
stefanunity
committed
3729d8b
View commit details
Copy full SHA for 3729d8b
Browse repository at this point
FIX: NullReferenceException from Path dropdown. (#1887)
Show description for 13d2764
graham-huws-unity
and
stefanunity
authored
13d2764
View commit details
Copy full SHA for 13d2764
Browse repository at this point
removing wrongly re-added exception (#1890)
stefanunity
authored
81518e5
View commit details
Copy full SHA for 81518e5
Browse repository at this point
bump version to 1.8.1 (#1889)
stefanunity
authored
8341e98
View commit details
Copy full SHA for 8341e98
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL