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-25 09:10:26 +08:00
Code
Issues
Releases
Wiki
Activity
45,041
Commits
4
Branches
796
Tags
94de24075e52d154ca042a8bf9116f5f434d8e23
Commit Graph
45041 Commits
This Branch
This Branch
All Branches
Minor improvements to combo counters
Adonais Romero González
·
2016-10-29 18:26:12 -05:00
ef9d2b5b3c
Merge pull request
#113
from peppy/lets-play
Let's play
Dean Herbert
·
2016-10-30 01:09:10 +09:00
cd5ad5a05c
Framework bump~.
Dean Herbert
·
2016-10-30 00:52:41 +09:00
ed4413ff24
Use Any instead of First to avoid potential throw.
Dean Herbert
·
2016-10-29 04:29:43 +09:00
d8ca11bf0d
Fix nunit hint path.
Dean Herbert
·
2016-10-29 04:17:56 +09:00
f156ac25be
Remove forgotten parens.
Dean Herbert
·
2016-10-29 03:44:27 +09:00
a2f995ebe0
Fix selection not collapsing when clicking set headers exclusively.
Dean Herbert
·
2016-10-29 03:43:52 +09:00
d47924ff7b
Remove forced disposal of WorkingBeatmap.
Dean Herbert
·
2016-10-29 03:31:40 +09:00
c969e0b4f0
More comments.
Dean Herbert
·
2016-10-28 23:40:12 +09:00
eb30882b09
Add some warning comments.
Dean Herbert
·
2016-10-28 23:35:49 +09:00
f0e4a252a5
Tidy shit up; reduce number of unnecssesary events being fired.
Dean Herbert
·
2016-10-28 23:29:21 +09:00
42ad96778e
Fix changed event and no longer auto play on load.
Huo Yaoyuan
·
2016-10-28 21:57:23 +08:00
f1837b4822
Add music controller into game.
Huo Yaoyuan
·
2016-10-28 21:21:47 +08:00
7543d491ae
OsuGameMode<-WorkingBeatMap->OsuGameBase.
Huo Yaoyuan
·
2016-10-28 21:03:59 +08:00
6aba03e1ca
No longer holds OsuGame reference.
Huo Yaoyuan
·
2016-10-28 20:47:27 +08:00
3858c77817
Interaction with external changes.
Huo Yaoyuan
·
2016-10-28 20:44:59 +08:00
9b76110605
Fix to work individually.
Huo Yaoyuan
·
2016-10-28 20:34:22 +08:00
36cefcb956
Store a local copy of WorkingBeatmap.
Huo Yaoyuan
·
2016-10-28 20:27:44 +08:00
aa107de162
Avoid accessing the beatmap too early.
Dean Herbert
·
2016-10-28 21:08:32 +09:00
5dc495e41d
Make prev and next work again.
Huo Yaoyuan
·
2016-10-28 20:08:27 +08:00
7d14e6e6cf
Merge remote-tracking branch 'peppy/lets-play' into music-controller
Huo Yaoyuan
·
2016-10-28 19:47:35 +08:00
b7ada4866e
Make music controller uses WorkingBeatmap.
Huo Yaoyuan
·
2016-10-28 19:39:02 +08:00
7d6e4a8ad2
Lazy parse beatmap; Don't reload audio track if it hasn't changed.
Dean Herbert
·
2016-10-28 20:24:14 +09:00
10ef34b805
Merge remote-tracking branch 'refs/remotes/peppy/lets-play'
Huo Yaoyuan
·
2016-10-28 19:07:29 +08:00
7e2350cb13
Add initial game-wide beatmap flow.
Dean Herbert
·
2016-10-28 19:55:48 +09:00
74f1a9622f
Only allow osu! mode maps to be played for now.
Dean Herbert
·
2016-10-28 18:07:42 +09:00
0f5614ffa2
Don't exception on inability to read audio track.
Dean Herbert
·
2016-10-28 18:03:26 +09:00
209f09df91
Update transforms to not accept clock.
Dean Herbert
·
2016-10-28 17:42:00 +09:00
13b5fb0578
Move Results to own namespace.
Dean Herbert
·
2016-10-28 16:10:10 +09:00
0e39c5cc9c
Fix outdated test attributes.
Dean Herbert
·
2016-10-28 16:09:55 +09:00
5ce102b36c
Remove unnecessary finaliser.
Dean Herbert
·
2016-10-28 14:18:00 +09:00
856e056515
Add the concept of a "WorkingBeatmap" and make player load beatmaps and audio from SongSelect.
Dean Herbert
·
2016-10-28 14:14:45 +09:00
feccb7286c
Add the ability to retrieve (fallback) metadata from a beatmap.
Dean Herbert
·
2016-10-28 14:13:52 +09:00
2cdda98b47
Merge pull request
#111
from peppy/general-fixes
Local BeatmapDatabases and much more
Dean Herbert
·
2016-10-28 05:28:16 +09:00
62d4af9798
Framework update.
Dean Herbert
·
2016-10-28 00:11:01 +09:00
e99aed5754
Minor fixes to player flow.
Dean Herbert
·
2016-10-27 22:27:45 +09:00
012c29addb
Ensure track is playing after seek.
Huo Yaoyuan
·
2016-10-27 19:51:38 +08:00
eab8caaa0c
Don't hard-crash on failing to load a beatmap.
Dean Herbert
·
2016-10-27 20:37:01 +09:00
d6ed055682
Rewrite a lot of Song Select to share logic between panels and consolidate logic inside classes where possible.
Dean Herbert
·
2016-10-27 19:52:48 +09:00
d9dfc324c1
Update MusicController using DragBar.
Huo Yaoyuan
·
2016-10-27 18:15:43 +08:00
73d1eeb272
Seperated DragBar class.
Huo Yaoyuan
·
2016-10-27 18:14:50 +08:00
35b1d0ae50
Add spacing in code.
Huo Yaoyuan
·
2016-10-27 17:04:41 +08:00
9c2d3990ce
Allow to set database of music controller.
Huo Yaoyuan
·
2016-10-27 16:58:40 +08:00
3e30935d10
Add comment about optional database parameter.
Dean Herbert
·
2016-10-27 17:53:47 +09:00
c828b1bc7b
Allow Player to load from BeatmapInfo.
Dean Herbert
·
2016-10-27 17:53:37 +09:00
9074bc3396
Don't reinitialise fake data if we've already populated it.
Dean Herbert
·
2016-10-27 17:38:38 +09:00
d664c97279
Imply we are using fake data in description.
Dean Herbert
·
2016-10-27 17:38:23 +09:00
ace31c68ea
Use memory database again, local to TestCasePlaySongSelect.
Dean Herbert
·
2016-10-27 17:35:00 +09:00
a764a97602
Allow BeatmapDatabase to be constructed without a host.
Dean Herbert
·
2016-10-27 17:34:50 +09:00
33ef55df88
Remove unnecessary directory creation.
Dean Herbert
·
2016-10-27 17:33:17 +09:00
801e4bbb0d
First
Previous
...
888
889
890
891
892
...
Next
Last