Commit Graph

25973 Commits

Author SHA1 Message Date
c1e1b4098d Merge pull request #7661 from peppy/navigation-test-split
Move navigation / game test scenes to new namespace
2020-01-29 18:01:15 +09:00
4ea39445e9 Merge branch 'master' into navigation-test-split 2020-01-29 17:29:29 +09:00
77b1bf3ee2 Merge pull request #7648 from peppy/keyboard-composition-tools
Allow selecting composition tools using 1-4 keys
2020-01-29 17:29:11 +09:00
c003ae63d5 Ignore failing test for now 2020-01-29 17:17:10 +09:00
912aa1e5fa Merge pull request #7649 from peppy/selection-composition-conformity
Ensure selection tool correctly matches selection state
2020-01-29 17:09:20 +09:00
77c06b1c6e Fix beatmap carousel potentially missing beatmap imports 2020-01-29 17:09:12 +09:00
1db353558b Add present beatmap tests 2020-01-29 17:09:12 +09:00
6e8bd35373 Move navigation / game test scenes to new namespace 2020-01-29 17:06:05 +09:00
37c7fe30fa Merge branch 'master' into keyboard-composition-tools 2020-01-29 16:52:47 +09:00
66b8d38d42 Merge branch 'master' into selection-composition-conformity 2020-01-29 16:52:45 +09:00
73f94c0be3 Merge pull request #7643 from peppy/distance-snap-grid-correct-colouring
Distance snap grid correct colouring
2020-01-29 16:52:34 +09:00
37036b855b Merge pull request #7654 from peppy/reset-test-storage
Add a method to recycle test storage between runs
2020-01-29 16:37:37 +09:00
e553a9b9e0 Merge branch 'master' into distance-snap-grid-correct-colouring 2020-01-29 16:09:35 +09:00
63501c188a Merge pull request #7644 from peppy/standardise-zoom-levels
Standardise editor timeline zoom across maps of all lengths
2020-01-29 16:04:25 +09:00
9954b67bda Merge branch 'master' into reset-test-storage 2020-01-29 15:52:52 +09:00
6d47eead43 Merge pull request #7642 from peppy/fix-beat-snap
Fix beat snap implementation being incorrect
2020-01-29 15:51:01 +09:00
849e453c35 Merge remote-tracking branch 'upstream/master' into reset-test-storage 2020-01-29 15:49:05 +09:00
ec015d750b Merge remote-tracking branch 'origin/master' into reverse-winding 2020-01-29 15:38:06 +09:00
17294b1b09 Make wind down max value 200% 2020-01-29 15:34:36 +09:00
018c005c71 Merge branch 'master' into distance-snap-grid-correct-colouring 2020-01-29 15:33:07 +09:00
0d6fd0a54a Merge branch 'master' into standardise-zoom-levels 2020-01-29 15:32:57 +09:00
65ac412ff8 Merge branch 'master' into fix-beat-snap 2020-01-29 15:32:27 +09:00
e0c3fa0cc1 Merge pull request #7647 from peppy/select-tool
Move select tool to an actual tool implementation
2020-01-29 15:32:11 +09:00
391681b7af Separate calculation to follow other examples 2020-01-29 15:16:48 +09:00
7d05840ee0 Merge branch 'master' into select-tool 2020-01-29 15:04:22 +09:00
afeb777e0f Merge pull request #7634 from peppy/timline-beat-lines
Add beat ticks to editor timeline
2020-01-29 14:44:19 +09:00
ea2ee53ee3 Merge branch 'master' into timline-beat-lines 2020-01-29 14:44:07 +09:00
7df48397a0 Merge pull request #7652 from peppy/fix-key-count-mod-affect
Fix key count being incorrectly adjusted by hard/easy mods
2020-01-29 14:43:54 +09:00
9a47428bfd Remove out of date comment 2020-01-29 14:40:42 +09:00
abe0041b65 Merge branch 'master' into select-tool 2020-01-29 14:29:12 +09:00
1b1cce0114 Merge pull request #7653 from peppy/fix-navigation-test-crash
Fix navigation test crashing when raw input is disabled
2020-01-29 14:28:09 +09:00
4d43833db4 Merge branch 'master' into timline-beat-lines 2020-01-29 14:12:00 +09:00
b10143fdf2 Merge branch 'master' into fix-key-count-mod-affect 2020-01-29 14:11:59 +09:00
c35c84882f Merge branch 'master' into fix-navigation-test-crash 2020-01-29 14:11:41 +09:00
5bb5a06b8e Merge pull request #7659 from smoogipoo/fix-ss-test-failures
Fix random PlaySongSelect test failures
2020-01-29 14:11:29 +09:00
f457ecaf83 Fix random test failures 2020-01-29 13:54:12 +09:00
80d2c2c3f2 Merge pull request #7645 from LeNitrous/slider-tooltip
Allow OsuSliderBar tooltip to show as percentage as needed
2020-01-29 13:36:08 +09:00
5fcda01346 Cleanup pass 2020-01-29 06:58:53 +03:00
aa597c1934 Copy documentation across to SettingsSlider 2020-01-29 12:55:07 +09:00
f21142ae50 Merge remote-tracking branch 'upstream/master' into slider-tooltip 2020-01-29 12:50:44 +09:00
cfc4eaff59 Fix display being incorrect when MaxValue is not 1 2020-01-29 12:50:21 +09:00
dc10e58b4f Add tests for CommentsPage 2020-01-29 06:44:39 +03:00
e7964023ae Implement CommentsPage class 2020-01-29 06:22:08 +03:00
c5e0c77bca Refactor NoCommentsPlaceholder 2020-01-29 06:08:11 +03:00
b947e89a6b Add placeholder for no comments case in CommentsContainer 2020-01-28 16:53:22 +03:00
2498709d06 Fix navigation test crashing when raw input is disabled 2020-01-28 19:47:40 +09:00
0e0c730095 Add a method to recycle test storage between runs 2020-01-28 19:44:32 +09:00
894642d588 add xmldoc and formatting 2020-01-28 18:04:00 +08:00
12ff51f686 Fix key count being incorrectly adjusted by hard/easy mods 2020-01-28 17:21:50 +09:00
99d5398262 Merge pull request #7650 from peppy/change-default-method-style
Change default method style for better IDE autocompletion
2020-01-28 17:08:14 +09:00