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-30 12:50:24 +08:00
Code
Issues
Releases
Wiki
Activity
34,049
Commits
4
Branches
799
Tags
57ca192c8ed701da7e879148cb4c80d2d5d7df13
Commit Graph
2772 Commits
Add support for nested hitobject pooling
smoogipoo
·
2020-11-12 17:43:51 +09:00
a8c2b798ad
Resort as early as possible
smoogipoo
·
2020-11-12 17:07:20 +09:00
e44a8b3934
Fix test failures due to on-the-fly starttime changes
smoogipoo
·
2020-11-12 16:58:40 +09:00
cf91962865
Make Add() + Remove() virtual
smoogipoo
·
2020-11-12 15:36:02 +09:00
974390bda7
Add back removed event
smoogipoo
·
2020-11-12 15:34:51 +09:00
72a6b75626
Fix double bind leading to test failures
smoogipoo
·
2020-11-12 15:33:49 +09:00
4e43235955
Reword xmldocs
smoogipoo
·
2020-11-12 15:00:58 +09:00
653f5bce67
Fix possible nullref
smoogipoo
·
2020-11-12 14:54:33 +09:00
16e4e8d032
Replace CreatePool() with non-virtual RegisterPool() overload
smoogipoo
·
2020-11-12 14:17:33 +09:00
1f8d376b85
Remove PoolHitObjects, use return value of CreateDrawableRepresentation() instead
smoogipoo
·
2020-11-12 14:04:16 +09:00
5dbbe11fc6
Remove GetDrawableRepresentation() override, add null hinting
smoogipoo
·
2020-11-12 13:18:44 +09:00
f652eb9982
Small refactorings
smoogipoo
·
2020-11-12 12:55:42 +09:00
d7d77460fb
Revert unnecessary change of casting
smoogipoo
·
2020-11-11 19:27:07 +09:00
a8929b0764
Add some more xmldocs
smoogipoo
·
2020-11-11 19:12:12 +09:00
7fdaf69903
Fix state update exception in a better way
smoogipoo
·
2020-11-11 19:01:12 +09:00
606cfacedf
Remove some unnecessary implementations for now
smoogipoo
·
2020-11-11 18:54:40 +09:00
7d02018134
Merge branch 'fix-incorrect-framestability-value' into hitobject-pooling-base
smoogipoo
·
2020-11-11 18:52:51 +09:00
d7bee80d4e
Fix frame stable playback not being set correctly
smoogipoo
·
2020-11-11 18:50:38 +09:00
90499329bd
Merge branch 'master' into hitobject-pooling-base
smoogipoo
·
2020-11-11 17:09:18 +09:00
6f7a1dd57d
Merge pull request
#10717
from smoogipoo/dho-apply
Dean Herbert
·
2020-11-11 10:54:24 +09:00
8706b51b77
Fix possible nullrefs
smoogipoo
·
2020-11-11 00:24:28 +09:00
b725c9cce9
Clear lifetimeEntry after use
smoogipoo
·
2020-11-11 00:24:14 +09:00
e525784cb2
Cache DrawableRuleset
smoogipoo
·
2020-11-11 00:22:36 +09:00
99e5450af3
Add pooling support to DrawableRuleset + Playfield
smoogipoo
·
2020-11-10 23:56:32 +09:00
66213f2ed0
Rewrite HitObjectContainer with pooling support
smoogipoo
·
2020-11-10 22:49:02 +09:00
31e4d71852
Add hitobject lifetime support
smoogipoo
·
2020-11-10 20:16:52 +09:00
6f3f6dc28b
Add initial DrawableRuleset interface
smoogipoo
·
2020-11-10 19:27:08 +09:00
45e9f16f6b
Add hitobject lifetime model
smoogipoo
·
2020-11-10 19:26:01 +09:00
757a4b5c31
Remove result storage from hitobject
smoogipoo
·
2020-11-10 18:56:16 +09:00
88112801eb
Revert unnecessary change
smoogipoo
·
2020-11-10 18:15:11 +09:00
f5076fe3b8
Always store standardised score when populating ScoreInfo
Bartłomiej Dach
·
2020-11-10 08:41:00 +01:00
109abc0e29
Disable automatic lifetime management
smoogipoo
·
2020-11-10 01:30:25 +09:00
d4d3a6621e
Update state after OnApply()
smoogipoo
·
2020-11-10 00:30:23 +09:00
ac47399e6e
Re-privatise start time bindable
smoogipoo
·
2020-11-09 21:51:58 +09:00
ec8b726ea8
Fix events not being bound correctly
Co-authored-by: Bartłomiej Dach <
dach.bartlomiej@gmail.com
>
Dan Balasescu
·
2020-11-09 19:06:48 +09:00
33c3b07101
Merge branch 'master' into dho-apply
Dean Herbert
·
2020-11-07 01:18:46 +09:00
d93cf08570
Revert HOC changes
smoogipoo
·
2020-11-07 00:57:33 +09:00
91c627c22d
Prevent overrides from messing with application/freeing
smoogipoo
·
2020-11-07 00:40:26 +09:00
b1e039bcec
Fix DHOs being freed when not expected
smoogipoo
·
2020-11-07 00:25:26 +09:00
3a4bd73823
Change derived class to use property
smoogipoo
·
2020-11-06 23:04:28 +09:00
7eceda242b
Allow Apply() to be called multiple times sequentially
smoogipoo
·
2020-11-06 23:03:29 +09:00
2d892c7407
Initial Apply()/FreeAfterUse() DHO implementation
smoogipoo
·
2020-11-06 23:02:37 +09:00
248d342a2f
Merge branch 'master' into editor-slider-control-point-quick-delete
Dan Balasescu
·
2020-11-06 21:47:37 +09:00
f230250faf
Merge branch 'master' into add-spinner-spin
Dan Balasescu
·
2020-11-06 15:40:40 +09:00
44c6457c85
Merge branch 'master' into drawable-hit-object-hit-state-fix
Dan Balasescu
·
2020-11-06 13:19:25 +09:00
71a1165209
Fix judgement offsets being zero when windows are empty
Dean Herbert
·
2020-11-05 18:58:37 +09:00
a0b3379909
Merge pull request
#10696
from smoogipoo/visibility-adjustment-mod
Dean Herbert
·
2020-11-05 18:18:57 +09:00
2bbdbfda5c
Fix a few xmldoc typos
Dean Herbert
·
2020-11-05 17:38:02 +09:00
2d50a7b616
Merge branch 'master' into drawable-hit-object-hit-state-fix
Dean Herbert
·
2020-11-05 17:07:52 +09:00
0cadb31947
Add removal dates
smoogipoo
·
2020-11-05 17:04:11 +09:00
9d5b1ec28c
First
Previous
1
2
3
4
5
...
Next
Last