1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00
Commit Graph

44444 Commits

Author SHA1 Message Date
Dean Herbert
a694d482ed Rename file 2021-09-21 12:41:25 +09:00
Dean Herbert
192089db61 Use keywords instead of IDs 2021-09-21 12:41:25 +09:00
Dean Herbert
f282bd6f42 Tidy up naming 2021-09-21 12:41:25 +09:00
Dean Herbert
afcf3edec9 Build build matrix dynamically 2021-09-21 12:41:25 +09:00
Dean Herbert
f73ebfcea1 Don't redownload if file already exists 2021-09-21 12:41:25 +09:00
Dean Herbert
5b9cab8b1f Add more log output and quiet wget 2021-09-21 12:41:25 +09:00
Dean Herbert
a46fe5da75 Simplify action 2021-09-21 12:41:25 +09:00
Dean Herbert
7c2b8fc650 Apply new skip insert rule 2021-09-21 12:41:25 +09:00
Dean Herbert
7d5e4ae0a2 Drop service based mysql usage (use host instead) 2021-09-21 12:41:21 +09:00
Dean Herbert
1d560ed122 Use optimisation branch for now 2021-09-21 12:41:17 +09:00
Dean Herbert
6b3a37e262 Remove deps step 2021-09-21 12:31:36 +09:00
smoogipoo
06e1148472 Run on self-hosted runner 2021-09-21 12:31:36 +09:00
smoogipoo
9d4c5e9cb6 Add filename to output rows 2021-09-21 12:31:36 +09:00
smoogipoo
6bfb31a635 Install pv 2021-09-21 12:31:36 +09:00
smoogipoo
fc5fd203d6 Output sql import process 2021-09-21 12:31:36 +09:00
smoogipoo
0f8e570b84 Use top 1000 data 2021-09-21 12:31:36 +09:00
smoogipoo
fa374e67e7 Single line condition 2021-09-21 12:31:36 +09:00
smoogipoo
e354287804 Fix incorrect ruleset name 2021-09-21 12:31:36 +09:00
Dean Herbert
9ea9fa5f20 Remove issue template to avoid the average use submitting issues 2021-09-21 11:38:04 +09:00
Bartłomiej Dach
46a39a4188
Merge pull request #14602 from peppy/correct-reverse-arrow-depth
Fix repeat arrows being hidden beneath head circles in legacy skins
2021-09-20 22:56:19 +02:00
Bartłomiej Dach
c911332540
Merge branch 'master' into correct-reverse-arrow-depth 2021-09-20 22:32:28 +02:00
Bartłomiej Dach
064e0659e0
Merge pull request #14702 from sh0ckR6/14470-ur-not-updating
Clear UR bar marks after seeking
2021-09-20 22:31:53 +02:00
Bartłomiej Dach
761548e533
Merge branch 'master' into 14470-ur-not-updating 2021-09-20 22:07:33 +02:00
Bartłomiej Dach
9ec927a688
Merge pull request #14759 from Opelkuh/add-legacy-star-particles
Implement legacy osu! cursor particles
2021-09-20 21:40:47 +02:00
sh0ckR6
fb416c79e9
Fully revert Player 2021-09-20 15:01:03 -04:00
sh0ckR6
9a1db04920
Resolve GameplayClockContainer instead of Player 2021-09-20 10:28:58 -04:00
sh0ckR6
36a20ab0b3
Resolve failed test compilation 2021-09-20 10:26:07 -04:00
sh0ckR6
10fe2382b0
Address most issues 2021-09-20 10:07:42 -04:00
Dean Herbert
20eeb36567 Avoid AliveObject enumeration when not in kiai section 2021-09-20 18:49:36 +09:00
Dean Herbert
7812c33ddd
Merge branch 'master' into add-legacy-star-particles 2021-09-20 18:15:12 +09:00
Dean Herbert
f5a5b87cf6
Merge pull request #14807 from bdach/missing-licence-headers
Add missing licence headers
2021-09-20 11:40:46 +09:00
Bartłomiej Dach
ab213e2010
Add missing licence headers 2021-09-19 21:09:03 +02:00
sh0ckR6
93ca615c02
Add tests for clearing HitErrorMeter
Works with both `BarHitErrorMeter` and `ColourHitErrorMeter`
2021-09-19 14:15:22 -04:00
Opelkuh
366dbf5c3d Add test for time jumps 2021-09-19 15:35:03 +02:00
Opelkuh
9c90dd539f Use Interpolation.Lerp 2021-09-19 15:06:15 +02:00
Opelkuh
0b593fac5c Scope down DrawNode's source parameter 2021-09-19 14:49:09 +02:00
Opelkuh
d5a10e9221 Fix particles not spawning if Time.Current is negative 2021-09-19 14:47:20 +02:00
Opelkuh
761da45f6a Revert af4c3727d77a16e2534df9bbf452336b5c544342 2021-09-19 14:00:56 +02:00
Opelkuh
af4c3727d7 Fix build errors 2021-09-19 04:39:35 +02:00
Opelkuh
1d7d779f66 Merge branch 'master' into add-legacy-star-particles 2021-09-19 04:34:35 +02:00
Opelkuh
3f8454cb76 Remove abstract from ParticleSpewer 2021-09-19 03:19:16 +02:00
Opelkuh
ef530ed87c Normalize particle velocity based on max duration 2021-09-18 23:45:58 +02:00
Opelkuh
846cde53b3 Add RelativePositionAxes support 2021-09-18 22:54:12 +02:00
Bartłomiej Dach
36237398fa
Remove accidental leftover nullable BDL spec 2021-09-18 18:24:36 +02:00
sh0ckR6
04715a5471
Add null-check when invoking OnSeek 2021-09-18 12:20:36 -04:00
sh0ckR6
f6e279baa1
Add xmldoc to HitErrorMeter.Clear
Explains how the method is called and what inheritors should do when implementing it.
2021-09-18 12:18:11 -04:00
sh0ckR6
12cc16c598
Remove unused property in SongProgress 2021-09-18 12:05:06 -04:00
sh0ckR6
680484bb16
Remove discord.xml
Not sure how that slipped in there, but it's gone now!
2021-09-18 12:04:25 -04:00
Bartłomiej Dach
c23354bb67
Remove unused setter 2021-09-18 16:28:44 +02:00
Bartłomiej Dach
59657aca9a
Remove redundant qualifier 2021-09-18 16:28:25 +02:00