Dean Herbert
|
9aae568bbe
|
Tidy up csproj further
|
2018-03-28 15:19:56 +09:00 |
|
Dean Herbert
|
1a8aa87469
|
Make everything better
|
2018-03-27 18:56:54 +09:00 |
|
Dean Herbert
|
988141408f
|
Update copyright year
|
2018-03-27 15:26:15 +09:00 |
|
Dean Herbert
|
b290d2d039
|
Move NUnit includes to individual projects
|
2018-03-27 15:07:09 +09:00 |
|
smoogipoo
|
dd5bbbbd9f
|
Define testable projects
|
2018-03-26 19:11:23 +09:00 |
|
smoogipoo
|
5159127bce
|
Fix SQLite failing to initialize on test projects
|
2018-03-26 18:07:09 +09:00 |
|
smoogipoo
|
35ef9d99c6
|
Only compile with net461 in visual studio
|
2018-03-26 15:44:55 +09:00 |
|
smoogipoo
|
96901b6498
|
Add msbuild/dotnet build + launch targets
|
2018-03-26 10:52:54 +09:00 |
|
smoogipoo
|
4dc317d4df
|
Fix msbuild warnings
|
2018-03-25 03:38:52 +09:00 |
|
smoogipoo
|
d28de89e50
|
Add net461 target to test projects for nunit discovery
Nunit "by design" will not run tests for NETStandard projects (see: https://github.com/nunit/dotnet-test-nunit/issues/122#issuecomment-329531632).
|
2018-03-25 01:35:50 +09:00 |
|
smoogipoo
|
a30270658d
|
Merge remote-tracking branch 'origin/master' into netstandard
|
2017-12-01 18:50:28 +09:00 |
|
smoogipoo
|
36be171c29
|
Fix up/clean up csprojs for C#7 support
|
2017-11-30 02:06:03 +09:00 |
|
smoogipoo
|
a0c3349935
|
Add LangVer.props and osu.Game.props for common csproj properties
|
2017-11-30 00:45:37 +09:00 |
|
smoogipoo
|
a9cc156d7a
|
Merge remote-tracking branch 'origin/master' into performance-calculator
|
2017-11-28 21:38:26 +09:00 |
|
Dean Herbert
|
880418fd0d
|
Split out click and hover sound layers
|
2017-11-26 17:21:22 +09:00 |
|
Dean Herbert
|
ac7e373f40
|
Add hover/click sound effects to more stuff everywhere
|
2017-11-26 17:21:21 +09:00 |
|
Dean Herbert
|
af499df6dd
|
Make a base OsuButton class to handle default samples
|
2017-11-26 17:17:48 +09:00 |
|
Dean Herbert
|
9565a9c352
|
Fix TestCasePlayer not working as expected
|
2017-11-23 20:42:07 +09:00 |
|
Dean Herbert
|
9d481eba96
|
Merge branch 'master' into kudosu-section
|
2017-11-23 17:19:42 +09:00 |
|
Dean Herbert
|
0f8499c580
|
Rename to PlaybackControl and add a TestCase
|
2017-11-22 11:22:46 +09:00 |
|
smoogipoo
|
0f8d4a455a
|
Merge remote-tracking branch 'origin/master' into performance-calculator
|
2017-11-21 19:18:06 +09:00 |
|
EVAST9919
|
10f730a004
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into editor-playback-speed
|
2017-11-21 12:39:14 +03:00 |
|
smoogipoo
|
238756ec5d
|
Merge remote-tracking branch 'origin/master' into editor-playback-speed
|
2017-11-21 17:41:16 +09:00 |
|
Dan Balasescu
|
142b74cc47
|
Merge branch 'master' into sudden-death
|
2017-11-21 17:32:31 +09:00 |
|
smoogipoo
|
a66edea6dc
|
Move sqlite batteries to osu.Desktop
Fixes e_sqlite.dll not being copied to output on Windows
|
2017-11-21 15:33:05 +09:00 |
|
Brayzure
|
da30d76f9b
|
Implement Score Processor Mod Interface
- Add a delegate whenever we want to register an additional fail condition
|
2017-11-20 02:15:29 -05:00 |
|
smoogipoo
|
756f6f2d16
|
Remove net461 targets
|
2017-11-20 10:10:28 +09:00 |
|
Dean Herbert
|
492120e88c
|
Add migration for unique constraint on online id
|
2017-11-19 16:02:08 +09:00 |
|
smoogipoo
|
d2ab0621f3
|
Make osu.Game + rulesets compile with netstandard
|
2017-11-19 13:46:51 +09:00 |
|
EVAST9919
|
87f1368869
|
Add KudosuInfo container in the kudosu section
|
2017-11-18 18:19:35 +03:00 |
|
EVAST9919
|
d62da4334e
|
Add and place all the bottom bar objects
|
2017-11-17 12:26:13 +03:00 |
|
smoogipoo
|
1e023f0419
|
Implement PerformanceCalculator testcase
|
2017-11-17 14:37:19 +09:00 |
|
smoogipoo
|
38fe95d94a
|
Add basic display for pp in TestCasePerformancePoints
|
2017-11-17 14:37:19 +09:00 |
|
smoogipoo
|
18f2e92a48
|
Rework mod applications to hitobject/rulesetcontainer for DifficultyCalculator
|
2017-11-17 12:36:13 +09:00 |
|
smoogipoo
|
f461f03b08
|
Make osu! compile with framework changes
|
2017-11-16 14:51:31 +09:00 |
|
EVAST9919
|
d157e6baf1
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap_scores
|
2017-11-13 16:02:44 +03:00 |
|
Dean Herbert
|
46ad986301
|
Merge branch 'master' into profile-beatmaps-section
|
2017-11-13 20:02:40 +09:00 |
|
EVAST9919
|
072e5db6ef
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap_scores
|
2017-11-11 07:16:26 +03:00 |
|
EVAST9919
|
5bf756c3c6
|
Add DrawableTopScore
|
2017-11-11 06:54:52 +03:00 |
|
EVAST9919
|
3261af5200
|
Add scores container
|
2017-11-11 03:46:06 +03:00 |
|
EVAST9919
|
4b21c83f35
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into replay_speed
|
2017-11-10 17:24:26 +03:00 |
|
EVAST9919
|
c9353e3795
|
Fix humanizer package path
|
2017-11-09 15:49:17 +03:00 |
|
Dean Herbert
|
5547348d07
|
Merge branch 'master' into profile-beatmaps-section
|
2017-11-09 18:31:46 +09:00 |
|
EVAST9919
|
a46dbee532
|
Add Humanizer package
|
2017-11-07 12:38:10 +03:00 |
|
EVAST9919
|
761d885167
|
Add Favourite Beatmaps section in UserProfileOverlay
|
2017-11-03 20:25:21 +03:00 |
|
Dean Herbert
|
d6c86ebcb1
|
Merge branch 'master' into intro
|
2017-11-01 15:38:14 +09:00 |
|
Dean Herbert
|
8138796ee3
|
Fix VisualTests configuration being completely wrong
|
2017-11-01 14:53:33 +09:00 |
|
Dean Herbert
|
ca8afc0c80
|
Merge remote-tracking branch 'upstream/master' into intro
|
2017-10-31 15:49:28 +09:00 |
|
Dean Herbert
|
069f4b1fcf
|
Make DrawableScore abstract and move shared class to own file
|
2017-10-30 19:15:19 +09:00 |
|
Dean Herbert
|
b660366d96
|
ScoreContainer -> PaginatedScoreContainer
|
2017-10-30 19:06:40 +09:00 |
|