smoogipoo
|
b725c9cce9
|
Fix possible nullrefs
|
2020-11-11 00:24:28 +09:00 |
|
smoogipoo
|
e525784cb2
|
Clear lifetimeEntry after use
|
2020-11-11 00:24:14 +09:00 |
|
smoogipoo
|
99e5450af3
|
Cache DrawableRuleset
|
2020-11-11 00:22:36 +09:00 |
|
smoogipoo
|
66213f2ed0
|
Add pooling support to DrawableRuleset + Playfield
|
2020-11-10 23:56:32 +09:00 |
|
smoogipoo
|
31e4d71852
|
Rewrite HitObjectContainer with pooling support
|
2020-11-10 22:49:02 +09:00 |
|
smoogipoo
|
5354ef1699
|
Merge branch 'dho-apply' into hitobject-pooling-base
|
2020-11-10 22:30:08 +09:00 |
|
smoogipoo
|
4ea823e4dc
|
Fix test failures
|
2020-11-10 22:02:33 +09:00 |
|
Dean Herbert
|
e1dcac4d8b
|
Update framework
|
2020-11-10 20:29:29 +09:00 |
|
smoogipoo
|
6f3f6dc28b
|
Add hitobject lifetime support
|
2020-11-10 20:16:52 +09:00 |
|
smoogipoo
|
45e9f16f6b
|
Add initial DrawableRuleset interface
|
2020-11-10 19:27:08 +09:00 |
|
smoogipoo
|
757a4b5c31
|
Add hitobject lifetime model
|
2020-11-10 19:26:01 +09:00 |
|
smoogipoo
|
88112801eb
|
Remove result storage from hitobject
|
2020-11-10 18:56:16 +09:00 |
|
smoogipoo
|
f5076fe3b8
|
Revert unnecessary change
|
2020-11-10 18:15:11 +09:00 |
|
smoogipoo
|
0bab5605d1
|
Merge branch 'master' into dho-apply
|
2020-11-10 01:30:45 +09:00 |
|
smoogipoo
|
d4d3a6621e
|
Disable automatic lifetime management
|
2020-11-10 01:30:25 +09:00 |
|
smoogipoo
|
ac47399e6e
|
Update state after OnApply()
|
2020-11-10 00:30:23 +09:00 |
|
smoogipoo
|
ec8b726ea8
|
Re-privatise start time bindable
|
2020-11-09 21:51:58 +09:00 |
|
Dean Herbert
|
d7c30f9b42
|
Merge pull request #10746 from peppy/update-framework
Update framework
|
2020-11-09 21:26:40 +09:00 |
|
Dean Herbert
|
2e3fdf8116
|
Update reference to TK game window class
|
2020-11-09 20:50:36 +09:00 |
|
Dean Herbert
|
ba137aadc8
|
Update framework
|
2020-11-09 20:44:12 +09:00 |
|
Dan Balasescu
|
b463bdd34f
|
Merge pull request #10713 from peppy/efficient-user-retrieval
Add user caching / lookup component and consume in the currently playing display
|
2020-11-09 20:20:17 +09:00 |
|
Dean Herbert
|
4d6f0a8ea7
|
Fix API request error handling
|
2020-11-09 19:42:00 +09:00 |
|
Dean Herbert
|
d99e1ba8dd
|
Merge branch 'master' into efficient-user-retrieval
|
2020-11-09 19:41:44 +09:00 |
|
Dan Balasescu
|
33c3b07101
|
Fix events not being bound correctly
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2020-11-09 19:06:48 +09:00 |
|
Dan Balasescu
|
a2877fb00a
|
Merge pull request #10730 from peppy/fix-patcher-no-object-crash
Fix legacy patcher crash on no objects present
|
2020-11-09 18:51:00 +09:00 |
|
Dean Herbert
|
cfb42037cf
|
Refactor request string logic to avoid linq usage
|
2020-11-09 12:23:29 +09:00 |
|
Dean Herbert
|
690e69bcc6
|
Reforamt for legibility
|
2020-11-09 12:22:54 +09:00 |
|
Dean Herbert
|
dc69eefa51
|
Use HashSet instead of ConcurentBag
|
2020-11-09 11:54:28 +09:00 |
|
Dean Herbert
|
90ce1bd5f0
|
Add missing async suffix
|
2020-11-09 10:40:16 +09:00 |
|
Dean Herbert
|
42e4df8cc8
|
Merge branch 'master' into efficient-user-retrieval
|
2020-11-08 14:35:40 +09:00 |
|
Dean Herbert
|
567cf932f1
|
Merge pull request #10732 from bdach/editor-exit-stack-overflow
Fix crash upon exiting the editor without saving from new beatmap
|
2020-11-08 12:12:24 +09:00 |
|
Dean Herbert
|
58dbfce75b
|
Merge pull request #10735 from bdach/fix-online-difficulty-retrieval
Fix difficulty retrieval for online-sourced beatmaps
|
2020-11-08 11:18:59 +09:00 |
|
Bartłomiej Dach
|
6d4bb4316c
|
Fix difficulty retrieval for online-sourced beatmaps
|
2020-11-08 00:12:25 +01:00 |
|
Bartłomiej Dach
|
ddbd6df24d
|
Unbind bindable lists for general safety
|
2020-11-07 20:59:57 +01:00 |
|
Bartłomiej Dach
|
e078b78dcc
|
Ensure callbacks don't fire when restoring default beatmap
|
2020-11-07 20:59:57 +01:00 |
|
Dean Herbert
|
b0052210b6
|
Add asserts of HitObjects indices
|
2020-11-08 00:18:38 +09:00 |
|
Dean Herbert
|
c5b6908e71
|
Always write [HitObjects] to file
I think this is expected. If not, there's an alternative solution.
|
2020-11-08 00:18:27 +09:00 |
|
Dean Herbert
|
c2a5fd2832
|
Add test coverage
|
2020-11-08 00:17:11 +09:00 |
|
Dean Herbert
|
16f55de495
|
Merge pull request #10724 from nbvdkamp/fix-slider-quickdelete-crash
Fix nullref when quickdeleting slider that hasn't been selected yet
|
2020-11-07 19:31:32 +09:00 |
|
kamp
|
42c543472d
|
Remove unnecessary null coalesce
|
2020-11-07 01:56:41 +01:00 |
|
kamp
|
b47a2a03d5
|
Fix nullref when quickdeleting slider that hasn't been selected yet
|
2020-11-07 01:53:14 +01:00 |
|
Dean Herbert
|
d93cf08570
|
Merge branch 'master' into dho-apply
|
2020-11-07 01:18:46 +09:00 |
|
smoogipoo
|
91c627c22d
|
Revert HOC changes
|
2020-11-07 00:57:33 +09:00 |
|
smoogipoo
|
4a07a7e757
|
Refactor test
|
2020-11-07 00:40:41 +09:00 |
|
smoogipoo
|
b1e039bcec
|
Prevent overrides from messing with application/freeing
|
2020-11-07 00:40:26 +09:00 |
|
smoogipoo
|
3a4bd73823
|
Fix DHOs being freed when not expected
|
2020-11-07 00:25:26 +09:00 |
|
Dean Herbert
|
f94ac1cbc7
|
Merge branch 'master' into efficient-user-retrieval
|
2020-11-07 00:07:29 +09:00 |
|
Dean Herbert
|
84e090583d
|
Merge pull request #10712 from peppy/move-cache-logic-to-base-impl
Move cache and lookup logic to base MemoryCachingComponent class
|
2020-11-07 00:06:43 +09:00 |
|
Dean Herbert
|
c878bf2876
|
Merge pull request #10679 from peppy/editor-slider-control-point-quick-delete
Add the ability to delete slider control points using shift+right click
|
2020-11-07 00:05:58 +09:00 |
|
smoogipoo
|
1c8d68676e
|
Add tests
|
2020-11-07 00:00:25 +09:00 |
|