Dean Herbert
|
a2501cc81d
|
Fix TestCaseHitObjects not working at all due to state being set before load is complete.
|
2017-01-27 00:16:02 +09:00 |
|
Dean Herbert
|
7ee6a50404
|
Fix checkbox design regressions.
|
2017-01-27 00:16:02 +09:00 |
|
Dean Herbert
|
c07001b566
|
Fix TestCasePlayer not working on consecutive executions (clock being set where it isn't necessary).
|
2017-01-27 00:16:02 +09:00 |
|
Dean Herbert
|
4aa2834082
|
Fix TestCasePlaySongSelect not working on consecutive executions.
|
2017-01-27 00:16:02 +09:00 |
|
Dean Herbert
|
162e183b36
|
Fix some nullrefs when running visualtests with no maps loaded.
|
2017-01-27 00:16:02 +09:00 |
|
Thomas Müller
|
d17bef12b6
|
Merge pull request #294 from peppy/framework-configuration
Move window/volume configuration to framework level.
|
2017-01-26 15:50:13 +01:00 |
|
Dean Herbert
|
db37a7e332
|
Update framework.
|
2017-01-26 23:36:35 +09: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
|
0fcdc7ec11
|
Merge pull request #291 from peppy/mode-entering
Move Intro logic to OnEntering in line with framework changes.
|
2017-01-23 21:37:59 +09:00 |
|
Dean Herbert
|
f8da718da8
|
Update framework.
|
2017-01-23 21:33:45 +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 |
|
UselessToucan
|
b493f359b9
|
Merge pull request #1 from ppy/master
Update fork
|
2017-01-16 22:28:36 +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 |
|
Dean Herbert
|
6d0fe92d33
|
Update submodules.
|
2017-01-14 06:49:21 +08:00 |
|
Dean Herbert
|
742dd6f66c
|
Merge pull request #287 from SirCmpwn/implement-disable-mouse
Implement disable mouse buttons
|
2017-01-14 06:39:09 +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 |
|
Andrey Zavadskiy
|
63fcfdbbde
|
Fixed checkboxes state and better code
|
2017-01-11 10:28:24 +03: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 |
|
Dean Herbert
|
97c5a2f970
|
Merge pull request #283 from peppy/general-fixes
General fixes
|
2017-01-08 21:45:31 +08:00 |
|
Dean Herbert
|
651ea1b0d6
|
Update resources.
|
2017-01-08 21:01:48 +08:00 |
|
Dean Herbert
|
8ba5c1c15d
|
Fix not being able to hit two stacked circles by pressing both buttons/keys on the same frame.
|
2017-01-08 20:52:19 +08:00 |
|
Dean Herbert
|
8bfcfbc276
|
Update framework.
|
2017-01-08 20:51:57 +08:00 |
|
Andrey Zavadskiy
|
c0980437a6
|
Removed unnecessary api reference
|
2017-01-07 00:55:04 +03:00 |
|
Dean Herbert
|
d3397e2cfc
|
Merge pull request #281 from SirCmpwn/custom-dropdowns
Style dropdown to match osu!stable
|
2017-01-05 15:30:53 +08:00 |
|
Drew DeVault
|
4899d88d19
|
Update framework
|
2017-01-05 02:10:05 -05:00 |
|