1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-20 17:33:07 +08:00
Commit Graph

14687 Commits

Author SHA1 Message Date
Dean Herbert
eacc0fe796 Use local framework 2018-10-25 01:45:08 +09:00
Dean Herbert
5568e9ff8a Reduce test case crashes when missing data is present 2018-10-25 01:31:24 +09:00
Dean Herbert
aaa8aca695 Merge remote-tracking branch 'upstream/master' into tournament-tools 2018-10-20 23:00:56 +09:00
Dean Herbert
39fb7ac743 Remove deploy configuration
Has been moved to buildkite.
2018-10-19 20:32:14 +09:00
Dan Balasescu
8abbd2b626
Merge pull request #3613 from peppy/update-framework
Update framework
2018-10-19 18:04:46 +09:00
Dean Herbert
ae94aab677 Update framework 2018-10-18 21:04:29 +09:00
Dean Herbert
c4a1c466bc
Merge pull request #3558 from HoLLy-HaCKeR/database-standardize-paths
Fix database entries using platform-specific path separator
2018-10-18 16:37:17 +09:00
Dean Herbert
a2b8904b1e
Merge branch 'master' into database-standardize-paths 2018-10-18 16:21:45 +09:00
HoLLy
3f185a44de Fix Windows-style path separators not being migrated on Unix systems 2018-10-18 08:29:12 +02:00
Dan Balasescu
d5888a6588
Merge pull request #3607 from plankp/reduce-rank-chart-width
Reduce height of RankChartLineGraph
2018-10-18 11:03:57 +09:00
Paul Teng
7720fa10eb Reduce height of RankChartLineGraph 2018-10-17 20:19:01 -04:00
Dean Herbert
12c0b2c37d Add test videos and adjust alignment to match 2018-10-18 02:18:09 +09:00
Dean Herbert
7a753ad9e2 Change grouping title colours to match white background 2018-10-18 02:17:54 +09:00
Dean Herbert
1a62283cb4 Merge branch 'master' into tournament-tools 2018-10-18 00:29:29 +09:00
Dean Herbert
9aeba149f6 Update squirrel for more diagnostics 2018-10-17 19:39:32 +09:00
Dean Herbert
a6d05febff Attempt with different key source 2018-10-17 16:26:41 +09:00
Dean Herbert
717e490fd1
Merge pull request #3599 from smoogipoo/optimise-diffcalc
Reduce beatmap difficulty processing time
2018-10-17 14:47:15 +09:00
smoogipoo
1bebceada7 Unroll loop for the last control point 2018-10-17 11:55:34 +09:00
smoogipoo
336b6fa38e Perform a custom binary search to remove thread-unsafeness 2018-10-17 11:23:18 +09:00
smoogipoo
d431dd59a8 Cleanups 2018-10-17 10:53:21 +09:00
Dean Herbert
143d9d54f9 Add basic scene manager 2018-10-16 18:02:47 +09:00
Dean Herbert
216de3c53d Don't cache manager 2018-10-16 17:34:58 +09:00
Dean Herbert
830eda2a9f Fix unused properties 2018-10-16 16:07:59 +09:00
Dean Herbert
dfaff3aaed Fix filename mismatch 2018-10-16 15:45:41 +09:00
HoLLy
eb9199e07a Run database migration unconditionally, remove downwards migration 2018-10-16 08:29:47 +02:00
Dean Herbert
f324072d44 Make map pool layout more correct 2018-10-16 15:25:56 +09:00
Dean Herbert
3a5af47ee8 Populate beatmaps with api information when not present 2018-10-16 15:20:12 +09:00
smoogipoo
41391a6627 Fix beatmap conversion tests failing 2018-10-16 12:01:58 +09:00
smoogipoo
3ad93d5a07 Remove redundant type specifications 2018-10-16 11:40:51 +09:00
smoogipoo
060cc24dba Cleanup slidercurve calculation 2018-10-16 11:11:04 +09:00
smoogipoo
72aaaa4a74 PointSearch -> SearchPoint 2018-10-16 10:29:53 +09:00
smoogipoo
5095fbcdf7 Merge remote-tracking branch 'origin/master' into optimise-diffcalc 2018-10-16 10:27:18 +09:00
Dean Herbert
61083190d0 Add WIP map pool testcase 2018-10-14 18:09:22 +09:00
Dean Herbert
63fbe4e946 Add map pool beatmaps to groupings 2018-10-14 18:00:28 +09:00
Dean Herbert
0c4ea4beb1 Allow dynamic recompilation of beatmap panel testcase 2018-10-14 05:20:10 +09:00
Dean Herbert
a02caeef64 Add team intro screen
Also adds dates to groups and matches (must be manually populated via json)
2018-10-14 05:19:50 +09:00
Dean Herbert
b17ead22a3 fixup! Fix incorrect access definitions 2018-10-14 03:05:34 +09:00
Dean Herbert
c4b486f1d4 Fix transfer of teams in the case loser and winner progression are equal 2018-10-14 03:04:06 +09:00
Dean Herbert
b1862a863b Fix not being able to decrement scores of matches with no defined progression 2018-10-14 03:03:40 +09:00
Dean Herbert
e136f72c8e Fix incorrect access definitions 2018-10-14 03:03:17 +09:00
Dean Herbert
f5716c3d21 Add ability to change best of, add and delete groupings 2018-10-14 01:03:04 +09:00
Dean Herbert
522f106f74 Add initial version of beatmap card 2018-10-14 00:41:10 +09:00
Dean Herbert
bac7d64437 Improve the completeness of APIBeatmap's transform methods 2018-10-13 23:45:52 +09:00
Dean Herbert
2173f46a46 Add missing licence header 2018-10-13 19:45:59 +09:00
Dean Herbert
a4bb4255b1 Add grouping manager 2018-10-13 07:10:13 +09:00
Dean Herbert
c26d226a75 Make saving the ladder to disk a button-based operation rather than on dispose 2018-10-13 07:09:33 +09:00
HoLLy
710b0a4664 Remove unnecessary PathSanitise call 2018-10-12 15:30:24 +02:00
Dean Herbert
33d4ec876a
Merge pull request #3467 from smoogipoo/fix-catch-scale
Adjust catcher size
2018-10-12 21:43:24 +09:00
HoLLy
bb07630743
Merge branch 'master' into database-standardize-paths 2018-10-12 14:08:25 +02:00
Dean Herbert
ffbc88c1bf
Merge branch 'master' into fix-catch-scale 2018-10-12 20:56:37 +09:00