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-18 02:09:52 +08:00
Code
Issues
Releases
Wiki
Activity
3,952
Commits
4
Branches
791
Tags
ee659e73073d01b1fcfbc4e57e75cd7fff252d7d
Commit Graph
38 Commits
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
Move SQLite connections out of database classes; make abstract Database.
Dean Herbert
·
2017-04-17 14:37:52 +09:00
83b083ce64
Better default values + don't set Mode from outside.
smoogipooo
·
2017-04-15 06:14:31 +09:00
4a149c4ab8
Make BeatmapInfo expose Ruleset instead of PlayMode.
smoogipooo
·
2017-04-15 05:01:36 +09:00
a89af273be
Fix some unused variables in test cases.
Dean Herbert
·
2017-04-04 11:13:07 +09:00
b0ebacb06d
Bring VisualTests up-to-date.
Dean Herbert
·
2017-03-31 18:00:14 +09:00
2b847aa2f4
Update references and framework.
Dean Herbert
·
2017-03-29 09:54:00 +09:00
ab97967237
Rename BaseDifficulty -> Difficulty / BeatmapDifficulty.
smoogipooo
·
2017-03-16 23:18:02 +09:00
e0a8c3b1e5
fixup! Filter doesn't need to be public, nor have a property.
Dean Herbert
·
2017-03-16 14:23:48 +09:00
da6b98db10
Add FilterControl and FilterTabControl
Kelvin
·
2017-03-14 19:49:40 -07:00
2629f78afc
Fix most warnings.
Dean Herbert
·
2017-03-07 13:05:57 +09:00
0cad5d7d41
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
Improved delegate syntax
Alex Amadori
·
2017-02-21 18:43:10 +01:00
fbb16295ae
Using random generator from osu-framework
Alex Amadori
·
2017-02-20 17:49:02 +01:00
a6fbfc8349
Complying with rule "Instance fields (private)"
Alex Amadori
·
2017-02-18 16:45:46 +01:00
87ec0e36ea
More sorting rookie mistakes
Alex Amadori
·
2017-02-18 16:23:13 +01:00
21cf96ec10
Fix silly sorting mistakes
Alex Amadori
·
2017-02-18 15:56:29 +01:00
f48c83b787
Merge remote-tracking branch 'upstream/master'
Alex Amadori
·
2017-02-18 15:18:26 +01:00
d92382c1aa
Implemented sorting in TestCasePlaySong
Alex Amadori
·
2017-02-18 15:11:40 +01:00
6bbbbd8f96
GameMode -> Screen.
Dean Herbert
·
2017-02-17 19:23:58 +09:00
e6ef9f67aa
Update and standardise license headers.
Dean Herbert
·
2017-02-07 14:27:41 +09:00
50bd80cb0c
Fix TestCasePlaySongSelect not working on consecutive executions.
Dean Herbert
·
2017-01-27 00:16:02 +09:00
4aa2834082
Add prefix Online to BeatmapID and BeatmapSetID
柯十六夜
·
2017-01-09 21:05:01 +08:00
acfbf2e32e
Fix disposal logic.
Dean Herbert
·
2016-11-28 12:25:20 +09:00
54fc25e163
Reset db on dispose
Drew DeVault
·
2016-11-25 05:12:01 -05:00
c85454d034
Remove need for PlaySongSelect ctor to take a db
Drew DeVault
·
2016-11-25 00:44:46 -05:00
89effca12e
Initial implementation of a beatmap carousell and various minor improvements to song select.
No big optimizations yet, but groundwork is laid out.
Thomas Müller
·
2016-11-20 20:34:16 +01:00
c6d688898f
Move play modes to their own projects.
Dean Herbert
·
2016-11-14 18:54:24 +09:00
4590be552f
Move play modes to Modes namespace.
Dean Herbert
·
2016-11-14 18:03:20 +09:00
06f4f93918
Rename GameModes namespace to Screens.
Dean Herbert
·
2016-11-14 17:23:33 +09:00
0f4538f69f
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
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
Add test case for song selection
Drew DeVault
·
2016-10-24 11:39:18 -04:00
bc6e705e2b