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-27 16:50:08 +08:00
Code
Issues
Releases
Wiki
Activity
15,241
Commits
4
Branches
799
Tags
c0fcbc283eb7a0dae310ac663eea2ba2fbced76b
Commit Graph
1124 Commits
Merge branch 'master' into osuTK
Dean Herbert
·
2018-11-21 18:53:11 +09:00
7755242a43
Fix crashes when importing/deleting from model managers
smoogipoo
·
2018-11-20 18:09:23 +09:00
5ad96afea0
OpenTK -> osuTK
smoogipoo
·
2018-11-20 17:14:59 +09:00
f27bd3ef3e
Fix DummyWorkingBeatmap having unrealistic defaults
smoogipoo
·
2018-10-29 15:26:28 +09:00
e964a555d0
Rename HitObjectMask -> SelectionMask
smoogipoo
·
2018-10-26 13:31:23 +09:00
8703db5cc1
Preserve the beatmap's version
smoogipoo
·
2018-10-23 14:59:21 +09:00
8a2a6a3ecb
Move brace on new line
smoogipoo
·
2018-10-22 12:17:23 +09:00
05d89180c8
Change DownloadState only when Download is possible
Paul Teng
·
2018-10-18 08:51:05 -04:00
86b29064c6
Merge branch 'master' into database-standardize-paths
Dean Herbert
·
2018-10-18 16:21:45 +09:00
a2b8904b1e
Unroll loop for the last control point
smoogipoo
·
2018-10-17 11:55:34 +09:00
1bebceada7
Perform a custom binary search to remove thread-unsafeness
smoogipoo
·
2018-10-17 11:23:18 +09:00
336b6fa38e
Cleanups
smoogipoo
·
2018-10-17 10:53:21 +09:00
d431dd59a8
Fix beatmap conversion tests failing
smoogipoo
·
2018-10-16 12:01:58 +09:00
41391a6627
PointSearch -> SearchPoint
smoogipoo
·
2018-10-16 10:29:53 +09:00
72aaaa4a74
Remove unnecessary PathSanitise call
HoLLy
·
2018-10-12 15:30:24 +02:00
710b0a4664
Merge branch 'master' into database-standardize-paths
HoLLy
·
2018-10-12 14:08:25 +02:00
bb07630743
Simplify linq from beatmap conversion
smoogipoo
·
2018-10-11 20:29:37 +09:00
fb1760f580
Make IBeatmap.HitObjects an IReadOnlyList
smoogipoo
·
2018-10-11 19:53:07 +09:00
ec9f23ab73
Reduce some high-profile enumerator allocations
smoogipoo
·
2018-10-11 19:52:03 +09:00
7b2a30f5b4
Remove allocation of control point with every binarysearch
smoogipoo
·
2018-10-11 19:08:00 +09:00
10fb1d20d1
Remove allocation of string.IndexOf()
smoogipoo
·
2018-10-11 18:37:48 +09:00
5b544a0c97
Use ordinal comparison in LegacyBeatmapDecoder
smoogipoo
·
2018-10-11 17:48:47 +09:00
bd99a87298
Don't apply version offset during diff calc
smoogipoo
·
2018-10-11 13:53:49 +09:00
0c4403ef16
Standardize AudioFile and BackgroundImage paths
HoLLy
·
2018-10-09 17:49:18 +02:00
b35f88b8ba
Add diffcalc beatmap decoder
smoogipoo
·
2018-10-09 11:49:24 +09:00
9facf707be
Allow TimingControlPoint to be overridden
smoogipoo
·
2018-10-09 11:34:38 +09:00
b7499fa956
Fix incorrect result of ternary
smoogipoo
·
2018-10-05 12:06:24 +09:00
794501cc5a
Remove ugly if-statement
smoogipoo
·
2018-10-05 11:55:59 +09:00
40c17cfa5a
Fix colours with alpha components not being parsed
smoogipoo
·
2018-10-05 11:19:01 +09:00
cb1703c6e2
Hide status pill when status is none
smoogipoo
·
2018-09-20 12:53:45 +09:00
04cd68f970
Move text size/padding out of constructor
smoogipoo
·
2018-09-20 12:53:45 +09:00
7b8094d731
Merge branch 'master' into add-rank-status
Dan Balasescu
·
2018-09-18 14:10:42 +09:00
d3bb78d139
Cleanup
smoogipoo
·
2018-09-18 12:54:07 +09:00
aba1de8b1a
Fix fonction name
Hanamuke
·
2018-09-14 19:52:32 +02:00
3e7006ec1f
Remove uneeded brackets
Hanamuke
·
2018-09-14 19:46:04 +02:00
c8d3776c79
Check for type conversion, mais the update recursive
Hanamuke
·
2018-09-14 19:41:29 +02:00
347cb0a1b5
Compute combo for nested Objects. Display fruit depending on Combo for
osu!catch
Hanamuke
·
2018-09-13 21:52:15 +02:00
1c2cc3837a
populate Status for Beatmap + BeatmapSet
also added Status to APIBeatmap + APIBeatmapSet
Unknown
·
2018-09-13 11:57:40 +02:00
638a2e5ba8
add status column to BeatmapInfo + BeatmapSetInfo
Unknown
·
2018-09-13 10:10:58 +02:00
13b988053a
fix StatusPill not setting text when initially set with NONE
Unknown
·
2018-09-13 10:07:26 +02:00
221a99d886
Reference whether texture is available rather than disposed
smoogipoo
·
2018-09-11 11:28:02 +09:00
9b0954ab81
Merge remote-tracking branch 'upstream/master' into framework-image-changes
Dean Herbert
·
2018-09-07 18:56:00 +09:00
7cca990be4
Merge remote-tracking branch 'upstream/master' into add-skin-import-delete
Dean Herbert
·
2018-09-07 18:18:03 +09:00
bb67f1a361
Merge branch 'master' into add-skin-import-delete
Dean Herbert
·
2018-09-07 16:48:01 +09:00
81da7ce298
Add ability to click on imported complete notification to present last import
Dean Herbert
·
2018-09-07 16:30:11 +09:00
2c0ba401d5
Merge remote-tracking branch 'upstream/master' into update-framework-with-everyrthing
Dean Herbert
·
2018-09-06 18:04:58 +09:00
01389f0443
Fix renaming variables too eagerly
Dean Herbert
·
2018-09-06 17:57:09 +09:00
4e012042ab
Changes in line with framework refcount changes
Dean Herbert
·
2018-09-06 13:29:57 +09:00
29b0d62f21
Fix potential thread-safety issue
Dean Herbert
·
2018-09-06 13:27:53 +09:00
89a92ab7eb
Remove async WorkingBeatmap logic
Dean Herbert
·
2018-09-06 12:51:23 +09:00
8d9e0ff1c3
First
Previous
1
2
3
4
5
...
Next
Last