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-28 07:12:12 +08:00
Code
Issues
Releases
Wiki
Activity
34,186
Commits
4
Branches
799
Tags
5d44286d387bd2fe19994bf9682809599f610607
Commit Graph
2798 Commits
Add missing generic mappings to legacy mods
Bartłomiej Dach
·
2020-11-15 15:35:06 +01:00
5d44286d38
Add abstract non-generic ModNightcore to pattern-match over
Bartłomiej Dach
·
2020-11-15 15:32:02 +01:00
5ace7abaa8
Add null checks to unguarded resolved-as-null fields
Bartłomiej Dach
·
2020-11-14 14:52:58 +01:00
610ed99ae3
Remove explicit public
smoogipoo
·
2020-11-14 01:06:38 +09:00
21b015d63a
Merge all pooling support into Playfield
smoogipoo
·
2020-11-14 00:59:08 +09:00
c71b237c4f
Move hitobject pooling to Playfield
smoogipoo
·
2020-11-14 00:41:18 +09:00
36f1833f6e
Merge pull request
#10823
from smoogipoo/pooling-editor-support
Add pooling support to the editor
Dean Herbert
·
2020-11-13 19:58:46 +09:00
f093acc9d5
Internalise lifetime extensions and events too
smoogipoo
·
2020-11-13 19:21:45 +09:00
d83b479c81
Add region
smoogipoo
·
2020-11-13 19:21:45 +09:00
4a4219fd11
Make playfield KeepAlive methods internal
smoogipoo
·
2020-11-13 19:21:45 +09:00
92189e35cc
Add missing dictionary
smoogipoo
·
2020-11-13 17:26:46 +09:00
688a442fb3
Merge branch 'master' into pooling-editor-support
smoogipoo
·
2020-11-13 17:23:35 +09:00
942ecde0e1
Add pooling support to the editor
smoogipoo
·
2020-11-13 17:08:20 +09:00
3957697c48
Pass HitObjectComposer to BlueprintContainer via ctor
smoogipoo
·
2020-11-13 16:59:37 +09:00
4ef2e9548c
Merge branch 'master' into nested-hitobject-pooling
Dean Herbert
·
2020-11-13 16:53:20 +09:00
06fd0d08d1
Improve documentation and make abstract again
smoogipoo
·
2020-11-13 14:57:09 +09:00
4236dd826d
Remove unnecessary dictionary for now
smoogipoo
·
2020-11-13 14:42:41 +09:00
a07d4a7915
Reduce the number of state updates
smoogipoo
·
2020-11-13 14:33:23 +09:00
35329aa976
Merge branch 'master' into hitobject-pooling-base
Dan Balasescu
·
2020-11-12 23:17:36 +09:00
2840fd0f8f
Fix samples not being disposed
smoogipoo
·
2020-11-12 18:48:25 +09:00
261ddd2b4a
Add lifetime extensions
smoogipoo
·
2020-11-12 18:34:50 +09:00
8aaa500431
Add hitobject usage events
smoogipoo
·
2020-11-12 18:32:20 +09:00
243e913e4a
Add playfield support for keeping hitobjects alive
smoogipoo
·
2020-11-12 18:30:32 +09:00
fe347c8661
Fix hitobjects sometimes not fading in completely with HD mod
smoogipoo
·
2020-11-12 18:29:22 +09:00
7548db7ecc
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
Merge pull request
#10794
from smoogipoo/fix-osu-hd-mod
Dean Herbert
·
2020-11-12 17:06:04 +09:00
41a1730927
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
Fix hitobjects sometimes not fading in completely with HD mod
smoogipoo
·
2020-11-11 16:35:48 +09:00
5d55af5818
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
First
Previous
1
2
3
4
5
...
Next
Last