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-21 05:49:54 +08:00
Code
Issues
Releases
Wiki
Activity
6,413
Commits
4
Branches
793
Tags
7345ad40dbaee467ac3a7fc4ef0560539a2f583c
Commit Graph
48 Commits
Remove correct duplicate code.
Already present on line 51.
Dan Balasescu
·
2017-08-09 06:24:08 +09:00
21d44b1e99
Update HitObjectPatternGenerator.cs
John Neijzen
·
2017-08-08 22:56:27 +08:00
9e17549d7f
Reshuffle namespaces
Dean Herbert
·
2017-07-26 13:22:46 +09:00
fce580d717
Clean Up Code
John Neijzen
·
2017-06-07 19:53:37 +08:00
9b0e1c26a3
Fix warnings.
smoogipooo
·
2017-05-26 16:29:20 +09:00
3f4cbd02cd
General cleanup + more xmldocs.
smoogipooo
·
2017-05-24 21:57:38 +09:00
946cd4bfa3
Implement basic hold note + tick input.
smoogipooo
·
2017-05-24 20:45:01 +09:00
dcf879687d
More cleanups.
smoogipooo
·
2017-05-23 15:29:38 +09:00
836bf930a0
Fix compile errors.
smoogipooo
·
2017-05-23 14:08:15 +09:00
ea4a285329
Split ControlPoint into different types.
# Conflicts: # osu.Game.Rulesets.Mania/UI/Column.cs
smoogipooo
·
2017-05-23 14:03:40 +09:00
3cdfd2eef5
Fix nullref.
smoogipooo
·
2017-05-22 16:39:30 +09:00
7314a9019c
CI fixes.
smoogipooo
·
2017-05-22 13:43:53 +09:00
f70bfd5378
Merge branch 'master' into mania-hitobject-object-conversion
Dan Balasescu
·
2017-05-22 12:54:06 +09:00
4556ead3b6
Merge branch 'master' into mania-endtime-object-conversion
Dean Herbert
·
2017-05-22 12:14:53 +09:00
b50f9cad44
Merge branch 'master' into mania-distance-object-conversion
Dan Balasescu
·
2017-05-22 11:36:36 +09:00
d02aaf0a28
Update with pattern changes.
smoogipooo
·
2017-05-22 10:34:12 +09:00
8077ddf944
Merge remote-tracking branch 'smoogipooo/mania-pattern-changes' into mania-hitobject-object-conversion
smoogipooo
·
2017-05-22 10:32:32 +09:00
7d417e4219
Remove siblings.
smoogipooo
·
2017-05-22 10:30:03 +09:00
dba9dd3509
Fix line endings resulting in CI error.
smoogipooo
·
2017-05-22 10:25:28 +09:00
e232968ea7
Add check before possibly going into endless loop.
smoogipooo
·
2017-05-22 10:23:08 +09:00
6714a244e8
Update with pattern changes.
smoogipooo
·
2017-05-22 10:20:42 +09:00
2d11a8bdf0
Update Pattern.cs
Dan Balasescu
·
2017-05-22 10:18:42 +09:00
4ce3a78066
Merge branch 'mania-pattern-changes' into mania-endtime-object-conversion
smoogipooo
·
2017-05-22 10:17:54 +09:00
e9f7be8dce
Update with pattern changes.
smoogipooo
·
2017-05-22 10:17:08 +09:00
cd66e2af14
Merge branch 'mania-pattern-changes' into mania-distance-object-conversion
smoogipooo
·
2017-05-22 10:14:32 +09:00
9fd4ab2302
Remove the concept of beatmap events, rename BreakEvent -> BreakPeriod.
smoogipooo
·
2017-05-22 10:12:33 +09:00
0a0139aded
Renamings + refactorings to Pattern.
smoogipooo
·
2017-05-22 10:04:25 +09:00
8c260e3364
Use bitshifted notation.
smoogipooo
·
2017-05-22 10:00:11 +09:00
9de18d45a5
Remove siblings.
smoogipooo
·
2017-05-22 09:57:03 +09:00
9f2ca1acbf
Remove siblings.
smoogipooo
·
2017-05-22 09:50:36 +09:00
3041b55aac
Cleanup.
smoogipooo
·
2017-05-22 08:25:48 +09:00
ecf81fa8d2
Fix CI errors (for now).
smoogipooo
·
2017-05-19 21:17:14 +09:00
8d94c2ef8b
Fix build errors.
smoogipooo
·
2017-05-19 21:15:29 +09:00
f8270f31a9
Add generator to generate patterns from HitObjects.
smoogipooo
·
2017-05-19 20:57:20 +09:00
6ab7a91415
Fix incorrect comment.
Dan Balasescu
·
2017-05-18 19:47:16 +09:00
e52b87bc58
Update DistanceObjectPatternGenerator.cs
Dan Balasescu
·
2017-05-18 19:33:02 +09:00
b5674c8f30
Add IHasEndTime object pattern generation.
smoogipooo
·
2017-05-18 19:31:56 +09:00
1f6939f57b
Fix warnings/errors.
smoogipooo
·
2017-05-18 19:10:32 +09:00
a239411808
Simplify method parameters, make conversion work again.
smoogipooo
·
2017-05-18 18:41:44 +09:00
35bd608a4a
Add hold end samples.
smoogipooo
·
2017-05-18 18:19:29 +09:00
a30e49d21b
Set siblings, removing warning.
smoogipooo
·
2017-05-18 18:15:09 +09:00
53a2f34f8b
Fix compilation due to previously-removed function.
smoogipooo
·
2017-05-18 18:11:09 +09:00
eae4f8b412
Add IHasDistance object pattern generation.
smoogipooo
·
2017-05-18 18:09:13 +09:00
2af025e630
Implement things a bit more to remove warnings.
smoogipooo
·
2017-05-18 18:04:32 +09:00
afd3eb4b8d
This function can't be used for all pattern generations. So let's not use it.
smoogipooo
·
2017-05-18 17:43:59 +09:00
873ff34487
Trim whitespace.
smoogipooo
·
2017-05-18 17:00:11 +09:00
af34777f44
Remove distance object pattern generator for now (next PR).
smoogipooo
·
2017-05-18 15:38:15 +09:00
164a1bb743
Define the concept of patterns + additional comments.
smoogipooo
·
2017-05-18 15:05:45 +09:00
1fa1897d71