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-27 02:09:54 +08:00
Code
Issues
Releases
Wiki
Activity
75,266
Commits
4
Branches
798
Tags
12e29f0bcc9f80c221c5e97693613c8ca4ba94de
Commit Graph
75266 Commits
This Branch
This Branch
All Branches
Fix beatmaps not getting the correct ruleset on import.
Dean Herbert
·
2017-04-18 09:47:29 +09:00
d3c1520a2d
Add unique constraints on RulesetInfo table to ensure things stay sane.
Dean Herbert
·
2017-04-18 09:47:16 +09:00
2734983564
Add unit tests to ensure all rulesets' beatmaps are added successfully.
Dean Herbert
·
2017-04-18 09:46:14 +09:00
4393c2cb25
Make IBeatmapProcessor a class with virtual methods.
smoogipooo
·
2017-04-18 09:43:43 +09:00
0e1ce333e3
Make IBeatmapConverter an abstract class instead of an interface.
smoogipooo
·
2017-04-18 09:38:52 +09:00
efc050a95a
Mode IBeatmapConverter and IBeatmapProcessor to osu.Game.Modes.Beatmaps namespace.
smoogipooo
·
2017-04-18 09:36:08 +09:00
456aee63ca
A few xmldoc additions/fixes.
smoogipooo
·
2017-04-18 09:20:38 +09:00
c61e3265bb
Fix post-rebase errors.
smoogipooo
·
2017-04-18 09:00:53 +09:00
786446354e
Fix conversion types for Catch and Mania.
smoogipooo
·
2017-04-18 08:58:21 +09:00
04973ae65e
Re-implement legacy hit object conversion.
smoogipooo
·
2017-04-18 08:58:21 +09:00
09208adf81
Implement Beatmap conversion testing.
smoogipooo
·
2017-04-18 08:57:09 +09:00
2767fbd81a
removed unused stuff and change the tooltip y coordinate
Jorolf
·
2017-04-17 19:50:34 +02:00
095b6fded6
Merge branch 'tooltips' of github.com:Jorolf/osu into tooltips
Jorolf
·
2017-04-17 17:43:54 +02:00
906d68936a
made method into property
Jorolf
·
2017-04-17 17:43:44 +02:00
25fd1d2b72
Update MenuCursor.cs
Jorolf
·
2017-04-17 17:10:55 +02:00
d4ac3c5e9c
some formatting
Jorolf
·
2017-04-17 17:09:17 +02:00
5d828a20e0
moved tooltip stuff to Tooltip instead of MenuCursor
Jorolf
·
2017-04-17 17:04:48 +02:00
773e6a2911
Merge branch 'master' of git://github.com/ppy/osu into tooltips
Jorolf
·
2017-04-17 14:45:46 +02:00
dd26f9fcac
Merge branch 'master' into remove-playmode
Dean Herbert
·
2017-04-17 21:01:10 +09:00
928550b1a8
Fix forgotten revert.
Dean Herbert
·
2017-04-17 20:10:51 +09:00
4b6ba565f8
Rewrite bar lines to make sure they're centered at their beat's start position.
smoogipooo
·
2017-04-17 20:02:36 +09:00
eaa171baf4
Merge pull request
#639
from huoyaoyuan/fixes
Don't block input in BeatmapInfoWedge.
Dean Herbert
·
2017-04-17 19:54:06 +09:00
3c00776416
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
Don't block input in BeatmapInfoWedge.
Huo Yaoyuan
·
2017-04-17 17:08:01 +08:00
c235a14e3e
Index DeletePending for better performance.
Dean Herbert
·
2017-04-17 17:44:02 +09:00
db6556a0f9
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
Merge remote-tracking branch 'upstream/master' into remove-playmode
Dean Herbert
·
2017-04-17 13:00:53 +09:00
ce12cc20bd
Added basic loading screen and test case
ocboogie
·
2017-04-16 20:18:41 -07:00
78273d76e3
Update forgotten submodule.
Dean Herbert
·
2017-04-16 22:40:29 +09:00
6239eab233
Merge pull request
#637
from Dormanil/CS7-migration
Explicitly set language version to C# 6.0 for now.
Dean Herbert
·
2017-04-16 20:37:31 +09:00
ce5d48b86c
Update framework.
Dean Herbert
·
2017-04-16 20:15:36 +09:00
fbda181769
Explicitly set C# 6.0 for now.
Adrian Kaz Scherzinger
·
2017-04-16 06:44:08 +09:00
60f7879875
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
Clean up a few remaining stragglers.
smoogipooo
·
2017-04-15 06:15:55 +09:00
ddce3c157f
Better default values + don't set Mode from outside.
smoogipooo
·
2017-04-15 06:14:31 +09:00
4a149c4ab8
Remove unused usings.
smoogipooo
·
2017-04-15 05:57:18 +09:00
0333e1a050
Add comment.
smoogipooo
·
2017-04-15 05:55:38 +09:00
3845ab2a72
Re-implement config value.
smoogipooo
·
2017-04-15 05:52:58 +09:00
6dbc75283c
Remove PlayMode game-wide.
smoogipooo
·
2017-04-15 05:22:41 +09:00
0a1376c2db
Make BeatmapInfo expose Ruleset instead of PlayMode.
smoogipooo
·
2017-04-15 05:01:36 +09:00
a89af273be
Move statics to RulesetCollection to avoid conflicts later on.
smoogipooo
·
2017-04-15 04:53:37 +09:00
59bfc7abad
Merge remote-tracking branch 'refs/remotes/upstream/master'
ColdVolcano
·
2017-04-14 13:32:55 -05:00
0a89e7deb8
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
First
Previous
...
1429
1430
1431
1432
1433
...
Next
Last