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-09 13:14:25 +08:00
Code
Issues
Releases
Wiki
Activity
3,833
Commits
4
Branches
802
Tags
1c7fdedec0b19ebeb14997e378703baa81eef1c5
Commit Graph
21 Commits
Fix conversion regression.
Dean Herbert
·
2017-04-20 11:36:50 +09:00
873599b359
Apply Ruleset to Scores. Reduce complexity of score creation.
Dean Herbert
·
2017-04-20 11:16:08 +09:00
a47870b376
Move replay creation logic to ScoreDatabase.
Dean Herbert
·
2017-04-20 10:25:07 +09:00
3e65cab9b7
Add score statistic tracking (osu!).
Dean Herbert
·
2017-04-19 16:29:27 +09:00
3b95fbab7d
Mode -> Ruleset.
Dean Herbert
·
2017-04-18 16:05:58 +09:00
fbd26a1d5e
Fix regressions and test cases.
Dean Herbert
·
2017-04-17 19:44:03 +09:00
af13f97435
Make a RulesetDatabase.
Dean Herbert
·
2017-04-17 17:43:48 +09:00
a4e2f34ee7
Move SQLite connections out of database classes; make abstract Database.
Dean Herbert
·
2017-04-17 14:37:52 +09:00
83b083ce64
Remove PlayMode game-wide.
smoogipooo
·
2017-04-15 05:22:41 +09:00
0a1376c2db
Move statics to RulesetCollection to avoid conflicts later on.
smoogipooo
·
2017-04-15 04:53:37 +09:00
59bfc7abad
Remove all trailing whitespaces in this repo.
Huo Yaoyuan
·
2017-04-06 16:21:18 +08:00
411988f038
Refactor ReplayInputHandler creation for more flexibility.
Dean Herbert
·
2017-03-31 15:59:53 +09:00
fa7c72a099
Add virtual method to instantiate legacy replays.
smoogipooo
·
2017-03-24 14:28:17 +09:00
136665e52e
Move ScoreProcessor and Score to Scoring/.
smoogipooo
·
2017-03-24 09:51:52 +09:00
2074812f46
GetScore -> CreateScore.
smoogipooo
·
2017-03-17 02:03:12 +09:00
9a4af8f194
Add back CreateScoreProcessor to Ruleset to instantiate a non-generic ScoreProcessor for ScoreDatabase.
smoogipooo
·
2017-03-16 13:13:45 +09:00
5cafec3b6a
Warning/error fixing.
smoogipooo
·
2017-03-16 12:57:50 +09:00
82033faaab
Make ScoreProcessors take generic judgements.
smoogipooo
·
2017-03-16 12:45:23 +09:00
c82ae011fb
Reduce warning/suggestion count to zero.
Dean Herbert
·
2017-03-09 15:52:40 +09:00
d7497330b2
Remove redundant parentheses.
Dean Herbert
·
2017-03-09 14:00:17 +09:00
0976e205d8
Replay loading via drag-drop huzzah!
Dean Herbert
·
2017-03-04 19:02:43 +09:00
95e2e2b027