Commit Graph

36 Commits

Author SHA1 Message Date
f5d0eb41cb Update further ChangeFocus usages 2022-02-15 02:42:39 +03:00
50f155e4b9 Move login panel related files to own namespace and tidy up class nesting 2021-09-17 18:34:16 +09:00
38912bfc16 Fix floating overlays not closing when clicking some empty area of the toolbar 2021-08-28 20:38:35 -07:00
2254c572c4 Remove unnecessary newline 2019-03-27 22:21:28 -07:00
53f3dacdfb Fix login overlay behavior 2019-03-27 22:01:06 -07:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
f27bd3ef3e OpenTK -> osuTK 2018-11-20 17:14:59 +09:00
32a74f95a5 Normalize all the line endings 2018-04-13 18:26:38 +09:00
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
4f6263ef86 Make many internal classes and methods public
This is important when using dynamic compiling to rapidly iterate. Until we actually split projects out into pieces (like the abstract ruleset project we have talked about) there is no advantage to using internal in the osu! game code.
2017-11-21 12:06:16 +09:00
4a95d64239 Fix yellow line in login overlay not following size correctly
Also allows right click context menu to correctly extrude beyond the local masking.
2017-09-27 13:06:57 +08:00
b7c9819680 Add context menus to chat names and user panels 2017-09-14 15:43:47 +09:00
a5007fc64f Fix some remaining usage of local InputManager instances 2017-08-16 13:07:18 +09:00
e68675f970 Rename EasingTypes to Easing 2017-07-22 20:53:53 +02:00
4d8261fe0b Merge branch 'master' of https://github.com/ppy/osu into better-transforms
# Conflicts:
#	osu-framework
#	osu.Game/Graphics/Cursor/OsuTooltipContainer.cs
#	osu.Game/Overlays/DragBar.cs
2017-07-18 15:16:02 +03:00
a5e610a7ba Update framework and fix compilation
Most issues were related to BeginLoopedSequence usage and lack of
"this." in front of transform helpers.
2017-07-14 19:18:12 +03:00
b13e8599f1 Hide the login overlay when the user panel container by it is clicked 2017-07-13 14:46:17 +09:00
28f0da606a Add OsuFocusedOverlayContainer with predefined sounds. 2017-06-28 10:18:12 -07:00
62dee59672 Shapes namespace
Depends on https://github.com/ppy/osu-framework/pull/837
2017-06-20 15:54:23 +10:00
3644198c6e Fix CI issues 2017-05-28 21:20:11 +09:00
d749fc516d Update focus handling in line with framework changes 2017-05-28 20:08:46 +09:00
efab186384 Update namespaces in line with framework 2017-05-16 12:50:30 +09:00
eaaba11586 Change all instances of options to settings where applicable 2017-05-15 10:55:29 +09:00
f7dc7e9bb9 Update references. 2017-03-28 21:26:20 +09:00
768b3c4b4b Add better focus handling in the login form. 2017-03-28 00:08:27 +09:00
0cad5d7d41 Fix most warnings. 2017-03-07 13:05:57 +09:00
1585ae842a Update framework 2017-02-26 11:22:58 +09:00
a5dfa7ab06 Remove unnecessary using statements 2017-02-23 21:38:10 +01:00
0937424e0c Add base.PopOut calls to allow for passing away focus. 2017-02-09 13:57:52 +09:00
5eb3ef3948 Make LoginOverlay and OptionsOverlay focused containers. 2017-02-08 15:13:32 +09:00
50bd80cb0c Update and standardise license headers. 2017-02-07 14:27:41 +09:00
a2cd829a2c Colour conformity pass. 2017-01-31 19:40:02 +09:00
6ca974bf0c Re-namespace options, adjust font sizes + more. 2017-01-31 18:37:11 +09:00
6cd9f93fb5 Adjust transitions slightly. 2017-01-31 17:05:42 +09:00
3476abc38b Add proper masking support to the login overlay. 2017-01-31 16:42:46 +09:00
74366c620b Move login screen to toolbar and update design (still not fully implemented).
# Conflicts:
#	osu.Game/Overlays/Options/General/LoginOptions.cs
#	osu.Game/Overlays/Toolbar/Toolbar.cs
2017-01-30 22:55:35 +09:00