smoogipoo
|
d93ac7ac98
|
Change class xmldoc a bit
|
2021-05-18 19:15:46 +09:00 |
|
smoogipoo
|
ab6a79f84c
|
Simplify
|
2021-05-18 19:15:46 +09:00 |
|
smoogipoo
|
97f4f7bbd1
|
Remove Component inheritance
|
2021-05-18 18:59:45 +09:00 |
|
smoogipoo
|
633f841a0f
|
Rename to HitObjectUsageEventBuffer
|
2021-05-18 18:57:02 +09:00 |
|
smoogipoo
|
bfc0205e9b
|
Fix (began, finished) event
|
2021-05-18 18:49:11 +09:00 |
|
smoogipoo
|
61a41d97a4
|
Add some xmldocs + comments
|
2021-05-18 17:39:45 +09:00 |
|
Dean Herbert
|
ed957df162
|
Add simple xmldoc to TransferBlueprintFor method
|
2021-05-18 16:40:56 +09:00 |
|
Dean Herbert
|
55cc533a37
|
Merge branch 'master' into hoc-event-queue
|
2021-05-18 16:31:20 +09:00 |
|
Dean Herbert
|
a96603f025
|
Merge pull request #12782 from smoogipoo/rework-hitobject-blueprints
Rename hitobject blueprints and tie them to HitObjects
|
2021-05-18 16:30:58 +09:00 |
|
smoogipoo
|
75c0d4d972
|
Merge branch 'rework-hitobject-blueprints' into hoc-event-queue
|
2021-05-18 14:33:52 +09:00 |
|
smoogipoo
|
882d54a8f8
|
Remove now unnecessary Apply() method
|
2021-05-18 14:26:26 +09:00 |
|
smoogipoo
|
e621cfc4ea
|
Add Apply() method for applying new DHOs
|
2021-05-18 14:14:10 +09:00 |
|
smoogipoo
|
f1f3606fd0
|
Fix unresolved xmldocs
|
2021-05-18 13:11:58 +09:00 |
|
Dan Balasescu
|
9d423245d8
|
Fix up xmldocs
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2021-05-18 13:02:23 +09:00 |
|
Dan Balasescu
|
ea4dfd3374
|
Merge pull request #12842 from peppy/song-progress-skinnable
Add layout customisation support for `SongProgress`
|
2021-05-17 20:15:01 +09:00 |
|
Dean Herbert
|
ecf70c1707
|
Remove unnecessary container
|
2021-05-17 18:55:18 +09:00 |
|
Dean Herbert
|
b80768b44a
|
Hook up seeking flow
|
2021-05-17 18:52:56 +09:00 |
|
Dean Herbert
|
0c433cda86
|
Update HUDOverlay logic to add automatic layout for bottom-aligned components
|
2021-05-17 18:52:56 +09:00 |
|
Dean Herbert
|
da0913ca2d
|
Make SongProgress a skinnable component
|
2021-05-17 18:52:56 +09:00 |
|
Dan Balasescu
|
4151f18f74
|
Merge pull request #12804 from peppy/fix-autoplay-load-fail-nullref
Fix a potential nullref when starting `Player` with autoplay disabled and beatmap fails to load
|
2021-05-17 18:40:05 +09:00 |
|
Dean Herbert
|
1f3ae901ce
|
Expose DrawableRuleset for consupmtion by HUD components
|
2021-05-17 18:23:01 +09:00 |
|
Dan Balasescu
|
ce7c503e6e
|
Merge branch 'master' into playlist-unicode
|
2021-05-17 11:47:10 +09:00 |
|
Salman Ahmed
|
34d1490754
|
Remove null conditional
Shouldn't guard against that here.
|
2021-05-15 10:00:05 +03:00 |
|
Dean Herbert
|
dc56250a3c
|
Merge branch 'master' into player-loader-star-rating
|
2021-05-15 15:39:57 +09:00 |
|
Dean Herbert
|
94b7e89ac0
|
Merge pull request #12747 from frenzibyte/current-star-rating
Allow changing current star difficulty of a `StarRatingDisplay`
|
2021-05-15 15:39:39 +09:00 |
|
Dean Herbert
|
bdcb1a624e
|
Merge pull request #12759 from Naxesss/beatmap-verifier-context
Encapsulate check arguments in context object
|
2021-05-15 15:39:12 +09:00 |
|
Bartłomiej Dach
|
7665bdfbbb
|
Merge branch 'master' into null-assignment-warning-enable
|
2021-05-15 01:08:34 +02:00 |
|
Bartłomiej Dach
|
8b4e6d2911
|
Remove no longer necessary FinishTransforms(true) call
As the component no longer has any transition transforms applied.
|
2021-05-14 22:03:35 +02:00 |
|
Salman Ahmed
|
7c2fc9b412
|
Update usage due to nullability removal
|
2021-05-14 16:12:33 +03:00 |
|
Salman Ahmed
|
93007c1635
|
Merge branch 'current-star-rating' into player-loader-star-rating
|
2021-05-14 16:06:00 +03:00 |
|
Salman Ahmed
|
6cc678f497
|
Remove nullability and transition support from star rating display
|
2021-05-14 16:05:40 +03:00 |
|
Salman Ahmed
|
0dc3bfd0c1
|
Apply simple transforms to star rating display when ready if not
|
2021-05-14 15:55:26 +03:00 |
|
Dean Herbert
|
f5dd18f266
|
Use existing LoadedBeatmapSuccessfully bool instead
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
|
2021-05-14 16:53:51 +09:00 |
|
Dean Herbert
|
67a99c83a3
|
Tidy bindable changed code up
|
2021-05-14 16:24:52 +09:00 |
|
Salman Ahmed
|
8338f702c3
|
Remove not required null conditional
|
2021-05-14 09:32:56 +03:00 |
|
Dean Herbert
|
dc576c19b4
|
Fix a potential nullref when starting Player with autoplay enabled and beatmap fails to load
|
2021-05-14 15:10:02 +09:00 |
|
Dean Herbert
|
48672f8afd
|
Add very basic test logic to ensure PlayerLoader is present for playlists
|
2021-05-14 15:02:36 +09:00 |
|
Dean Herbert
|
b36c991ba1
|
Fix single case of incorrect usage
|
2021-05-14 12:04:38 +09:00 |
|
Salman Ahmed
|
9e8c0a7e70
|
Fix online play subscreens not pushing player loaders when starting gameplay
|
2021-05-14 04:25:29 +03:00 |
|
smoogipoo
|
362a09ca73
|
Fix up + reduce complexity of HOCEventQueue
|
2021-05-13 21:41:49 +09:00 |
|
smoogipoo
|
aaf31af326
|
Add blueprint transferral
|
2021-05-13 21:16:19 +09:00 |
|
smoogipoo
|
86042e1763
|
Implement HitObjectContainerEventQueue
|
2021-05-13 21:15:47 +09:00 |
|
Dan Balasescu
|
d5b14b6b99
|
Merge branch 'master' into remove-skinnable-hud-classes
|
2021-05-13 21:06:48 +09:00 |
|
Dan Balasescu
|
746862dcb1
|
Merge pull request #12750 from peppy/skin-serialisation
Add skin editor saving / loading support
|
2021-05-13 20:58:03 +09:00 |
|
smoogipoo
|
ffb6135a1b
|
Rework hitobject blueprints to take in hitobject models
|
2021-05-13 19:53:32 +09:00 |
|
Dan Balasescu
|
3c471837f8
|
Merge branch 'master' into skin-serialisation
|
2021-05-13 19:49:55 +09:00 |
|
Dan Balasescu
|
a3869c02f4
|
Merge branch 'master' into fix-two-hovered-handles
|
2021-05-13 19:24:42 +09:00 |
|
Dean Herbert
|
c8b7cfc753
|
Merge branch 'skin-serialisation' into remove-skinnable-hud-classes
|
2021-05-13 19:05:08 +09:00 |
|
Naxess
|
19800f5f7f
|
Move IBeatmap arg into context
|
2021-05-13 11:24:22 +02:00 |
|
Dean Herbert
|
106fa97a11
|
Rename SkinnableElementTargetContainer to SkinnableTargetContainer
|
2021-05-13 17:07:38 +09:00 |
|