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-26 02:21:17 +08:00
Code
Issues
Releases
Wiki
Activity
6,229
Commits
4
Branches
797
Tags
df5094c0d4aab957f4894de87de27f77542e1b13
Commit Graph
6229 Commits
This Branch
This Branch
All Branches
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
Stop using memory database. Load sample data local to TestCase.
Also makes the connection private.
Dean Herbert
·
2016-10-27 17:08:53 +09:00
f16cc430f8
Dispose ArchiveReader.
Huo Yaoyuan
·
2016-10-27 13:34:54 +08:00
6482184a09
Seek by clicking and dragging on progress bar.
Huo Yaoyuan
·
2016-10-27 13:34:53 +08:00
fead1d4c6f
Remove redundant class.
Huo Yaoyuan
·
2016-10-27 13:34:52 +08:00
d9fc04748e
TestCase reset.
Huo Yaoyuan
·
2016-10-27 13:34:51 +08:00
0da78c19a2
Transition fixes and clock for VisualTest.
Huo Yaoyuan
·
2016-10-27 13:34:51 +08:00
b671a33911
Show playing progress.
Huo Yaoyuan
·
2016-10-27 13:34:50 +08:00
8e766a1f47
Button behavior fixes.
Huo Yaoyuan
·
2016-10-27 13:34:49 +08:00
1a3a5c544d
Play control.
Huo Yaoyuan
·
2016-10-27 13:34:48 +08:00
a32f9eed51
Query from beatmap database.
Huo Yaoyuan
·
2016-10-27 13:34:47 +08:00
d2495e34fb
Background scale.
Huo Yaoyuan
·
2016-10-27 13:34:46 +08:00
303bd41765
Button and text.
Huo Yaoyuan
·
2016-10-27 13:34:45 +08:00
b0d72c5f84
First
Previous
...
112
113
114
115
116
...
Next
Last