Commit Graph

2678 Commits

Author SHA1 Message Date
54e1b24fe9 Enforce readonly private members where possible. 2017-03-23 13:50:08 +09:00
2b82f256d2 More resilient API cancel/fail logic. 2017-03-15 20:08:12 +09:00
1855f48997 Add cancellation support for API requests. 2017-03-15 18:07:26 +09:00
08e93275fa Styling fixes. 2017-03-15 17:50:52 +09:00
e3e19a156c Rename incorrect class file. 2017-03-15 14:37:29 +09:00
8f5d262f30 Add GetScoresRequest API methods. 2017-03-15 14:06:05 +09:00
dad6060149 Fix warnings not covered by resharper locally. 2017-03-09 16:07:34 +09:00
da751804b6 Reduce error count. 2017-03-09 14:24:16 +09:00
0cad5d7d41 Fix most warnings. 2017-03-07 13:05:57 +09:00
c24a4f57d9 Raise errors on unnecessary using statements. 2017-03-06 19:15:47 +09:00
a2317e5a1e Update usage of FillDirection 2017-03-04 11:00:17 +01:00
4163569e57 Fix some license headers. 2017-03-02 18:45:20 +09:00
4d28696479 FlowDirection -> FillDirection 2017-03-01 20:15:38 +01:00
9c853b0465 Update framewörk 2017-03-01 19:33:01 +01:00
03889e6ca6 Update References to FlowStrategies
References now use the Create*-names instead of the outdated
Get*-names to create instances of FlowStrategies.
2017-02-27 16:55:55 +01:00
8d91519d59 Update usage of FlowContainer and its subclasses 2017-02-26 21:32:43 +01:00
a5dfa7ab06 Remove unnecessary using statements 2017-02-23 21:38:10 +01:00
0d3cc39cbc Merge branch 'master' into general-fixes 2017-02-22 08:01:34 +01:00
d00ea4564f Fix API coming online too early in race scenarios. 2017-02-22 14:09:48 +09:00
5f29b0dc4f Update in line with framework changes. 2017-02-21 15:46:04 +09:00
6a83620589 Add better focus handling and padding/margin updates. 2017-02-20 21:11:09 +09:00
4afa434962 Maintain a scroll position when scrolled to the bottom of a chat channel. 2017-02-20 21:10:23 +09:00
75b66871dd Add colourised usernames. 2017-02-20 21:09:56 +09:00
7a2eedbd7e Add message batching per-channel. 2017-02-20 21:09:34 +09:00
729f2eec8d Increase maximum chat history. 2017-02-20 21:07:44 +09:00
c6fa5cc803 Fix order of execution when populating initial messages. 2017-02-19 18:46:19 +09:00
cde660a8ef Scroll to bottom. 2017-02-19 18:07:35 +09:00
aac4ba2baa Add input box to ChatOverlay. 2017-02-19 18:02:25 +09:00
0da0ef5a1b Fix padding, fonts and alignment of chat display. 2017-02-19 17:06:41 +09:00
4b0d6cd26b Don't rely on default relative size of ScrollContainer. 2017-02-17 20:08:28 +01:00
aaaf7163e0 Update framework. 2017-02-13 17:46:50 +09:00
e06aa44c4c Warning Fixes 2017-02-09 16:18:08 +03:00
5757f844bf Fix a potential crash due to API being too eager to declare online state. 2017-02-07 20:29:40 +09:00
6b011a50d2 Naming standardisation and enforcing. 2017-02-07 16:20:36 +09:00
50bd80cb0c Update and standardise license headers. 2017-02-07 14:27:41 +09:00
6b66ecc131 Global shadows and more sane font size setting. 2017-01-31 18:53:52 +09:00
70ecf48ca7 Add central color class
I didn't move _every_ color here, but most of them. The ones I left
behind are mostly just shades of gray.

Closes #126
2017-01-09 17:20:31 -05:00
f356640cb7 Add missing licence headers. 2016-12-06 19:07:15 +09:00
6ccce88a0e Add proper user data retrieval on connect. 2016-12-01 16:44:24 +09:00
ed879f33df Add logout button and check for inputs before allowing login. 2016-11-30 19:43:03 +09:00
01dc7cb5c2 Thread safety, username saving correctly etc. 2016-11-30 19:22:36 +09:00
3fa80d2376 Update client id/secret and bring API endpoints up-to-date. 2016-11-30 18:30:24 +09:00
11f726ad45 Add basic login flow. 2016-11-30 18:30:15 +09:00
18509e6a60 ChatConsole -> ChatOverlay. Namespace tidying. 2016-11-30 18:30:06 +09:00
34e91c8474 Add the concept of IOnlineComponents, registered tot he API for handling state changes. 2016-11-30 18:30:01 +09:00
53deaf2a00 Merge branch 'master' 2016-11-16 10:51:39 +08:00
c8d23408d7 Fix ChatLine for now. 2016-11-15 01:49:05 +08:00
0f4538f69f Rename GameModes namespace to Screens. 2016-11-14 17:23:33 +09:00
ac99e2d488 Avoid using load to construct the drawable hierarchy whereever possible. 2016-11-12 18:34:36 +01:00
cc0f61f545 Merge branch 'refs/heads/master' into dependency-injection
# Conflicts:
#	osu-framework
#	osu.Game/GameModes/OsuGameMode.cs
#	osu.Game/GameModes/Play/Player.cs
#	osu.Game/OsuGame.cs
#	osu.Game/Overlays/MusicController.cs
#	osu.Game/Overlays/Options/EditorSection.cs
#	osu.Game/Overlays/Options/Input/MouseOptions.cs
#	osu.Game/Overlays/Options/Online/InGameChatOptions.cs
#	osu.Game/Overlays/Options/SkinSection.cs
2016-11-12 20:18:26 +09:00