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-05-20 17:29:54 +08:00
Code
Issues
Releases
Wiki
Activity
30,252
Commits
4
Branches
793
Tags
1f2a2f0e4f0dcfa5572d20f4b45c4e60da3cd168
Commit Graph
1967 Commits
Remove group selector for now, tidy up code somewhat
Dean Herbert
·
2020-07-09 13:47:11 +09:00
bbbe8d6f68
Move DateTooltip to it's on file
Andrei Zavatski
·
2020-07-07 16:46:17 +03:00
bdec13d4a4
Merge remote-tracking branch 'refs/remotes/ppy/master' into news
Andrei Zavatski
·
2020-07-07 16:36:41 +03:00
447cd17cf6
Use DrawableDate tooltip for DateContainer
Andrei Zavatski
·
2020-07-07 00:01:06 +03:00
c86bb2e755
Fix crash when changing tabs in changelog
smoogipoo
·
2020-07-03 16:47:34 +09:00
cb69d1a865
Use new empty ChannelAmplitudes spec
Dean Herbert
·
2020-06-23 21:30:37 +09:00
f2735a7797
Update naming
Dean Herbert
·
2020-06-23 21:27:01 +09:00
14ad3835ff
Simplify logic by considering all buttons equally
Dean Herbert
·
2020-06-22 16:19:38 +09:00
e91c2ee5e2
Add cursor rotation on middle mouse button
Power Maker
·
2020-06-13 12:18:50 +02:00
9230c148c7
Merge branch 'master' into master
Power Maker
·
2020-06-12 16:41:34 +02:00
aa977569e2
Rename shouldRotateCursor() to shouldKeepRotating()
Power Maker
·
2020-06-12 15:43:19 +02:00
8924ff4ba6
move cursorRotate.Value check into shouldRotateCursor() method
Power Maker
·
2020-06-12 13:20:09 +02:00
b076cf96b7
Fix LoadingSpinner not always playing fade in animation
Dean Herbert
·
2020-06-12 13:38:20 +09:00
91b6979c97
Simplify negative equality expression
Power Maker
·
2020-06-03 21:42:23 +02:00
939a76b08f
Remove unnecessary using statement.
Power Maker
·
2020-06-03 21:13:11 +02:00
ff220b2ebe
Rename method to avoid confusion
Power Maker
·
2020-06-03 20:50:37 +02:00
747ecd5ab2
Remove unnecessary comment
Power Maker
·
2020-06-03 20:46:24 +02:00
eb15fc0bf9
Add method for any mouse button pressed.
Power Maker
·
2020-06-03 20:43:47 +02:00
3fa02a5782
Simplify shouldRotate method
Co-authored-by: Bartłomiej Dach <
dach.bartlomiej@gmail.com
>
Power Maker
·
2020-06-03 20:35:44 +02:00
89d973416a
Add method for checking if cursor should rotate
Power Maker
·
2020-06-03 10:03:39 +02:00
86a4664d9b
Fixed whitespace
Power Maker
·
2020-06-02 22:25:25 +02:00
fa4d13a22b
Add cursor rotation on right mouse button
Power Maker
·
2020-06-02 20:57:02 +02:00
85d0c04e61
Add cursor rotation on right mouse button
Power Maker
·
2020-06-02 20:55:21 +02:00
a2fdf94483
Add menus to mark as rim and strong
Dean Herbert
·
2020-05-29 16:45:47 +09:00
3487c1fd1b
Merge branch 'master' into sections-container-fix
Dan Balasescu
·
2020-05-18 19:16:44 +09:00
e975e53e39
Merge branch 'master' into tourney-subscreen-back-button
Dean Herbert
·
2020-05-17 17:38:36 +09:00
11537dd688
Remove custom back action logic (use receptor as intended)
Dean Herbert
·
2020-05-17 17:35:10 +09:00
13d4997c91
fixed indent
Fukashi13
·
2020-05-15 14:31:05 +02:00
6416ace70d
last section gets selected when scrolling to bottom of list
Fukashi13
·
2020-05-15 14:03:45 +02:00
c55eb83351
Update osu.Game/Graphics/Containers/SectionsContainer.cs
Co-authored-by: Bartłomiej Dach <
dach.bartlomiej@gmail.com
>
Fukashi13
·
2020-05-15 00:06:58 +02:00
097fcfd9ad
bestMatch changes on entering section with screen top border
Fukashi13
·
2020-05-14 14:33:12 +02:00
e390d70b70
Fix directory selector not masking properly
Dean Herbert
·
2020-05-14 17:41:55 +09:00
d04079f6ab
Expose CurrentDirectory bindable for consumption
Dean Herbert
·
2020-05-14 17:41:55 +09:00
6bb06e9d61
Add very basic error handling when a directory cannot be enumerated
Dean Herbert
·
2020-05-14 13:18:37 +09:00
149cb93e8c
Fix incorrect assignment
Dean Herbert
·
2020-05-13 18:55:06 +09:00
c048d9b6ae
Tidy up naming and structure
Dean Herbert
·
2020-05-13 18:54:46 +09:00
e9e03d038d
Change breadcrumb display icons to match design
Dean Herbert
·
2020-05-13 18:54:45 +09:00
246812e0b1
Move to better namespace
Dean Herbert
·
2020-05-13 18:54:45 +09:00
49e4fc6cba
Fix date tooltip not showing in 24-hour format
Joehu
·
2020-05-06 22:29:37 -07:00
259ef68811
Add spaces to comments
alex
·
2020-05-04 18:36:24 -07:00
0e2ccac33b
Merge branch 'master' into timing-equivalence
Dan Balasescu
·
2020-04-17 17:12:38 +09:00
4e22e569f5
Remove EquivalentTo() and Equals()
smoogipoo
·
2020-04-17 17:04:09 +09:00
69fb984e71
Remove bindable to promote one-way access
smoogipoo
·
2020-04-16 13:25:08 +09:00
9e2be6f2f4
Add disabled state to menu items
smoogipoo
·
2020-04-15 16:17:17 +09:00
102c1d9095
Tidy up SectionsContainer class layout/ordering
Dean Herbert
·
2020-04-13 20:13:48 +09:00
0be2dc9b2d
Use OverlayScrollContainer for overlays
Andrei Zavatski
·
2020-04-13 12:23:28 +03:00
b741e359cd
Merge branch 'master' into update-overlay-headers
Dean Herbert
·
2020-04-09 16:29:34 +09:00
e10576325c
Simplify active tab font changes and expose necessary fields in OsuTabItem
TheWildTree
·
2020-03-26 14:19:36 +01:00
e33055e2c4
Split break tracking into its own component
Dean Herbert
·
2020-03-26 15:30:23 +09:00
07462120e4
Remove unused text transform helpers
Dean Herbert
·
2020-03-25 14:58:49 +09:00
87db1ba487
First
Previous
1
2
3
4
5
...
Next
Last