Drew DeVault
|
f3c5c1f0b8
|
Fixes following recent updates upstream
|
2017-01-26 21:31:28 -05:00 |
|
Drew DeVault
|
417933b7ec
|
Merge remote-tracking branch 'upstream/master' into song-select-filtering
|
2017-01-26 13:57:55 -05:00 |
|
Dean Herbert
|
25da8a53dc
|
Fix incorrect configuration retrievals.
|
2017-01-26 23:08:39 +09:00 |
|
Dean Herbert
|
1853bbdda8
|
Move window/volume configuration to framework level.
|
2017-01-25 18:44:51 +09:00 |
|
Dean Herbert
|
23938a810b
|
Merge pull request #292 from peppy/general-fixes
Reset the beatmap database when it can't be read, rather than hard failing.
|
2017-01-23 21:43:52 +09:00 |
|
Dean Herbert
|
3a27178bb1
|
Merge pull request #289 from UselessToucan/JudgementsCapacity
Specify ScoreProcessor.Judgements.Capacity
|
2017-01-23 21:40:00 +09:00 |
|
Dean Herbert
|
373d2a0f35
|
Merge branch 'master' into general-fixes
|
2017-01-23 21:39:05 +09:00 |
|
Dean Herbert
|
56fe69852d
|
Change beatmap database reset logic to only run a maximum of once.
|
2017-01-23 18:13:06 +09:00 |
|
Dean Herbert
|
ef8347fe53
|
Reset the beatmap database when it can't be read, rather than hard failing.
|
2017-01-23 13:02:03 +09:00 |
|
Dean Herbert
|
ae464fcace
|
Move Intro logic to OnEntering in line with framework changes.
|
2017-01-20 16:30:24 +08:00 |
|
TocoToucan
|
badc8def9a
|
hitObjectsNumber -> hitObjectCount
|
2017-01-18 18:51:38 +03:00 |
|
Dean Herbert
|
2025e8ef71
|
Merge pull request #288 from peppy/hpdisplay
Simple HP display implementation.
|
2017-01-18 11:18:45 +08:00 |
|
Dean Herbert
|
cd8c9393f3
|
HP -> Health
|
2017-01-18 11:08:16 +08:00 |
|
Drew DeVault
|
678f0aaa16
|
Implement filtering with strings
|
2017-01-17 19:18:15 -05:00 |
|
Drew DeVault
|
75de03bd88
|
Use OsuColour for green text
|
2017-01-17 18:26:43 -05:00 |
|
Drew DeVault
|
46e7bcef8c
|
Improve beatmap import
|
2017-01-17 17:05:06 -05:00 |
|
Drew DeVault
|
7559fc593a
|
Use default background on empty song select screen
|
2017-01-17 16:43:53 -05:00 |
|
Drew DeVault
|
5eb1cda77b
|
Rename FilterSongSelect, use OsuColour
|
2017-01-17 16:43:40 -05:00 |
|
Drew DeVault
|
63031fbc3d
|
Move filter container z depth and add hover fx
|
2017-01-17 15:41:50 -05:00 |
|
Drew DeVault
|
73e46ee8c0
|
Initial layout of song select filtering UI
|
2017-01-17 15:41:50 -05:00 |
|
TocoToucan
|
259c0964fd
|
Specify ScoreProcessor.Judgements.Capacity in order to avoid List<T> internal auto reallocations
|
2017-01-16 23:14:35 +03:00 |
|
Dean Herbert
|
ee0b6be84b
|
Merge pull request #266 from kizayoi/master
Add support for old beatmaps
|
2017-01-16 16:02:22 +08:00 |
|
Dean Herbert
|
a3770adbc5
|
Merge branch 'master' into hpdisplay
|
2017-01-16 11:23:54 +08:00 |
|
Dean Herbert
|
4030413291
|
Merge branch 'refs/heads/SirCmpwn/colors'
|
2017-01-14 06:52:30 +08:00 |
|
Drew DeVault
|
e81073695f
|
Implement disable mouse buttons
|
2017-01-13 17:17:04 -05:00 |
|
Drew DeVault
|
f5f545df62
|
Refactor OsuColour into injected instance class
Which should allow you to change the color palette in the future for
skinning purposes.
|
2017-01-12 23:49:05 -05:00 |
|
Drew DeVault
|
fa007e632d
|
Refactor colors to palette based design
|
2017-01-12 16:38:27 -05:00 |
|
Drew DeVault
|
c222be05c0
|
Add Color4.Opacity and OsuColor.Gray
|
2017-01-10 13:44:40 -05:00 |
|
Dean Herbert
|
1392cdfb9a
|
Hook up naively.
|
2017-01-10 18:35:27 +08:00 |
|
Dean Herbert
|
7eab50b989
|
Add basic HP display support.
|
2017-01-10 16:08:01 +08:00 |
|
Drew DeVault
|
70ecf48ca7
|
Add central color class
I didn't move _every_ color here, but most of them. The ones I left
behind are mostly just shades of gray.
Closes #126
|
2017-01-09 17:20:31 -05:00 |
|
柯十六夜
|
acfbf2e32e
|
Add prefix Online to BeatmapID and BeatmapSetID
|
2017-01-09 21:05:01 +08:00 |
|
Drew DeVault
|
4899d88d19
|
Update framework
|
2017-01-05 02:10:05 -05:00 |
|
Drew DeVault
|
b27139c2bd
|
Simplify layout of dropdown menu item
|
2017-01-05 00:57:19 -05:00 |
|
Drew DeVault
|
af4aeeab09
|
Update following framework changes
|
2017-01-04 01:14:25 -05:00 |
|
Drew DeVault
|
a1f8c0df64
|
Style dropdown to match osu!stable
|
2017-01-03 23:00:28 -05:00 |
|
Huo Yaoyuan
|
6690d1bd72
|
Move logic into updateDisplay.
|
2017-01-04 02:12:18 +08:00 |
|
Huo Yaoyuan
|
794e4663d8
|
Fix PreferUnicode changing when nothing to play.
|
2017-01-04 01:00:08 +08:00 |
|
柯十六夜
|
e578e50721
|
Add support for old beatmaps
|
2016-12-21 16:29:57 +08:00 |
|
柯十六夜
|
ef11c3f389
|
Add default Beatmap ID
|
2016-12-21 14:47:56 +08:00 |
|
柯十六夜
|
02f6e46105
|
Add support for v9 beatmaps
|
2016-12-20 23:56:49 +08:00 |
|
Dean Herbert
|
561b0928bb
|
Merge pull request #263 from EVAST9919/fixes
Remove unnecessary items from OptionsOverlay
|
2016-12-20 01:18:51 +09:00 |
|
Andrey Zavadskiy
|
e23a1b8e92
|
Remove unnecessary items from OptionsOverlay
|
2016-12-19 19:17:04 +03:00 |
|
n4b3l
|
aebe87fefc
|
better implementation
|
2016-12-19 16:09:29 +01:00 |
|
n4b3l
|
09f9f86b06
|
check if dimLevel is null on exit
|
2016-12-19 14:03:10 +01:00 |
|
Thomas Müller
|
db21fe062e
|
Merge pull request #252 from n4b3l/background-dim
basic background dim
|
2016-12-18 16:04:10 +01:00 |
|
Thomas Müller
|
66435a515c
|
Don't async/await song selection since audio operations are now on a separate thread.
|
2016-12-18 15:19:41 +01:00 |
|
Dean Herbert
|
1d5dc77c4d
|
Keep reference to reader to avoid early disposal.
|
2016-12-18 20:47:00 +09:00 |
|
n4b3l
|
df305989d0
|
use config bindable directly
|
2016-12-18 10:48:59 +01:00 |
|
Dean Herbert
|
f14a9e7d6b
|
Remove unused beatmap reference in BeatmapGroup.
|
2016-12-18 17:06:56 +09:00 |
|