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-28 21:21:08 +08:00
Code
Issues
Releases
Wiki
Activity
4,739
Commits
4
Branches
799
Tags
1ea60fd3931f027c344e0f71bf156dc20bd52e4e
Commit Graph
122 Commits
Changes in-line with framework
ColdVolcano
·
2017-05-21 23:47:08 -05:00
059af0850b
Add licence header
ColdVolcano
·
2017-05-20 11:44:19 -05:00
38a566890f
Initial implementation
Note this won't work with the osu!bgm because it is not a beatmap
ColdVolcano
·
2017-05-20 11:02:42 -05:00
4e83f12f34
Merge remote-tracking branch 'upstream/master' into margin-padding-namespace
Dean Herbert
·
2017-05-16 16:36:34 +09:00
89e2a39d14
Update namespaces in line with framework
Dean Herbert
·
2017-05-16 12:50:30 +09:00
efab186384
Adjust osu! logo metrics and add shockwave impact animation
Dean Herbert
·
2017-05-15 19:36:03 +09:00
23760d6805
OsuConfig -> OsuSetting
Dean Herbert
·
2017-05-15 10:56:27 +09:00
622b155fda
Change all instances of options to settings where applicable
Dean Herbert
·
2017-05-15 10:55:29 +09:00
eaaba11586
Fix broken test cases, remove some recursive lookup methods.
Dean Herbert
·
2017-05-11 19:38:28 +09:00
a2f6d8a3e6
Merge branch 'master' into metadata
Dean Herbert
·
2017-05-11 12:23:00 +09:00
70ef503403
Use readonly fields.
Huo Yaoyuan
·
2017-05-08 18:56:04 +08:00
dff05bec79
Access database recursively.
Huo Yaoyuan
·
2017-05-06 15:37:53 +08:00
767cfaaac3
Use metadata field of WorkingBeatmap.
Huo Yaoyuan
·
2017-05-06 14:57:11 +08:00
146d57953d
Typo
ColdVolcano
·
2017-05-01 19:34:08 -05:00
6ce0245c2b
Fix crash when selecting non-existent IDs from database
ColdVolcano
·
2017-05-01 19:31:46 -05:00
1b52445f86
Minor style fixes.
Dean Herbert
·
2017-04-25 13:33:34 +09:00
f93adebc52
Remove BeatmapInfo field
ColdVolcano
·
2017-04-24 22:59:33 -05:00
51c577624b
Post-merge fixes (and CodeFactor fixes)
ColdVolcano
·
2017-04-24 22:48:25 -05:00
1df50adc3a
Remove for real this time
ColdVolcano
·
2017-04-23 00:57:41 -05:00
30b7a029dc
Remove not needed stuff (+typo fix)
ColdVolcano
·
2017-04-23 00:50:02 -05:00
fe35d20def
Move MenuMusic logic to MainMenu
ColdVolcano
·
2017-04-23 00:36:23 -05:00
094a0f9639
Fix crash when there's no beatmaps
ColdVolcano
·
2017-04-14 17:48:27 -05:00
ca1f89f2cf
Build for real this time
ColdVolcano
·
2017-04-14 17:17:51 -05:00
2c6327fca9
Pls AppVeyor don't die
Javier Flores
·
2017-04-14 16:33:58 -05:00
984c7092a6
Cleanup + AppVeyor fixes
ColdVolcano
·
2017-04-14 13:10:59 -05:00
b7d61add45
Show song in MusicController and SongSelect
ColdVolcano
·
2017-04-14 12:59:15 -05:00
b5fc84087f
More smoothness when MenuMusic is false
ColdVolcano
·
2017-04-14 12:58:47 -05:00
2eb73a7c70
Get MenuMusic and MenuVoice woking
ColdVolcano
·
2017-04-14 12:42:42 -05:00
2a9f4e6950
Fix osu! logo handling drags for no reason.
Dean Herbert
·
2017-04-08 19:34:04 +09:00
b5431c496b
Update async load usage to new style.
Dean Herbert
·
2017-04-02 15:56:12 +09:00
6f1fff4ee7
Update references and framework.
Dean Herbert
·
2017-03-29 09:54:00 +09:00
ab97967237
Update references.
Dean Herbert
·
2017-03-28 21:26:20 +09:00
f7dc7e9bb9
Use const whenever possible.
Dean Herbert
·
2017-03-23 13:52:38 +09:00
681ed38941
Enforce readonly private members where possible.
Dean Herbert
·
2017-03-23 13:50:08 +09:00
54e1b24fe9
Fix usages of CircularContainer in line with framework changes.
Dean Herbert
·
2017-03-22 19:35:03 +09:00
fbe08436d2
Fix cursor being displayed during disclaimer.
Dean Herbert
·
2017-03-19 01:59:13 +09:00
3c7b4a8ffa
Merge branch 'master' into song-select-loading-reoptimisation
Dan Balasescu
·
2017-03-18 02:12:56 +09:00
e529f5e439
Add statefulness to MenuCursor.
Dean Herbert
·
2017-03-17 20:45:27 +09:00
f9f31ca092
Preload song select from main menu.
Dean Herbert
·
2017-03-17 20:11:59 +09:00
6be80c95ae
AlwaysReceiveInput and InternalContains.
Dean Herbert
·
2017-03-16 17:38:36 +09:00
ab8a5afdb9
Update editor workflow and make edit button works.
Huo Yaoyuan
·
2017-03-14 22:18:40 +08:00
b2dd9afcf3
Reduce warning/suggestion count to zero.
Dean Herbert
·
2017-03-09 15:52:40 +09:00
d7497330b2
Reduce error count.
Dean Herbert
·
2017-03-09 14:24:16 +09:00
da751804b6
Fix most warnings.
Dean Herbert
·
2017-03-07 13:05:57 +09:00
0cad5d7d41
Don't expicitly set origin of TextAwesome.
Dean Herbert
·
2017-03-06 17:06:48 +09:00
e356758a7d
Remove unnecessary usings
Thomas Müller
·
2017-03-04 19:43:59 +01:00
73fef85b12
Use Color4Extensions from Framework and remove redundant Name
Thomas Müller
·
2017-03-04 19:42:37 +01:00
a14bdf8624
Update usage of FillDirection
Thomas Müller
·
2017-03-04 11:00:17 +01:00
a2317e5a1e
Remvoe ctor argument and fallback to storage-based TeamList if no custom list has been provided.
Dean Herbert
·
2017-03-03 20:21:11 +09:00
4a109fcc55
Better way to initialize team lists.
smoogipooo
·
2017-03-03 18:47:56 +09:00
5a4d07d770
First
Previous
1
2
3
Next
Last