Dan Balasescu
8df4459b1f
Merge pull request #684 from peppy/song-select-performance
...
Song select performance tweaks
2017-05-01 11:43:38 +09:00
EVAST9919
0386e96573
applied requested changes
2017-05-01 05:38:51 +03:00
Dean Herbert
96a4388b20
Merge branch 'master' into song-select-performance
2017-05-01 11:01:10 +09:00
EVAST9919
668262ed06
Applied requested changes
2017-05-01 04:53:46 +03:00
EVAST9919
e9094bac51
Added suggested changes
2017-04-30 17:05:00 +03:00
EVAST9919
e522a8c433
Merge remote-tracking branch 'refs/remotes/ppy/master' into metadata_additions
2017-04-30 16:57:57 +03:00
Dean Herbert
1e71192915
Merge pull request #691 from Jorolf/fix-typo
...
fix typo
2017-04-30 21:53:51 +09:00
Jorolf
6b08f485b4
fix typo
2017-04-30 14:45:23 +02:00
Dean Herbert
1e3847c73c
Cancel the existing scheduled task when running it ahead of time.
2017-04-29 20:28:56 +09:00
Dean Herbert
2dcb4e9b93
Fix race condition when attempting to start a beatmap during debounce.
2017-04-29 20:12:09 +09:00
Dean Herbert
589e89fed3
Merge remote-tracking branch 'upstream/master' into song-select-performance
2017-04-29 19:52:55 +09:00
Thomas Tan
9c6c017411
Merge branch 'master' into autoreplay-refactor-squashed
2017-04-29 17:47:38 +08:00
DrabWeb
9bdf462dd1
Possible null reference exception
2017-04-29 06:36:06 -03:00
DrabWeb
067b572245
Formatting
2017-04-29 06:28:57 -03:00
DrabWeb
ef811f3cf3
More formatting
2017-04-29 06:17:50 -03:00
DrabWeb
3f73799975
Formatting
2017-04-29 06:10:12 -03:00
DrabWeb
c193a90a16
Merge https://github.com/ppy/osu into playlist
2017-04-29 05:39:52 -03:00
Thomas Müller
73213308f1
Merge pull request #686 from peppy/general-fixes
...
Fix input not being propagated to the playfield when outside its bounds.
2017-04-29 10:05:32 +02:00
Dean Herbert
f202aee2a9
Fix input not being propagated to the playfield when outside its bounds.
2017-04-29 16:59:23 +09:00
Thomas Tan
6ea6130fee
CodeFactor fixes
2017-04-29 02:41:20 +08:00
Thomas Tan
d742092d9d
CI fixes
2017-04-29 02:30:34 +08:00
Thomas Tan
27632434c6
Add license header
2017-04-29 02:23:07 +08:00
EVAST9919
a8c918f7bf
Removed empty line
2017-04-28 21:12:48 +03:00
Thomas Tan
9b8b88601f
Create "AutoGenerator" base class and interface.
2017-04-29 02:08:48 +08:00
EVAST9919
d5c56aab7a
Initial commit
2017-04-28 21:05:00 +03:00
Thomas Tan
2af6c7aa00
Fix build errors o.o
2017-04-29 00:21:33 +08:00
Thomas Tan
fede3de8a0
Merge branch 'master' into autoreplay-refactor-squashed
2017-04-29 00:17:18 +08:00
Thomas Tan
18897235fa
Remove tab characters
2017-04-29 00:15:53 +08:00
Thomas Tan
e56bd3430a
Move some common functionality to OsuAutoReplayBase.cs
2017-04-28 23:19:15 +08:00
Dean Herbert
2ece1cbd07
CI Fixes.
2017-04-28 22:26:51 +09:00
Dean Herbert
a681e3e380
Remove unused method.
2017-04-28 22:17:42 +09:00
Dean Herbert
4e65da0fd1
Fix regression in panel select animation.
...
Currently we are required to update computeYPositions twice per selection. Without doing this, panels are in the wrong place when using keyboard selection.
There's still a bit of work to be done to make this work correctly. It's caused by a race condition of state application for panels which have not yet been presented (and get their state applied in LoadComplete which breaks the order of things).
2017-04-28 22:17:35 +09:00
Dean Herbert
70e81115f4
Refactor BeatmapInfoWedge to suck a little less.
2017-04-28 21:16:37 +09:00
Dean Herbert
59cc5ea00a
CI Fixes.
2017-04-28 20:50:23 +09:00
Dean Herbert
45729a8881
Add debounce to WorkingBeatmap creation at song select.
...
Improves perceived performance when quickly moving through carousel.
2017-04-28 20:44:16 +09:00
Dean Herbert
003cf53441
Streamline panel selection event logic.
...
Was previously firing multiple times where it was completely unnecessary. Also had bidirection firing going on.
2017-04-28 20:43:42 +09:00
Dean Herbert
b78fa99620
Don't perform a selection if we already have the correct panel selected.
2017-04-28 20:31:09 +09:00
Dean Herbert
28375ed1fc
Allow transfer of previously loaded background between WorkingBeatmaps
2017-04-28 15:03:07 +09:00
Dean Herbert
88b2b740d7
Merge pull request #683 from smoogipooo/general-fixes
...
Use single line for GetUnicodePreference.
2017-04-28 14:15:43 +09:00
smoogipooo
c95a6fbd09
Use single line for GetUnicodePreference.
2017-04-28 14:14:14 +09:00
Dan Balasescu
15b76b13ce
Merge pull request #678 from huoyaoyuan/locale
...
Use localisation engine for unicode text.
2017-04-28 14:07:29 +09:00
Dan Balasescu
658ff61e8a
Merge branch 'master' into locale
2017-04-28 13:51:36 +09:00
Dan Balasescu
0439a5d857
Merge pull request #681 from peppy/clocks-and-stuff
...
Clock fixes
2017-04-28 13:48:44 +09:00
Dean Herbert
220c602218
Fix incorrect modifier order.
2017-04-28 13:27:20 +09:00
Dean Herbert
e3236429b1
Update framework.
2017-04-28 13:21:03 +09:00
Thomas Tan
6392fcbc5d
Merge branch 'master' into autoreplay-refactor-squashed
2017-04-27 23:04:52 +08:00
Dean Herbert
94c259bd59
Remove most usages of DelayReset
...
ButtonSystem requires some more work.
2017-04-27 18:39:40 +09:00
Dean Herbert
12c0a17711
Make FollowPoints dumb; use absolute sequence at renderer level.
2017-04-27 18:07:10 +09:00
Dean Herbert
59a3e23879
Ensure PlayerInputManager's initial time is transferred at load.
2017-04-27 17:38:00 +09:00
Dean Herbert
4ab636cbb8
Update osu! drawables to use TransformSequences.
2017-04-27 17:37:38 +09:00