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-22 21:40:49 +08:00
Code
Issues
Releases
Wiki
Activity
29,148
Commits
4
Branches
796
Tags
6ec55eb400a480dbf475565fdf48589b7e0ea50d
Commit Graph
151 Commits
Fix included comment properties not being set correctly
smoogipoo
·
2020-02-21 19:27:17 +09:00
957b33b141
Merge remote-tracking branch 'origin/master' into subcomments-alter-new
smoogipoo
·
2020-02-21 17:02:58 +09:00
41c6d2f2e7
Refactor orphaning to better follow osu-web specification
smoogipoo
·
2020-02-21 17:02:48 +09:00
37e295e4be
Merge pull request
#7919
from smoogipoo/null-leaderboard-position
Support null leaderboard position
Dean Herbert
·
2020-02-20 16:27:24 +09:00
5c16dbbea9
Support null leaderboard position
smoogipoo
·
2020-02-20 14:51:25 +09:00
1a689231c2
Add maxCombo to APIBeatmap
TheWildTree
·
2020-02-19 17:58:41 +01:00
23c9782f50
Merge remote-tracking branch 'refs/remotes/ppy/master' into subcomments-alter-new
Andrei Zavatski
·
2020-02-14 20:55:51 +03:00
7cb11be810
Use new algorithm for comments tree creation
Andrei Zavatski
·
2020-02-13 02:21:13 +03:00
5201c1c87b
Add ability to load long comment trees in CommentsContainer
Andrei Zavatski
·
2020-02-10 15:43:11 +03:00
26afe0f31e
Update spotlight info based on selected one
Andrei Zavatski
·
2020-02-05 12:48:29 +03:00
cb30f463fb
Merge remote-tracking branch 'refs/remotes/ppy/master' into spotlights_api
Andrei Zavatski
·
2020-02-03 19:34:35 +03:00
e531570352
Resolve possible UserVotes issues
Andrei Zavatski
·
2020-01-30 00:53:05 +03:00
d20c48d151
Add tests for CommentsPage
Andrei Zavatski
·
2020-01-29 06:44:39 +03:00
dc10e58b4f
Add mod setting (de)serialization support
smoogipoo
·
2020-01-17 13:27:47 +09:00
2bc7458abf
Remove participant count (not returned by API)
smoogipoo
·
2020-01-14 14:41:38 +09:00
33993837b7
Cleanup spotlight selection
smoogipoo
·
2020-01-14 14:01:51 +09:00
7349c023d1
Apply suggestions
Andrei Zavatski
·
2020-01-10 20:46:35 +03:00
9260ea9195
Implement GetSpotlightsRequest
Andrei Zavatski
·
2020-01-10 15:48:54 +03:00
f65f030e79
Fix unavailable replays can be accessed via leaderboard
Andrei Zavatski
·
2019-12-09 07:19:55 +03:00
69deb0ca96
Fix multiplayer aggregate score inheriting from ScoreInfo
Dean Herbert
·
2019-12-05 01:45:28 +09:00
36224dca13
Only parse statistics when not null
Dean Herbert
·
2019-12-03 16:16:46 +09:00
e2591f154b
Decouple APILegacyScoreInfo from ScoreInfo
Dean Herbert
·
2019-12-03 15:31:11 +09:00
f0d49d0cdf
Enforce expression body for typical simple ones.
Huo Yaoyuan
·
2019-11-12 19:56:37 +08:00
ca52d09e81
Apply suggested changes
Andrei Zavatski
·
2019-10-17 16:28:32 +03:00
9ee63a8c1a
Parse voted comments
Andrei Zavatski
·
2019-10-17 12:35:12 +03:00
38dcd42d08
Add support for deleted comments with message
Andrei Zavatski
·
2019-10-15 12:07:01 +03:00
96e31b9cca
Remove initial filed
Andrei Zavatski
·
2019-10-15 11:25:58 +03:00
eb5dad08aa
APICommentsController -> CommentBundle
Andrei Zavatski
·
2019-10-15 11:20:06 +03:00
3c714dc013
CI fix
Andrei Zavatski
·
2019-10-15 01:10:23 +03:00
ad32d66365
Use linq expression to count deleted comments
Andrei Zavatski
·
2019-10-15 00:55:33 +03:00
0fd6b0c852
Childs -> Children
Andrei Zavatski
·
2019-10-15 00:32:21 +03:00
09621f066e
Simplify IsTopLevel and IsDeleted properties
Andrei Zavatski
·
2019-10-15 00:26:31 +03:00
0676c880b5
CI fixes
Andrei Zavatski
·
2019-10-14 17:33:14 +03:00
d4843285db
Fix escaped html strings not being unescaped
Andrei Zavatski
·
2019-10-14 17:02:48 +03:00
a4ffd4798d
Cleanups
Andrei Zavatski
·
2019-10-14 16:43:43 +03:00
7cd3f5656d
Add DeletedChildsPlaceholder to the bottom of the comments container
Andrei Zavatski
·
2019-10-09 14:10:05 +03:00
107d39c3e9
Implement DeletedChildsPlaceholder component
Andrei Zavatski
·
2019-10-09 13:37:07 +03:00
7e3c97f496
Handle deleted comments
Andrei Zavatski
·
2019-10-09 12:18:49 +03:00
b2bd78308d
Handle edited comments
Andrei Zavatski
·
2019-10-09 11:32:17 +03:00
ad99a3236f
Implement ShowChildsButton
Andrei Zavatski
·
2019-10-09 11:07:56 +03:00
0a56b041fd
Improve message parsing
Andrei Zavatski
·
2019-10-09 10:17:14 +03:00
faef4d932d
Implement SortSelector component
Andrei Zavatski
·
2019-10-08 22:46:42 +03:00
29b0eacc82
Rename APIComments to APICommentsController
Andrei Zavatski
·
2019-10-08 19:22:23 +03:00
4230b00110
Parse parent comments
Andrei Zavatski
·
2019-10-08 19:09:02 +03:00
000e4a563c
Parse child comments
Andrei Zavatski
·
2019-10-08 15:39:03 +03:00
451a7342ce
Add a User property to the comment for easy access
Andrei Zavatski
·
2019-10-08 13:45:13 +03:00
801b5b474e
Implement temp fix to get the actual message
Andrei Zavatski
·
2019-10-08 13:31:49 +03:00
4b1a40daba
Add IsDeleted property
Andrei Zavatski
·
2019-10-07 18:45:22 +03:00
cc6bf2f173
Hook up api and implement some visual comments representation
Andrei Zavatski
·
2019-10-07 18:26:07 +03:00
aa8df0fa20
Add IsTopLevel property
Andrei Zavatski
·
2019-10-07 16:58:24 +03:00
738580ec61
First
Previous
1
2
3
4
Next
Last