Commit Graph

11455 Commits

Author SHA1 Message Date
b61807da40 Add number sign inside ToString
Co-Authored-By: Joehuu <madamba.joehu@outlook.com>
2019-05-01 17:55:30 -07:00
6b7397b9cf Check for null instead of not null 2019-04-30 22:07:06 -07:00
9b2d5727cd Fix wrong check 2019-04-30 21:54:25 -07:00
1408513ebd Use similar check used on tooltip 2019-04-30 21:51:56 -07:00
3cd6ccfc3d Add number sign in front of profile rankings 2019-04-30 20:47:44 -07:00
f9f6e1f04a Clamp values to avoid potentially weird element 2019-04-28 20:13:36 +09:00
8ab5149336 SupporterLevel -> SupportLevel 2019-04-28 20:11:36 +09:00
27ba89444e Remove unnecessary using statements 2019-04-28 01:08:14 +09:00
fa340a9eff Merge branch 'master' into profile-header-update 2019-04-27 23:48:23 +09:00
db75516e79 Merge branch 'master' into fix-lead-in-issues 2019-04-27 21:01:21 +09:00
d40177f97c Merge branch 'master' into drawnode-composability 2019-04-27 18:41:19 +09:00
41d0b00120 Update framework 2019-04-27 16:43:23 +09:00
32e71a6314 Fix incorrect seeking behaviour of TrackVirtualManual 2019-04-26 16:15:42 +09:00
50a775145c Separate variables 2019-04-26 13:56:26 +09:00
2f4bf423a4 Renamespace 2019-04-26 13:51:39 +09:00
7047303b0f Add tooltips to all buttons 2019-04-26 13:29:58 +09:00
a680a38e81 Merge pull request #4675 from nyquillerium/playerloader-tracking
Prevent PlayerLoader from tracking the logo after it has been exited.
2019-04-26 13:21:13 +09:00
4adf590036 Combine hover/active state handling in tab control 2019-04-26 12:41:00 +09:00
d5b91c6455 Cleanup top header container + user handling 2019-04-26 12:32:15 +09:00
838325fed4 Remove HasTooltipContainer, use separate composites 2019-04-26 11:58:45 +09:00
f8c5ee457b Reduce tabcontrol spacing 2019-04-25 20:09:42 +09:00
8329e53b6c Remove extra space from header title 2019-04-25 20:08:14 +09:00
2caea38f8c Cleanup centre header container 2019-04-25 20:05:59 +09:00
9d5b81165e Adjust button stylings 2019-04-25 19:51:05 +09:00
0eca9b9683 Center -> centre 2019-04-25 18:43:29 +09:00
b33c0e9a93 Cleanup bottom header container 2019-04-25 18:42:19 +09:00
1766ed8f9e Fix warnings/remove obsolete usages 2019-04-25 18:05:46 +09:00
3b0d4c1bad Merge branch 'turn-on-warnings' into profile-header-update 2019-04-25 17:43:10 +09:00
0bd35ab7bb Turn on warnings, resolve issues 2019-04-25 17:36:17 +09:00
b911322c92 Merge branch 'master' into fix-lead-in-issues 2019-04-25 12:34:29 +09:00
9fa8f62077 Merge branch 'master' into update-framework 2019-04-25 12:25:17 +09:00
8dc7fd8223 Update framework 2019-04-25 12:16:12 +09:00
8222923ab8 Only track logo if we're still the current screen 2019-04-24 16:20:51 +09:00
bb69330e9f Call ProcessFrame on the userOffsetClock after a seek
Without doing this, GameplayClock can be left in an incorrect state after a seek (due to the userOffsetClock being its own FramedClock).
2019-04-24 15:28:14 +09:00
efaedafc08 Fix (legacy) AudioLeadIn being used incorrectly.
This lead-in is intended to specify a value before zero, not a value before the start time.
Also removes an unnecessary ProcessFrame call (it happens within Seek itself).
2019-04-24 15:28:14 +09:00
60328cf1fb Ensure FrameStabilityContainer's ElapsedTime is zero on initial seek 2019-04-24 15:25:53 +09:00
80e1568e97 Fix FrameStabilityContainer performing frame-stable seeks 2019-04-24 15:25:52 +09:00
0838206ddd Shorten multiplayer header to multi 2019-04-22 22:44:43 -07:00
6c568d228f Add comment 2019-04-23 13:45:51 +09:00
6add395288 Fix gameplay cursor being hidden in tests/replays 2019-04-23 13:32:44 +09:00
52336e9062 Fix pause tests 2019-04-23 11:54:41 +09:00
0bf17081f6 Merge branch 'master' into update-framework 2019-04-23 11:31:17 +09:00
c88a11a38f Merge branch 'master' into fix-multiplayer-crash 2019-04-23 09:28:03 +09:00
414d555484 Fix possible exit from non-current screen 2019-04-22 19:24:57 +09:00
1f18c08cfc Update framework 2019-04-22 19:17:58 +09:00
5fe45c9bed Merge branch 'master' into update-framework 2019-04-22 19:17:14 +09:00
ffd8268076 Fix hold for menu button's icon being incorrect (#4662)
Fix hold for menu button's icon being incorrect

Co-authored-by: Dan Balasescu <1329837+smoogipoo@users.noreply.github.com>
2019-04-22 19:16:29 +09:00
5313ba2938 Merge branch 'master' into hp-rewind 2019-04-22 19:02:41 +09:00
8fc0bf24c7 Merge branch 'master' into fix-hold-for-menu-icon 2019-04-22 18:57:43 +09:00
48e82d4b1c Fix hold for menu button's icon being incorrect 2019-04-22 18:47:28 +09:00