Commit Graph

2666 Commits

Author SHA1 Message Date
267b399f9f Add some simple border styles 2020-10-20 13:59:03 +09:00
7c388f1132 Move editor playfield border locally to osu! composer 2020-10-19 21:20:13 +02:00
4267d23d59 Move border to more appropriate namespace 2020-10-19 20:56:34 +02:00
053c7a69a6 Fix code style issues & compilation failures 2020-10-19 20:22:48 +02:00
22bde43106 Merge branch 'master' into visible-playfield-boundary 2020-10-19 18:05:28 +09:00
fe51236c00 Merge branch 'master' into score-test 2020-10-19 15:55:52 +09:00
5b96f01564 Fix key counter actions displaying out of order 2020-10-18 19:21:36 +02:00
6385d5f369 Replace with local tolist 2020-10-16 23:40:44 +09:00
81cc5e1c42 Silence EF warning due to ordinal being unsupported 2020-10-16 23:31:37 +09:00
fe3a23750c Use char overloads for string methods 2020-10-16 11:52:29 +02:00
cc41845f56 Add missing string function ordinal specifications 2020-10-16 12:49:31 +09:00
5640d33d1a Merge branch 'master' into skin-disabler-refactor 2020-10-15 18:32:50 +09:00
ef2e2894a2 Merge branch 'master' into fix-mania-diffcalc 2020-10-14 23:49:14 +09:00
1684c4f412 Merge pull request #10503 from smoogipoo/fix-mod-combinations
Fix MultiMod difficulty calculator combinations not generating correctly
2020-10-14 23:42:59 +09:00
8b864c8c22 Merge branch 'master' into fix-multimod-copy 2020-10-14 22:29:38 +09:00
ed57b1363f Remove unused usings 2020-10-14 20:08:46 +09:00
c4fdd35223 Fix same-type incompatibility through multimod 2020-10-14 19:53:37 +09:00
e3eaba7b2c Move ISampleDisabler implementation to Player and FrameStabilityContainer 2020-10-14 19:39:48 +09:00
e9ebeedbe2 Refactor generation 2020-10-14 19:32:30 +09:00
d7a52e97ff Fix multimod difficulty combinations not generating correctly 2020-10-14 19:03:11 +09:00
f04aec538f Fix MultiMod throwing exceptions when creating copies 2020-10-14 18:12:19 +09:00
207c409792 Merge branch 'master' into fix-mania-diffcalc 2020-10-14 15:26:32 +09:00
1af17fbd5e Merge branch 'master' into fix-early-break-cull 2020-10-13 18:02:08 +02:00
372761a46f More/better commenting 2020-10-12 19:22:34 +09:00
eb4ef157ca Fix implicit segments not being constructed correctly 2020-10-12 19:16:37 +09:00
48c0ae40ef Fix multi-segment sliders not parsing correctly 2020-10-12 18:04:28 +09:00
8f37d2290a Expose sorting of hitobjects 2020-10-09 21:43:46 +09:00
485a951281 Expose current strain and retrieval of peak strain 2020-10-09 21:42:43 +09:00
d536a1f75e Fix breaks being culled too early 2020-10-09 21:04:56 +09:00
696e3d53af Fix slider samples being overwritten by the last node 2020-10-09 20:50:09 +09:00
93f5ea57a5 Merge pull request #10427 from peppy/fix-hidden-first-object
Fix first hitobject in osu! hidden mod not getting correct fade applied
2020-10-09 19:23:47 +09:00
62690e4873 Merge pull request #10432 from peppy/editor-reverse-pattern
Add "reverse pattern" support to editor selection handler
2020-10-09 19:19:24 +09:00
6572ce5f36 Merge pull request #10441 from peppy/editor-selection-blueprint-performance
Improve performance of slider blueprints
2020-10-09 18:01:25 +09:00
beec0e4193 Hide children of SelectionBlueprint when not selected 2020-10-09 14:03:13 +09:00
07558b5bc0 Merge branch 'master' into ruleset-result-types 2020-10-09 13:17:05 +09:00
6649cb2204 Fix incorrect first object logic 2020-10-09 06:41:53 +09:00
eacc7dca9a Fix SliderPath not handling Clear correctly 2020-10-09 06:31:59 +09:00
2d0275ba95 Fix first hitobject in osu! hidden mod not getting correct fade applied 2020-10-09 03:07:01 +09:00
7109c3b6cd Rename variable as suggested 2020-10-07 21:06:24 +02:00
2b6e4e575e Award max combo portion score if max achievable is 0 2020-10-07 17:04:55 +03:00
74af7cc503 Rework ScoreProcessor 2020-10-07 17:00:00 +03:00
1566882dc4 Merge pull request #10338 from Game4all/perf-calculator-remove-working-beatmap
Remove WorkingBeatmap from PerformanceCalculator
2020-10-07 20:04:24 +09:00
3c3c1ce885 Don't force playback of (non-looping) DrawableHitObject samples after skin change 2020-10-07 18:18:01 +09:00
04fa0bff9d Add CanBeNull spec and xmldoc 2020-10-07 17:46:57 +09:00
f1a3b6d0ba Merge branch 'master' into perf-calculator-remove-working-beatmap 2020-10-07 17:43:17 +09:00
3363c3399e Allow rulesets to specify valid HitResult types (and display names for them) 2020-10-07 15:34:23 +09:00
a8151d5c63 Fix HitWindows getting serialized alongside HitObjects
These were being serialized as the base type. On deserialization, due to
the HitWindow of objects being non-null, they would not get correctly
initialised by the CreateHitWindows() virtual method.

- Closes #10403
2020-10-07 13:45:42 +09:00
f5a6beb4e5 Remove obsoletion notice. 2020-10-06 19:01:03 +02:00
12c84df208 Merge pull request #10371 from peppy/fix-gameplay-seek-sample-pausing
Fix seeking in replays not correctly pausing samples
2020-10-05 17:13:43 +09:00
c622adde7a Rename method back and add xmldoc 2020-10-05 16:24:02 +09:00