This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-06-09 00:04:32 +08:00
Code
Issues
Releases
Wiki
Activity
61,410
Commits
4
Branches
802
Tags
1bfe5a18cb94de911bb6ecf445abc8d32fe254ca
Commit Graph
9126 Commits
Merge branch 'master' into realm-migration-operation-blocking
Dean Herbert
·
2021-03-19 21:33:26 +09:00
03592fa696
Ensure aspect ratio slider gets an initial value
Dean Herbert
·
2021-03-19 20:15:29 +09:00
63cbac3bd0
Add checkbox to optionally disable tablet handling
Dean Herbert
·
2021-03-19 20:13:51 +09:00
6f32c302eb
Increase maximum usable aspect ratio to account for ultrawide monitors
Dean Herbert
·
2021-03-19 20:05:18 +09:00
86b229b1c9
Remove no longer relevant comment
Dean Herbert
·
2021-03-19 19:01:32 +09:00
fefb007805
Move bindings to LoadComplete to avoid cross-thread issues
Dean Herbert
·
2021-03-19 19:01:32 +09:00
1e82033c84
Only update tablet values on commit
Dean Herbert
·
2021-03-19 19:01:32 +09:00
c624aa9397
Add arbitrary value to fix FP contains check failures
Dean Herbert
·
2021-03-19 19:01:32 +09:00
6285dcd1a1
Add centre crosshair
Dean Herbert
·
2021-03-19 19:01:32 +09:00
e8c20bdcb1
Show aspect ratio for current usable area
Dean Herbert
·
2021-03-19 19:01:32 +09:00
fb7d095e4a
Update to use new bindables and centered area offset
Dean Herbert
·
2021-03-19 19:01:32 +09:00
196f95ae54
Fix margins and spacing between sub flowed items
Dean Herbert
·
2021-03-19 19:01:32 +09:00
9d0c8902a6
Fix initial tablet size not being initialised
Dean Herbert
·
2021-03-19 19:01:32 +09:00
d422a65900
Add test coverage and better UI handling of no tablet connected scenario
Dean Herbert
·
2021-03-19 19:01:32 +09:00
9a6a0f3df5
Tidy up draw hierarchy and bindable logic
Dean Herbert
·
2021-03-19 19:01:31 +09:00
bba25a0182
Fix remaining feedback loops
Dean Herbert
·
2021-03-19 19:01:31 +09:00
932745e5c4
Simplify aspect ratio application, add window conforming and direct adjustment
Dean Herbert
·
2021-03-19 19:01:31 +09:00
e3bed4c97d
Add aspect ratio display and limiting
Dean Herbert
·
2021-03-19 19:01:31 +09:00
43359553c1
Tidy up visual appearance of settings and add a reset button
Dean Herbert
·
2021-03-19 19:01:31 +09:00
9b70f0ee1f
Fix bounds check becoming false when using full area
Dean Herbert
·
2021-03-19 19:01:31 +09:00
2dc2cb04c3
Make test scene feel more like settings (width-wise)
Dean Herbert
·
2021-03-19 19:01:31 +09:00
382109c7a2
Consume device name
Dean Herbert
·
2021-03-19 19:01:31 +09:00
464702182d
Add feedback when area extends beyond tablet size
Dean Herbert
·
2021-03-19 19:01:31 +09:00
94f184d113
Fix slider bars reloading each time the tablet size is changed
Dean Herbert
·
2021-03-19 19:01:31 +09:00
0a6525baee
Add exclude rule to fix dynamic compilations issues with settings sections
Dean Herbert
·
2021-03-19 19:01:31 +09:00
926e40925e
Make tablet display always fit to size of settings area
Dean Herbert
·
2021-03-19 19:01:31 +09:00
3b7edf1333
Initial pass of configuration interface
Dean Herbert
·
2021-03-19 19:01:31 +09:00
d026c8da85
Merge branch 'master' into input-handler-configuration
Dan Balasescu
·
2021-03-18 22:17:48 +09:00
d9ec3c327e
Implement enable state changes locally for InputHandlers which should be toggleable
Dean Herbert
·
2021-03-18 21:17:04 +09:00
a8cc3a3b44
Adjust kudosu count formatting
Bartłomiej Dach
·
2021-03-17 23:32:08 +01:00
f95ce90c95
Update kudosu description color in line with web
Joehu
·
2021-03-17 14:46:23 -07:00
08ffe425f9
Update total kudosu earned description text in line with web
Joehu
·
2021-03-17 13:22:00 -07:00
599c55fca5
Remove available kudosu section from user profile overlay in line with web
Joehu
·
2021-03-17 13:21:41 -07:00
6cea74f0fa
Remove obsoleted setting for now
Dean Herbert
·
2021-03-17 18:07:51 +09:00
fccd495f27
Merge branch 'master' into input-handler-configuration
Dean Herbert
·
2021-03-17 18:05:14 +09:00
249ab8ab3d
Remove skype
Joehu
·
2021-03-15 10:07:50 -07:00
393f1fbd3f
Merge branch 'master' into user-hide-toolbar-forever
Bartłomiej Dach
·
2021-03-13 17:31:37 +01:00
6438a7ee12
Build on xmldoc with rationale
Dean Herbert
·
2021-03-13 23:29:47 +09:00
a227b0a581
Remove unnecessary second variable
Dean Herbert
·
2021-03-13 23:29:01 +09:00
e70ba2d005
Fix initial operation potentially running before DI is completed
Dean Herbert
·
2021-03-13 19:30:40 +09:00
4afbccfcff
Fix incorrect task being returned for changelog continuations
Dean Herbert
·
2021-03-13 19:26:38 +09:00
b13f193c8d
Move blocking show logic to UpdateState
Joehu
·
2021-03-13 00:05:26 -08:00
0ba5312a40
Add xmldoc for hiddenbyuser bool
Joehu
·
2021-03-12 20:18:32 -08:00
5999e4ba33
Hide toolbar forever when the user hides it
Joehu
·
2021-03-12 15:48:50 -08:00
62f2a823f6
Handle global action in toolbar instead of osugame
Joehu
·
2021-03-12 15:48:49 -08:00
6c0734a09f
Use whitelist to avoid exposing settings to user that shouldn't be
Dean Herbert
·
2021-03-12 18:40:38 +09:00
3458dcc33a
Update bindings settings to handle the new structure and show all handlers
Dean Herbert
·
2021-03-12 18:38:16 +09:00
03230edcb1
Rename KeyboardSection to BindingSection
Dean Herbert
·
2021-03-12 18:36:28 +09:00
3c21c83cc8
Switch RestoreDefaultsValueButton to use HasPendingTasks to avoid tooltip always showing
Dean Herbert
·
2021-03-12 15:23:11 +09:00
e7707eee94
Apply ConfigureAwait changes to game side
Dean Herbert
·
2021-03-08 14:36:35 +09:00
b1cd01ceb8
First
Previous
...
63
64
65
66
67
...
Next
Last