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-27 21:40:42 +08:00
Code
Issues
Releases
Wiki
Activity
15,122
Commits
4
Branches
799
Tags
ecf8a89f26fadffd2c47eaae4e2c02334f6571cf
Commit Graph
1121 Commits
Check if SongSelect is current screen before playing selected song
Kyle Chang
·
2018-10-30 23:47:54 -04:00
214ed43b81
Remove EditSelected in favor in inlining beatmapNoDebounce in Edit
Kyle Chang
·
2018-10-29 00:04:51 -04:00
c7e950af7f
Remove unneeded using directive
Kyle Chang
·
2018-10-28 13:21:12 -04:00
886dd0f0d4
Make beatmap edit button reload beatmap without mods
Kyle Chang
·
2018-10-28 13:04:45 -04:00
2b736c3cd6
Stop transferring track when editing
Kyle Chang
·
2018-10-28 12:43:19 -04:00
f8a8c7cb6b
Fade only textContainer instead of entire MetadataSection
HoLLy
·
2018-10-26 13:35:51 +02:00
cf3b4447eb
Fade MetadataSection back in if non-null Text is set
HoLLy
·
2018-10-24 18:53:22 +02:00
88aca46500
Merge pull request
#3568
from smoogipoo/fix-beatmap-details
Fix beatmap details not displaying
Dean Herbert
·
2018-10-10 20:14:58 +09:00
2babdc079c
Don't use "beatmapset" terminology
Dean Herbert
·
2018-10-10 19:26:35 +09:00
d28b9860ff
Merge branch 'master' into consistent-terminology-format
Dean Herbert
·
2018-10-10 19:19:36 +09:00
841b2e8692
Fix beatmap details not displaying
smoogipoo
·
2018-10-09 17:39:27 +09:00
6d24bde72b
Adjust usage of Handle(Non)PositionalInput to follow framework update
ekrctb
·
2018-10-02 14:45:33 +09:00
68980fc477
Use UIEvent level getters for modifier keys.
ekrctb
·
2018-10-02 13:26:36 +09:00
b7a2ad1aa5
Adapt signature change of event handlers
ekrctb
·
2018-10-02 12:02:55 +09:00
50091252e2
Change signature to new event handler
ekrctb
·
2018-10-02 12:02:47 +09:00
99fc04c8af
Merge remote-tracking branch 'smoogipoo/fix-beatmapinfowedge' into update-framework
Dean Herbert
·
2018-09-28 18:32:59 +09:00
6841d5c2ec
Merge remote-tracking branch 'upstream/master' into update-framework
Dean Herbert
·
2018-09-26 19:59:18 +09:00
a4bf21268b
Update framework with positional/non-positional changes
smoogipoo
·
2018-09-26 14:01:15 +09:00
a8f156584b
Make BeatmapInfoWedge present until info is not null
smoogipoo
·
2018-09-25 14:45:26 +09:00
cb500e80e4
Remove duplicate condition test
Paul Teng
·
2018-09-20 22:32:24 -04:00
654345f380
Update SongSelect.cs
Paul Teng
·
2018-09-20 22:29:37 -04:00
1644719893
Test if there are beatmaps when click on delete btn
Paul Teng
·
2018-09-20 22:00:20 -04:00
49fbe8443a
Merge remote-tracking branch 'upstream/master' into update-framework
Dean Herbert
·
2018-09-20 18:39:48 +09:00
37f3035437
Cleanup
smoogipoo
·
2018-09-20 12:56:39 +09:00
62135c39aa
Move text size/padding out of constructor
smoogipoo
·
2018-09-20 12:53:45 +09:00
7b8094d731
Merge branch 'localisation-changes' into update-framework
Dean Herbert
·
2018-09-20 00:29:31 +09:00
b2cf636ab5
Fix song select wedge sometimes not updating when localisation changes
smoogipoo
·
2018-09-19 14:57:32 +09:00
38a3c2a820
Apply changes in-line with framework localisation changes
smoogipoo
·
2018-09-19 14:07:46 +09:00
28f31540c4
Use consistent terminology format
Joehu
·
2018-09-15 07:30:11 -07:00
f99eff1192
don't show StatusPill without a difficulty
Unknown
·
2018-09-13 13:49:57 +02:00
04853b8c83
add StatusPill to BeatmapInfoWedge and DrawabelCarouselBeatmapSet
Unknown
·
2018-09-13 10:18:20 +02:00
5414ce9932
Merge branch 'master' into add-skin-import-delete
Dean Herbert
·
2018-09-07 16:48:01 +09:00
81da7ce298
Simplify implementation in line with framework improvements
Dean Herbert
·
2018-09-06 17:28:08 +09:00
c23b9b61a8
Optimise carousel memory usage by unloading off-screen panels
Dean Herbert
·
2018-09-06 13:31:37 +09:00
e63f60231a
Offer to import skins on first startup
Dean Herbert
·
2018-09-03 10:10:39 +09:00
fa569e5ae4
Add "import all skins from stable" option (and mass delete)
Dean Herbert
·
2018-09-03 10:10:04 +09:00
144e80dff6
Revert async changes
Dean Herbert
·
2018-08-31 07:07:10 +09:00
03084aa04b
Attempt to fix cross-thread database usage
Dean Herbert
·
2018-08-29 01:42:25 +09:00
919e78a89a
Use GetAsync for all samples
smoogipoo
·
2018-08-27 17:30:16 +09:00
e7a5816d27
Use GetAsync on all textures
smoogipoo
·
2018-08-27 17:26:44 +09:00
1b279d383f
Unbind song select's ruleset to avoid test failures
Dean Herbert
·
2018-08-20 14:27:32 +09:00
18aa30fcb0
Fix mods not being reset prior to ruleset changing
smoogipoo
·
2018-08-14 13:19:50 +09:00
970aa811bd
Cache mods at PlaySongSelect
Dean Herbert
·
2018-08-08 12:43:08 +09:00
4453b5faca
Add automated testing of mod preservation/removal
Dean Herbert
·
2018-08-07 16:45:18 +09:00
4cb7063801
Fix mod selection not restoring when re-entering song select
Dean Herbert
·
2018-08-07 14:49:44 +09:00
7b8bd7f21c
Make Ruleset non-public
Dean Herbert
·
2018-07-31 16:35:51 +09:00
9ab56bc4ef
Merge branch 'master' into open-downloaded-beatmas
Dean Herbert
·
2018-07-25 12:38:49 +02:00
95cca046fb
Fix a potential InvalidOperationException when entering song select
Closes
#3052
.
Dean Herbert
·
2018-07-23 13:11:06 +02:00
1b456fd716
Update framework
Dean Herbert
·
2018-07-21 16:21:53 +09:00
0f37758314
Add more tests and fix one remaining issue case
Dean Herbert
·
2018-07-20 11:55:17 +09:00
64ead0fdf7
First
Previous
1
2
3
4
5
...
Next
Last