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-19 21:40:34 +08:00
Code
Issues
Releases
Wiki
Activity
4,201
Commits
4
Branches
793
Tags
4c26a02e99bc59bfde504b54537fb1afd04065db
Commit Graph
638 Commits
Make metadata a member of WorkingBeatmap.
Huo Yaoyuan
·
2017-05-06 14:52:28 +08:00
4f49151984
Merge branch 'master' into mania-stage
Dean Herbert
·
2017-05-04 16:58:16 +09:00
efa60ee287
Make SpecialColumnPosition only have an effect during load().
smoogipooo
·
2017-05-04 15:12:32 +09:00
e307b6d563
ColumnStyle -> ColumnPosition.
smoogipooo
·
2017-05-04 14:54:31 +09:00
a2bdd020e5
Merge remote-tracking branch 'upstream/master' into options-implementation
Dean Herbert
·
2017-05-03 21:54:27 +09:00
19f6d58723
Add revert to normal special style after all steps.
smoogipooo
·
2017-05-03 19:38:27 +09:00
8d82a52942
Rewrite a lot of ManiaPlayfield/Column to support left/right special styles and arbitrary number of columns.
smoogipooo
·
2017-05-03 19:38:15 +09:00
14e4714f08
CI cleanups.
smoogipooo
·
2017-05-03 12:58:46 +09:00
7de36b7aa2
Move classes out of test case.
smoogipooo
·
2017-05-03 12:37:47 +09:00
71acf1c57d
Create ManiaPlayfield, support up to 9 columns, improve testcase automation.
smoogipooo
·
2017-05-03 12:30:03 +09:00
b4052a099f
Merge remote-tracking branch 'origin/master' into mania-stage
smoogipooo
·
2017-05-03 10:50:10 +09:00
27e16b8cfd
Fix naming confusion.
smoogipooo
·
2017-05-02 18:00:37 +09:00
8e88d86639
Add support for framework-level mouse confining.
Dean Herbert
·
2017-05-02 17:45:42 +09:00
1b0f353af3
Let's not use Country for drawings-specific stuff...
smoogipooo
·
2017-05-02 13:02:14 +09:00
e856abe59a
Add keys to columns and add key down transformations.
smoogipooo
·
2017-05-01 20:48:43 +09:00
80ebd04e85
Add column generation + put spacing one level up.
smoogipooo
·
2017-05-01 17:24:35 +09:00
82cbb63af5
Add initial column design.
smoogipooo
·
2017-05-01 17:00:41 +09:00
4aea18b673
Add non-toggle support for showing seek bar in SongProgress.
Dean Herbert
·
2017-04-25 22:59:46 +09:00
eb5d334838
CI fixes.
smoogipooo
·
2017-04-21 20:42:13 +09:00
d7477955ac
Remove CurvedHitObject to make RepeatSamples not tied to curve.
smoogipooo
·
2017-04-21 20:40:11 +09:00
5cdbb226f8
Add a percentage-based slider testcase.
Dean Herbert
·
2017-04-20 19:16:47 +09:00
86c60ade85
Add basic tooltip support to OsuSliderBar.
Dean Herbert
·
2017-04-20 17:57:58 +09:00
0de71ab24d
Add tooltip to sliderbars. Move interface.
Dean Herbert
·
2017-04-20 17:33:07 +09:00
c87657707f
Remove using.
Dean Herbert
·
2017-04-20 16:37:29 +09:00
ce5763ed97
Remove redundancies.
Dean Herbert
·
2017-04-20 15:29:34 +09:00
30c3c932b1
Merge branch 'master' into tooltips
Dean Herbert
·
2017-04-20 15:08:26 +09:00
4ca27a5395
Remove unnecessary interfaces and simplify tooltip logic.
Dean Herbert
·
2017-04-20 14:34:29 +09:00
b11315ca46
Remove OsuScore and change the way statistics are stored (dynamic dictionary).
Dean Herbert
·
2017-04-20 11:03:11 +09:00
6cf026e5c1
move tooltip outside of the cursor
Jorolf
·
2017-04-20 00:42:40 +02:00
ea67b41683
---changing---
Jorolf
·
2017-04-19 15:33:24 +02:00
d04893a43a
Merge branch 'master' into tooltips
Jorolf
·
2017-04-19 13:51:39 +02:00
af9a45fd6c
renaming and some changes in TestCaseTooltip
Jorolf
·
2017-04-19 13:47:00 +02:00
8e4288168a
Add score statistic tracking (osu!).
Dean Herbert
·
2017-04-19 16:29:27 +09:00
3b95fbab7d
Add license headers.
Dean Herbert
·
2017-04-18 22:35:21 +09:00
2f53f2e248
Display an actual date/time.
Dean Herbert
·
2017-04-18 22:22:14 +09:00
dc13d4d4ab
Add temporary combo/accuracy display.
Dean Herbert
·
2017-04-18 22:22:14 +09:00
4a3fc710c4
Add progress graph background and update ruleset references.
Dean Herbert
·
2017-04-18 22:22:14 +09:00
886ac1fb40
Add beatmap info and score date.
Also adjusts design metrics.
Dean Herbert
·
2017-04-18 22:22:14 +09:00
72fcc09a98
Add a basic implementation of the new design results screen.
Dean Herbert
·
2017-04-18 22:22:14 +09:00
d51b37cb44
Split SquareGraph out and make SongProgressGraph also able to take a list of Objects.
Dean Herbert
·
2017-04-18 18:40:02 +09:00
3b21340e1b
Remove explicit RelativeSize setting.
Dean Herbert
·
2017-04-18 18:10:13 +09:00
66865c50ad
Mode -> Ruleset.
Dean Herbert
·
2017-04-18 16:05:58 +09:00
fbd26a1d5e
Add constant for osu! playfield size.
Dean Herbert
·
2017-04-18 12:19:39 +09:00
2df21066e7
CI fixes.
smoogipooo
·
2017-04-18 11:20:39 +09:00
8844ff7ab7
Fix ruleset not always being initialised correctly.
Dean Herbert
·
2017-04-18 10:55:33 +09:00
5939ba9143
some formatting
Jorolf
·
2017-04-17 17:09:17 +02:00
5d828a20e0
Merge branch 'master' of git://github.com/ppy/osu into tooltips
Jorolf
·
2017-04-17 14:45:46 +02:00
dd26f9fcac
Fix appveyor issues.
Dean Herbert
·
2017-04-17 19:52:07 +09:00
fe0d18777e
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
First
Previous
1
2
3
4
5
...
Next
Last