Dean Herbert
|
c82db54fb5
|
Rename OsuAction to GlobalAction
|
2017-08-10 17:22:08 +09:00 |
|
Dean Herbert
|
6ba5bdf1e6
|
Add description attributes to all actions
|
2017-08-10 17:14:30 +09:00 |
|
Dean Herbert
|
da50101c25
|
Don't match on partial key chords when concurrent is disallowed
|
2017-08-10 16:45:33 +09:00 |
|
Dean Herbert
|
d9e36237c7
|
Move all OsuGame events to OsuAction
|
2017-08-10 16:45:10 +09:00 |
|
Dean Herbert
|
30bd1d70b5
|
ActionMapping doesn't support concurrent actions by default
But can when required. Also supports key combination bindings now.
|
2017-08-10 16:08:43 +09:00 |
|
MillhioreF
|
e42c279229
|
More generic catching for broken hitobject strings
|
2017-08-10 01:50:20 -05:00 |
|
MillhioreF
|
2e5a7374a8
|
Actually use mapName whoops
|
2017-08-10 01:49:34 -05:00 |
|
MillhioreF
|
f819ffce2b
|
Make the legacy decoder more resilient against leading linebreaks
|
2017-08-10 00:08:39 -05:00 |
|
MillhioreF
|
c16dbc05aa
|
Add new error for malformed (too many variables) hit objects during import
|
2017-08-09 23:41:22 -05:00 |
|
MillhioreF
|
64d92c1557
|
Fix infinite loop when importing maps that have storyboard elements with '$' in the filename
|
2017-08-09 23:31:18 -05:00 |
|
MillhioreF
|
a8cf7ff93a
|
Add a better error message for corrupt maps with no .osu files
|
2017-08-09 23:27:13 -05:00 |
|
MillhioreF
|
10321497ca
|
Add decoder entries for v3/4
|
2017-08-09 21:21:43 -05:00 |
|
Jorolf
|
15e4e487e2
|
I hope this works
|
2017-08-09 22:58:06 +02:00 |
|
Jorolf
|
acc9b20b0f
|
move another thing to LoadComplete instead of the constructor
|
2017-08-09 22:37:05 +02:00 |
|
Jorolf
|
c877a5a8b7
|
update TestCase
|
2017-08-09 19:26:27 +02:00 |
|
Jorolf
|
c2c9095b02
|
fix CI issues
|
2017-08-09 18:57:55 +02:00 |
|
Jorolf
|
7f5270b4e1
|
Merge branch 'ranks-section' of github.com:Jorolf/osu into ranks-section
|
2017-08-09 18:51:05 +02:00 |
|
Jorolf
|
8631c469fc
|
add license header
|
2017-08-09 18:50:44 +02:00 |
|
jorolf
|
934c2a1dc8
|
Merge branch 'master' into ranks-section
|
2017-08-09 18:47:25 +02:00 |
|
Jorolf
|
274ebbd1f7
|
remove duplicated code and "simplify" ShowMore logic
|
2017-08-09 18:45:37 +02:00 |
|
Jorolf
|
9f005488f7
|
make it work again after merge
|
2017-08-09 17:32:09 +02:00 |
|
tgi74000
|
8dd4f513e7
|
Symplified migration using MigrateTable<> instead of commands
|
2017-08-09 11:55:36 +02:00 |
|
tgi74000
|
c0642ad6d3
|
Added database migration
|
2017-08-09 10:54:03 +02:00 |
|
Dean Herbert
|
720bd38d8e
|
Fix CI issues
|
2017-08-09 17:30:37 +09:00 |
|
Dean Herbert
|
34b12fbfa4
|
Add global actions; improve default assignment
|
2017-08-09 17:10:32 +09:00 |
|
smoogipooo
|
d83c218e08
|
Remove various scrolling container optimisations (removing when not alive).
|
2017-08-09 16:19:09 +09:00 |
|
tgi74000
|
b00d1cd077
|
Merged ppy:master
|
2017-08-09 08:49:29 +02:00 |
|
tgi74000
|
a751c19cf7
|
Moved JsonProperty file_md5 and added file_sha2
|
2017-08-09 08:36:15 +02:00 |
|
Dean Herbert
|
3b48a6c668
|
Fix CI issues
|
2017-08-09 15:15:41 +09:00 |
|
Dean Herbert
|
976cff9af6
|
Merge remote-tracking branch 'upstream/master' into catch
# Conflicts:
# osu.Desktop.Tests/Visual/TestCaseScrollingPlayfield.cs
|
2017-08-09 15:08:43 +09:00 |
|
smoogipooo
|
2715324a76
|
Fix possible incorrect reversing behavior for horizontal playfields.
|
2017-08-09 14:50:52 +09:00 |
|
Dean Herbert
|
c70f96a9cd
|
Add basic documentation and split out classes.
|
2017-08-09 14:50:10 +09:00 |
|
smoogipooo
|
f70c00423a
|
Missed one.
|
2017-08-09 14:25:49 +09:00 |
|
smoogipooo
|
346aebebc0
|
Fix origins not being set correctly when reverting from reversed playfield.
|
2017-08-09 14:24:48 +09:00 |
|
smoogipooo
|
a20753abc6
|
Applied suggested changes.
|
2017-08-09 14:24:47 +09:00 |
|
smoogipooo
|
431a9649a4
|
Remove unused using.
|
2017-08-09 13:38:12 +09:00 |
|
Dean Herbert
|
723e27353c
|
HitRenderer -> RulesetContainer
|
2017-08-09 13:28:29 +09:00 |
|
Dean Herbert
|
f21b370f4e
|
Add variant for rulesets with more than one possible key layout
|
2017-08-09 13:23:23 +09:00 |
|
Dean Herbert
|
7c0e7ebcd0
|
Give HitRenderer a reference to Ruleset
Used to get correct bindings for a mode (ActionMappingInputManager).
|
2017-08-09 13:05:52 +09:00 |
|
smoogipooo
|
1c5584f068
|
Make ScrollingPlayfield store a list of SpeedAdjustments instead of a Container.
Because they're removed from the container when they're not alive, and any further adding methods fail.
|
2017-08-09 12:45:50 +09:00 |
|
Dean Herbert
|
eee6404986
|
Store bindings to database
|
2017-08-09 12:37:47 +09:00 |
|
smoogipooo
|
dfb47b571a
|
Make HitRenderer's Playfield public so it can be used in testing.
|
2017-08-09 12:24:38 +09:00 |
|
Dean Herbert
|
b88f37de45
|
Add custom actions for Catch
Reworks input management for rulesets
|
2017-08-09 11:50:34 +09:00 |
|
Jorolf
|
7d7cfe5d92
|
Merge branch 'master' of git://github.com/ppy/osu into ranks-section
|
2017-08-08 23:13:25 +02:00 |
|
Jorolf
|
1c2329f111
|
generalize the hover code
|
2017-08-08 23:11:46 +02:00 |
|
tgi74000
|
3d4db427ff
|
Pass RuleSet to ScoreStore, compute and store MD5 for legacy replays compatibility
|
2017-08-08 17:17:53 +02:00 |
|
smoogipooo
|
cae21869d0
|
Use CompositeDrawable for HitObjectContainer. Removes a looooooot of generics 👍.
|
2017-08-08 17:37:11 +09:00 |
|
smoogipooo
|
25202b522d
|
Fix not setting Origin + Anchors properly when reversing.
|
2017-08-08 14:10:26 +09:00 |
|
smoogipooo
|
e54abe8d0a
|
Fix not removing queued hit objects.
|
2017-08-08 13:23:46 +09:00 |
|
Dean Herbert
|
a95aa90adc
|
Allow DrawableHitObjects to be removed from a Playfield
(cherry picked from commit 3926238be992dfb4cb1e2b34f0e4f742b06157e1)
|
2017-08-08 13:02:51 +09:00 |
|