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-06-04 19:57:47 +08:00
Code
Issues
Releases
Wiki
Activity
75,266
Commits
4
Branches
801
Tags
12e29f0bcc9f80c221c5e97693613c8ca4ba94de
Commit Graph
3395 Commits
Add explicit beatmap -> scores relationship rather than relying on cascades
smoogipoo
·
2019-01-08 17:53:43 +09:00
cf8bcb7ba2
Merge branch 'master' into update-framework
Dean Herbert
·
2019-01-07 18:51:54 +09:00
49ba4e5a14
Update framework
Dean Herbert
·
2019-01-07 18:50:27 +09:00
f6018294b5
Use Find instead of FirstOrDefault
Roman Kapustin
·
2019-01-05 19:35:33 +03:00
4b5fc85875
Fix covers being loaded even when off-screen
Dean Herbert
·
2018-12-28 13:30:05 +09:00
55607634b4
Use LargeTextureStore for online retrievals
Dean Herbert
·
2018-12-27 22:13:51 +09:00
cf079690e5
Fix mode icon not being updated for correct ruleset
smoogipoo
·
2018-12-27 18:16:30 +09:00
eaba9e1378
Fade and no schedule
Dean Herbert
·
2018-12-26 21:18:55 +09:00
26834abd33
Add tests and modify fallback logic
Dean Herbert
·
2018-12-25 19:17:32 +09:00
c902c1587a
Make DefaultBeatmap readonly
smoogipoo
·
2018-12-25 18:34:45 +09:00
96c9e5f209
Add Updateable beatmap sprite
Dean Herbert
·
2018-12-25 18:04:13 +09:00
9542e3e24a
Add more specific checks
Dean Herbert
·
2018-12-05 02:12:15 +09:00
b5ba74a628
Fix GetWorkingBeatmap potentially loading same beatmap twice
This could be seen when using the previous/next buttons in the MusicController while at song select.
Dean Herbert
·
2018-12-05 01:45:32 +09:00
c7c5837ec1
Add silent import parameter
smoogipoo
·
2018-11-30 18:27:13 +09:00
a8ad7d4670
Apply review
Dean Herbert
·
2018-11-30 18:07:15 +09:00
059e9e180b
Merge remote-tracking branch 'upstream/master' into scoredatabase
Dean Herbert
·
2018-11-30 17:20:23 +09:00
aa7a665317
Move JsonIgnore specification to interface
Dean Herbert
·
2018-11-30 16:39:25 +09:00
e82ad3539b
Notify of existing imports
smoogipoo
·
2018-11-28 20:19:35 +09:00
a88b69ec43
Move hashing functionality to ArchiveModelManager
Dean Herbert
·
2018-11-28 19:21:36 +09:00
ab2b2493a1
Add skin de-duplication
Dean Herbert
·
2018-11-28 19:01:22 +09:00
ce660b6d67
Move primary key attribute to IHasPrimaryKey
smoogipoo
·
2018-11-28 13:19:23 +09:00
14ff4bc26a
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
First
Previous
...
44
45
46
47
48
...
Next
Last