smoogipoo
|
7ac2fba127
|
More reordering of public vs private methods
|
2020-11-30 17:44:58 +09:00 |
|
Dean Herbert
|
2745659986
|
Reword and xmldoc some comments
|
2020-11-30 15:54:20 +09:00 |
|
ekrctb
|
6e40de58e9
|
Use new OnAdd and OnRemove to invalidate DHO
|
2020-11-27 13:36:40 +09:00 |
|
ekrctb
|
05e245d445
|
Allow non-pooled DHO to be reused
|
2020-11-26 19:07:09 +09:00 |
|
ekrctb
|
eae33fe74a
|
Fix format
|
2020-11-26 14:16:33 +09:00 |
|
ekrctb
|
e43f928588
|
Use DHO.HitObjectApplied to invalidate computation
|
2020-11-26 14:07:40 +09:00 |
|
ekrctb
|
f6faf95e33
|
Revert changes to HitObjectUsageBegan, not use it.
|
2020-11-26 14:01:46 +09:00 |
|
ekrctb
|
1a6e5bdaba
|
Merge branch 'master' into pool-scrolling
|
2020-11-26 13:52:52 +09:00 |
|
ekrctb
|
b8a5cd94f7
|
Invoke HitObjectUsageFinished before removal
|
2020-11-24 19:46:57 +09:00 |
|
ekrctb
|
e34a205104
|
Rewrite hit object management, take three
|
2020-11-24 18:56:05 +09:00 |
|
ekrctb
|
7f6e4d5b21
|
Delay lifetime computation until loaded
|
2020-11-24 18:56:05 +09:00 |
|
ekrctb
|
d5f082e5fb
|
Comment about lifetime assumption
|
2020-11-24 18:56:05 +09:00 |
|
ekrctb
|
ce57e8ddfb
|
Separate Lifetime computation and layout update
|
2020-11-24 18:56:05 +09:00 |
|
ekrctb
|
cabc8aa63b
|
Revert "Simplify ScrollingHitObjectContainer logic"
This reverts commit b4cc39149c117e6a0e95ee917a67cec8ba723d06.
|
2020-11-24 18:56:05 +09:00 |
|
ekrctb
|
8f39b54e58
|
Simplify ScrollingHitObjectContainer logic
|
2020-11-24 18:56:05 +09:00 |
|
ekrctb
|
5c743adbae
|
Support hit object pooling scrolling playfield
|
2020-11-24 18:56:05 +09:00 |
|
ekrctb
|
666112cb5a
|
Address @bdach's minor suggestions
|
2020-11-22 18:51:16 +09:00 |
|
ekrctb
|
4345d8dcb6
|
Event -> virtual method
|
2020-11-21 15:20:33 +09:00 |
|
ekrctb
|
281ed49332
|
Add HasInitialized to DHO
As it turned out, `IsLoaded` is not a reliable way.
|
2020-11-21 11:19:52 +09:00 |
|
ekrctb
|
82aefa3868
|
Rework and rename to OnNewDrawableHitObject.
The semantics is changed and hopefully more clear.
|
2020-11-21 00:27:19 +09:00 |
|
ekrctb
|
772f6df668
|
Add a remark for DrawableHitObjectAdded
|
2020-11-20 18:00:00 +09:00 |
|
ekrctb
|
c013cd11c9
|
Add DrawableHitObjectAdded event
|
2020-11-20 17:56:47 +09:00 |
|
smoogipoo
|
e8dbc190f1
|
Remove ability to pool DHOs in parent playfields
|
2020-11-16 23:30:24 +09:00 |
|
Bartłomiej Dach
|
610ed99ae3
|
Add null checks to unguarded resolved-as-null fields
|
2020-11-14 14:52:58 +01:00 |
|
smoogipoo
|
21b015d63a
|
Remove explicit public
|
2020-11-14 01:06:38 +09:00 |
|
smoogipoo
|
c71b237c4f
|
Merge all pooling support into Playfield
|
2020-11-14 00:59:08 +09:00 |
|
smoogipoo
|
36f1833f6e
|
Move hitobject pooling to Playfield
|
2020-11-14 00:41:18 +09:00 |
|
smoogipoo
|
d83b479c81
|
Internalise lifetime extensions and events too
|
2020-11-13 19:21:45 +09:00 |
|
smoogipoo
|
4a4219fd11
|
Add region
|
2020-11-13 19:21:45 +09:00 |
|
smoogipoo
|
92189e35cc
|
Make playfield KeepAlive methods internal
|
2020-11-13 19:21:45 +09:00 |
|
smoogipoo
|
688a442fb3
|
Add missing dictionary
|
2020-11-13 17:26:46 +09:00 |
|
smoogipoo
|
942ecde0e1
|
Merge branch 'master' into pooling-editor-support
|
2020-11-13 17:23:35 +09:00 |
|
smoogipoo
|
4236dd826d
|
Improve documentation and make abstract again
|
2020-11-13 14:57:09 +09:00 |
|
smoogipoo
|
a07d4a7915
|
Remove unnecessary dictionary for now
|
2020-11-13 14:42:41 +09:00 |
|
smoogipoo
|
8aaa500431
|
Add lifetime extensions
|
2020-11-12 18:34:50 +09:00 |
|
smoogipoo
|
243e913e4a
|
Add hitobject usage events
|
2020-11-12 18:32:20 +09:00 |
|
smoogipoo
|
fe347c8661
|
Add playfield support for keeping hitobjects alive
|
2020-11-12 18:30:32 +09:00 |
|
smoogipoo
|
e44a8b3934
|
Resort as early as possible
|
2020-11-12 17:07:20 +09:00 |
|
smoogipoo
|
cf91962865
|
Fix test failures due to on-the-fly starttime changes
|
2020-11-12 16:58:40 +09:00 |
|
smoogipoo
|
974390bda7
|
Make Add() + Remove() virtual
|
2020-11-12 15:36:02 +09:00 |
|
smoogipoo
|
72a6b75626
|
Add back removed event
|
2020-11-12 15:34:51 +09:00 |
|
smoogipoo
|
4e43235955
|
Fix double bind leading to test failures
|
2020-11-12 15:33:49 +09:00 |
|
smoogipoo
|
653f5bce67
|
Reword xmldocs
|
2020-11-12 15:00:58 +09:00 |
|
smoogipoo
|
16e4e8d032
|
Fix possible nullref
|
2020-11-12 14:54:33 +09:00 |
|
smoogipoo
|
1f8d376b85
|
Replace CreatePool() with non-virtual RegisterPool() overload
|
2020-11-12 14:17:33 +09:00 |
|
smoogipoo
|
5dbbe11fc6
|
Remove PoolHitObjects, use return value of CreateDrawableRepresentation() instead
|
2020-11-12 14:04:16 +09:00 |
|
smoogipoo
|
f652eb9982
|
Remove GetDrawableRepresentation() override, add null hinting
|
2020-11-12 13:18:44 +09:00 |
|
smoogipoo
|
d7d77460fb
|
Small refactorings
|
2020-11-12 12:55:42 +09:00 |
|
smoogipoo
|
a8929b0764
|
Revert unnecessary change of casting
|
2020-11-11 19:27:07 +09:00 |
|
smoogipoo
|
7fdaf69903
|
Add some more xmldocs
|
2020-11-11 19:12:12 +09:00 |
|