Dean Herbert
|
72d296f412
|
Add received timestamp and basic xmldoc for header class
|
2020-12-16 16:19:53 +09:00 |
|
Dean Herbert
|
84a0770789
|
Change frame header to use dictionary for compatibility
|
2020-12-16 15:35:46 +09:00 |
|
Dean Herbert
|
88b3bf06e8
|
Merge branch 'master' into add-bundle-header
|
2020-12-16 13:40:15 +09:00 |
|
Dean Herbert
|
ef57ae6f40
|
Merge pull request #11127 from peppy/realtime-multiplayer
Add client-side models and interfaces required for multiplayer
|
2020-12-16 13:22:01 +09:00 |
|
smoogipoo
|
31fe28b8b3
|
Remove IStatefulMultiplayerClient
|
2020-12-16 12:32:53 +09:00 |
|
smoogipoo
|
4cd290af11
|
Split server interfaces
|
2020-12-16 12:31:11 +09:00 |
|
Dean Herbert
|
0d9c1cb5d3
|
Fix issues with data serialisation
|
2020-12-14 18:41:24 +09:00 |
|
Dean Herbert
|
64a2526678
|
Add header class and basic flow for propagating data updates
|
2020-12-14 17:33:23 +09:00 |
|
Dean Herbert
|
aedb18b9f2
|
Make RulesetID non-nullable
|
2020-12-11 18:14:33 +09:00 |
|
Dean Herbert
|
d3b2e2b36e
|
Change locking method to better allow cross-thread locking
|
2020-12-11 14:43:39 +09:00 |
|
Dean Herbert
|
719b08b22f
|
Make room setting's BeatmapID non-nullable
|
2020-12-11 14:11:42 +09:00 |
|
Dean Herbert
|
c1c0b9a9db
|
Add realtime to room categories
|
2020-12-11 14:10:45 +09:00 |
|
Dean Herbert
|
3fb41a20b5
|
Add room name to settings
|
2020-12-11 13:27:52 +09:00 |
|
Dean Herbert
|
c8e3c7e77b
|
Add stateful client interface
|
2020-12-09 17:45:07 +09:00 |
|
Dean Herbert
|
bb97eae8b1
|
Update outdated exception references in xmldoc
|
2020-12-09 16:02:37 +09:00 |
|
Dean Herbert
|
1e08b298b8
|
Remove unnecessary exception type
|
2020-12-09 16:01:09 +09:00 |
|
Dean Herbert
|
578e5cb92e
|
Also make InvalidStateException serializable
|
2020-12-09 15:59:13 +09:00 |
|
Dean Herbert
|
ab00a15555
|
Add JsonConstructor specs to allow for correct deserialization of readonly fields
|
2020-12-09 15:05:57 +09:00 |
|
Dean Herbert
|
bef52af1da
|
Move client state class to server implementation
Never used by client.
|
2020-12-09 15:05:33 +09:00 |
|
Dean Herbert
|
e09715d71e
|
Add ToString implementation to MultiplayerRoom for easier debug
|
2020-12-09 14:47:26 +09:00 |
|
Dean Herbert
|
c92c2cbfc0
|
Change exceptions which should be returned to the user to HubException type
See
https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.signalr.hubexception?view=aspnetcore-5.0.
|
2020-12-09 14:46:44 +09:00 |
|
Dean Herbert
|
48129c52d6
|
Change get-only property for now
|
2020-12-09 12:38:24 +09:00 |
|
Dean Herbert
|
427d41bab5
|
Add missing licence headers
|
2020-12-09 12:17:37 +09:00 |
|
Dean Herbert
|
0eb5b16454
|
Remove Empty() implementation for RoomSettings until otherwise necessary
|
2020-12-09 12:12:03 +09:00 |
|
Dean Herbert
|
1013749a83
|
Change user id type to int
|
2020-12-09 12:10:47 +09:00 |
|
Dean Herbert
|
fd4fa963ac
|
Standardise exception naming
|
2020-12-09 12:07:19 +09:00 |
|
Dean Herbert
|
2046cbe2d9
|
Add missing exceptions to server xmldoc
|
2020-12-09 12:05:50 +09:00 |
|
Dean Herbert
|
ff5150a14d
|
Fix typo in IMultiplayerClient xmldoc
|
2020-12-09 12:03:52 +09:00 |
|
Dean Herbert
|
02f5fda330
|
Add missing final newline in file
|
2020-12-08 21:15:10 +09:00 |
|
Dean Herbert
|
aa68ae4ff2
|
Change locking mechanism for multiplayer rooms to use using-disposal pattern
Was required to lock over `await` calls server-side.
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
d76fabedf9
|
Add note about LoadRequested only being sent to a subset of room users
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
021a116093
|
Add extra xmldoc covering the fact that MatchStarted is received by all users
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
df908f90b2
|
Add exception to be thrown when an operation is requested requiring host when not host
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
2433838d58
|
Add methods covering match start / end
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
2aedd82e27
|
Document room states and remove unnecessary WaitingForResults state
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
147db0abe2
|
Fix client naming and xmldoc
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
60550b73f7
|
Add missing states and xmldoc for all states' purposes
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
8eccfa476c
|
Add loading states
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
345352be67
|
Mark PerformUpdate as an instant handle method (doesn't really help with anything)
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
11a7057289
|
Add notification flow for user state changes in room
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
dbe048cdc6
|
Add client method for notifying about host changes
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
a4ca8d2998
|
Ensure multiplayer rooms are instantiated with a room ID
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
71de7ce0a3
|
Add missing methods to server interface
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
5f5c0d5533
|
Return room model when joining
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
5d2ca7fc39
|
Make remaining model classes nullable and serializable
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
2365d65610
|
Move business logic out of MultiplayerRoom
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
42b1e9d6a4
|
Add xmldoc coverage of MultiplayerRoom
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
4f449ba821
|
Rename idle state
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
5a231cef15
|
Add thread safety for external operations on MultiplayerRoom
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
327799c263
|
Rename multiplayer server file to match class
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
b3bdaaa7b5
|
Move exceptions to common code
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
e193f8214d
|
Remove unnecessary room id from leave room request
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
882ace6efe
|
Make MultiplayerRoomUser equatable
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
baf16cfbc3
|
Add room settings related model and event flow
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
6e5846d91b
|
Fix serialization failure due to missing set
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
ff52a5ddc6
|
Add callbacks for join/leave events to notify other room occupants
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
ca86524c92
|
Add locking on join/leave operations
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
fdf025942b
|
Ensure room is locked when mutating users
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
8ebdb5723b
|
Add models for users and rooms
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
f4ccbbd092
|
Add basic server implementation
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
daed27460c
|
Add simple user state class
|
2020-12-08 20:43:18 +09:00 |
|
Dean Herbert
|
be4a668e0b
|
Add basic structure for multiplayer state and model components
|
2020-12-08 20:43:18 +09:00 |
|
smoogipoo
|
f599427080
|
Implement TimeshiftFilterControl
|
2020-12-07 22:04:35 +09:00 |
|
Endrik Tombak
|
cbbcf36eaa
|
Merge branch 'master' of https://github.com/ppy/osu into present-recommended
|
2020-12-03 19:38:32 +02:00 |
|
Dean Herbert
|
37d550f42a
|
Merge pull request #11035 from smoogipoo/add-playlist-length
|
2020-12-03 18:39:54 +09:00 |
|
Dean Herbert
|
3550e5b30f
|
Add length display to room screen as well
|
2020-12-03 16:42:06 +09:00 |
|
smoogipoo
|
d5dccbc3d7
|
Fix spectator not being thread-safe
|
2020-12-02 19:13:09 +09:00 |
|
Endrik Tombak
|
944f3480c2
|
Merge branch 'master' of https://github.com/ppy/osu into present-recommended
Conflicts:
osu.Game/OsuGameBase.cs
osu.Game/Screens/Select/DifficultyRecommender.cs
osu.Game/Screens/Select/SongSelect.cs
|
2020-11-21 14:01:01 +02:00 |
|
Bartłomiej Dach
|
610ed99ae3
|
Add null checks to unguarded resolved-as-null fields
|
2020-11-14 14:52:58 +01:00 |
|
Dean Herbert
|
cfb42037cf
|
Refactor request string logic to avoid linq usage
|
2020-11-09 12:23:29 +09:00 |
|
Dean Herbert
|
893979b3de
|
Add exception if attempting to exceed the maximum supported lookup size for one request
|
2020-11-06 17:00:29 +09:00 |
|
Dean Herbert
|
db039da668
|
Add and consume multi-lookup API endpoint
|
2020-11-06 17:00:29 +09:00 |
|
Dean Herbert
|
aa252d562a
|
Rename top user request to make way for new type
|
2020-11-06 17:00:29 +09:00 |
|
Dean Herbert
|
1e1569eb53
|
Use int instead of long for user_id fields for now
|
2020-11-06 12:59:46 +09:00 |
|
Dean Herbert
|
a3c67aabe2
|
Merge branch 'master' into spectator-listing
|
2020-11-03 19:56:25 +09:00 |
|
Dean Herbert
|
ed30756c19
|
Add test coverage for new display (and remove live version for now)
|
2020-11-02 20:41:14 +09:00 |
|
Dean Herbert
|
a89aeaf1ce
|
Add very basic connection status logging for spectator streaming client
|
2020-11-02 17:32:10 +09:00 |
|
Bartłomiej Dach
|
23d9fa4dfa
|
Merge branch 'master' into spectator-replay-watcher
|
2020-11-01 15:53:37 +01:00 |
|
Bartłomiej Dach
|
5903c3be90
|
Fix inaccurate xmldoc
|
2020-11-01 14:39:10 +01:00 |
|
Dean Herbert
|
1db8dfd03e
|
Merge branch 'master' into seasonal-backgrounds
|
2020-10-30 22:53:51 +09:00 |
|
Max Hübner
|
f27ce7521d
|
Make "Sometimes" setting depend on season end date, rather than chance
|
2020-10-30 10:27:43 +01:00 |
|
Dean Herbert
|
87be7d162b
|
Merge branch 'master' into spectator-replay-watcher
|
2020-10-30 00:25:17 +09:00 |
|
Bartłomiej Dach
|
fa53549ed2
|
Mark request fields as possibly-null
|
2020-10-28 22:57:03 +01:00 |
|
Andrei Zavatski
|
5c2c5f2000
|
Use existing ScoreRank for rank filter
|
2020-10-28 23:35:08 +03:00 |
|
Andrei Zavatski
|
6fd3686c4d
|
Use IReadOnlyCollection instead of List in SearchBeatmapSetsRequest
|
2020-10-28 02:36:35 +03:00 |
|
Andrei Zavatski
|
c4efceceb2
|
Use char instead of sting for request parameter creation
|
2020-10-27 23:57:11 +03:00 |
|
Andrei Zavatski
|
008d1d697c
|
Implement filtering by rank achieved
|
2020-10-27 23:14:48 +03:00 |
|
Andrei Zavatski
|
1710b396e7
|
Implement BeatmapSearchMultipleSelectionFilterRow
|
2020-10-27 22:27:29 +03:00 |
|
Andrei Zavatski
|
1b40b56d41
|
Add ability to search by play criteria
|
2020-10-27 21:30:53 +03:00 |
|
Andrei Zavatski
|
742a96484b
|
Add ability to set extra parameters to SearchBeatmapSetsRequest
|
2020-10-27 20:13:18 +03:00 |
|
Dean Herbert
|
c1e7cd6e47
|
Stop replay playback when frames are starved
|
2020-10-27 18:58:37 +09:00 |
|
Dean Herbert
|
154ccf1b49
|
Expose events from streaming client
|
2020-10-27 18:58:37 +09:00 |
|
Dean Herbert
|
68719bb23d
|
Rename other variables to match
|
2020-10-27 10:59:24 +09:00 |
|
Bartłomiej Dach
|
7392876b5f
|
Fix mania crashing due to spectator client handling frames with unconverted beatmap
|
2020-10-27 00:35:25 +01:00 |
|
Dean Herbert
|
dfe07271de
|
Add very basic latency handling to spectator test
|
2020-10-26 16:31:39 +09:00 |
|
Dean Herbert
|
b86347dc81
|
Merge branch 'master' into spectator
|
2020-10-26 13:39:07 +09:00 |
|
Dean Herbert
|
9caa7ff64d
|
Remove debug endpoint
|
2020-10-26 13:38:05 +09:00 |
|
Dean Herbert
|
e20a986401
|
Add ruleset to state
|
2020-10-23 17:24:19 +09:00 |
|
Dean Herbert
|
e99cf369fa
|
Don't worry about EndPlaying being invoked when not playing
|
2020-10-23 13:33:23 +09:00 |
|
Dean Herbert
|
f11bcfcb8f
|
Remove unnecessary public specification in interface
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2020-10-23 10:03:33 +09:00 |
|
Max Hübner
|
09d49aa0f7
|
Add GetSeasonalBackgroundsRequest
|
2020-10-22 18:25:01 +02:00 |
|
Dean Herbert
|
54d666604b
|
Fix incorrect order of flag settings
|
2020-10-22 22:56:23 +09:00 |
|
Dean Herbert
|
9f2f8d8cc7
|
Fix missing licence headers
|
2020-10-22 19:41:10 +09:00 |
|
Dean Herbert
|
147d502da1
|
Fix initial play state not being kept locally if not connected
|
2020-10-22 19:30:07 +09:00 |
|
Dean Herbert
|
ee2513bf4b
|
Add batch sending
|
2020-10-22 19:17:19 +09:00 |
|
Dean Herbert
|
34e889e66e
|
Don't watch every user in normal gameplay (but allow so in test)
|
2020-10-22 18:38:03 +09:00 |
|
Dean Herbert
|
1ab6f41b3b
|
Add basic send and receive test
|
2020-10-22 18:10:27 +09:00 |
|
Dean Herbert
|
c834aa6051
|
Use APIMod for mod serialization
|
2020-10-22 17:48:15 +09:00 |
|
Dean Herbert
|
0611b30258
|
Drop webpack
|
2020-10-22 17:48:15 +09:00 |
|
Dean Herbert
|
05697dfe68
|
Add spectator state object support
|
2020-10-22 17:48:15 +09:00 |
|
Dean Herbert
|
2021945a8c
|
Add retry/error handling logic
|
2020-10-22 17:48:15 +09:00 |
|
Dean Herbert
|
4788b4a643
|
Expose oauth access token via api interface
|
2020-10-22 17:48:15 +09:00 |
|
Dean Herbert
|
175fd512b0
|
Send frames to streaming client from replay recorder
|
2020-10-22 17:48:15 +09:00 |
|
Dean Herbert
|
93db75bd41
|
Begin shaping the spectator streaming component
|
2020-10-22 17:48:15 +09:00 |
|
Dean Herbert
|
c6db832efa
|
Add xmldoc notes about thread safety of api bindables
|
2020-10-22 14:56:20 +09:00 |
|
Dean Herbert
|
db4dd3182b
|
Add xmldoc to spectator interfaces
|
2020-10-22 14:46:21 +09:00 |
|
Dean Herbert
|
b39a4da6bc
|
Add initial classes for spectator support
|
2020-10-22 14:46:21 +09:00 |
|
Dean Herbert
|
da573c7487
|
Remove unused usings
|
2020-10-22 14:44:10 +09:00 |
|
Dean Herbert
|
3fe6f77444
|
Fix cases of multiple bdl methods
|
2020-10-22 14:30:49 +09:00 |
|
Dean Herbert
|
9753dab93b
|
Remove IOnlineComponent and change existing components to use bindable flow
|
2020-10-22 14:19:12 +09:00 |
|
Dean Herbert
|
002ade51fc
|
Merge pull request #9816 from voidedWarranties/duplicate-multi-room
|
2020-10-19 19:02:03 +09:00 |
|
Dean Herbert
|
6d22f0e196
|
Use existing copy method and update xmldoc
|
2020-10-19 17:15:13 +09:00 |
|
Dean Herbert
|
61a43770bd
|
Merge branch 'master' into duplicate-multi-room
|
2020-10-19 16:58:45 +09:00 |
|
Dean Herbert
|
d6efa3069a
|
Merge branch 'master' into fix-login-placeholder-inheritance
|
2020-10-19 16:25:44 +09:00 |
|
Berkan Diler
|
fe3a23750c
|
Use char overloads for string methods
|
2020-10-16 11:52:29 +02:00 |
|
Dan Balasescu
|
73edb87363
|
Merge pull request #10303 from peppy/more-textbox-entry
Add textbox entry for speed multiplier and volume
|
2020-10-01 20:42:14 +09:00 |
|
Dean Herbert
|
61e62929ee
|
Apply changes in line with framework event logic update
|
2020-10-01 13:06:01 +09:00 |
|
smoogipoo
|
297168ecc4
|
Fix scores sometimes not being re-standardised correctly
|
2020-09-29 19:06:09 +09:00 |
|
Dean Herbert
|
ef44c7d063
|
Merge branch 'master' into score-recalc
|
2020-09-10 18:30:41 +09:00 |
|
smoogipoo
|
bbef7ff720
|
Fix leaderboard loading spinner disappearing too early
|
2020-09-09 20:19:07 +09:00 |
|
smoogipoo
|
37a659b2af
|
Refactor/add xmldocs
|
2020-09-09 17:36:47 +09:00 |
|
smoogipoo
|
117c7ec6b2
|
Merge branch 'master' into score-recalc
|
2020-09-09 14:38:36 +09:00 |
|
smoogipoo
|
bff652a26f
|
Persist nulls to the top score bindable
|
2020-09-02 14:29:46 +09:00 |
|
smoogipoo
|
9e3b809cab
|
Rename to user_score to match API
|
2020-09-01 15:42:47 +09:00 |
|
smoogipoo
|
d22de26afb
|
Add whitespace
|
2020-08-31 20:08:36 +09:00 |
|
smoogipoo
|
6ed191786f
|
Add support for position
|
2020-08-31 20:01:59 +09:00 |
|
smoogipoo
|
77698ec31e
|
Add support for showing own top score in timeshift
|
2020-08-31 19:54:57 +09:00 |
|
smoogipoo
|
d1ceb81797
|
Rename request
|
2020-08-31 19:54:41 +09:00 |
|
smoogipoo
|
ed74c39b55
|
Move UserTopScoreContainer into base leaderboard
|
2020-08-31 19:54:22 +09:00 |
|
smoogipoo
|
d7bbb362bf
|
Separate bindables
|
2020-08-28 22:51:19 +09:00 |
|
smoogipoo
|
1e5e5cae0c
|
Add support for standardised -> classic changes
|
2020-08-28 21:34:34 +09:00 |
|
smoogipoo
|
4d15f0fe52
|
Implement basic score recalculation
|
2020-08-28 19:16:46 +09:00 |
|
Poliwrath
|
97637bc747
|
remove new.ppy.sh from MessageFormatter
|
2020-08-26 02:50:02 -04:00 |
|
Joseph Madamba
|
4d6b52a0d6
|
Simply condition
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2020-08-17 23:08:51 -07:00 |
|
Joehu
|
e0383f6100
|
Change format of rank tooltip
|
2020-08-17 22:07:04 -07:00 |
|
Joehu
|
848f3bbf51
|
Show tooltip of leaderboard score rank when 1000 or higher
|
2020-08-17 21:09:55 -07:00 |
|
voidedWarranties
|
9e4b9188e1
|
Cache LoungeSubScreen, separate method, rename option
|
2020-08-15 13:06:16 -07:00 |
|
voidedWarranties
|
3a97ee4712
|
Context menu for duplicating multi rooms
|
2020-08-09 16:16:01 -07:00 |
|
Dean Herbert
|
4189e918a3
|
Merge branch 'master' into news
|
2020-08-03 14:16:45 +09:00 |
|
Dan Balasescu
|
d63f040477
|
Merge branch 'master' into multi-position
|
2020-07-31 23:10:25 +09:00 |
|
Dean Herbert
|
909b38a019
|
Merge branch 'master' into multi-pagination
|
2020-07-31 22:41:24 +09:00 |
|
smoogipoo
|
b361761d86
|
Add position display in contracted score panels
|
2020-07-31 22:02:25 +09:00 |
|
smoogipoo
|
f1e721e396
|
Rewrite test scene and add more tests
|
2020-07-31 21:39:50 +09:00 |
|
smoogipoo
|
2b77f99f56
|
Initialise some response parameters
|
2020-07-31 20:55:44 +09:00 |
|
smoogipoo
|
8e8a11bb72
|
Add APIRequest.TriggerFailure() for testing
|
2020-07-31 20:55:26 +09:00 |
|
smoogipoo
|
eadef53e68
|
Add more annotations
|
2020-07-31 17:43:40 +09:00 |
|
smoogipoo
|
88e179d8aa
|
Split out index-only response
|
2020-07-31 17:40:58 +09:00 |
|
Dean Herbert
|
9e6d562872
|
Send in initial score request instead
|
2020-07-29 13:18:40 +09:00 |
|
smoogipoo
|
ccc377ae6a
|
Remove unused enum
|
2020-07-28 21:45:12 +09:00 |
|
smoogipoo
|
db91d1de50
|
Use response params in next page request
|
2020-07-28 21:45:12 +09:00 |
|
Andrei Zavatski
|
b821d619b5
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into news
|
2020-07-25 09:13:12 +03:00 |
|
smoogipoo
|
b7790de66f
|
Fix incorrect sort param
|
2020-07-22 20:24:48 +09:00 |
|
smoogipoo
|
568fb51ce2
|
Remove RoomPlaylistScores intermediate class
|
2020-07-22 20:24:42 +09:00 |
|
smoogipoo
|
f8401a76a2
|
Use show/index requests in results screen
|
2020-07-22 19:40:00 +09:00 |
|
smoogipoo
|
334fb7d475
|
Add additional params to index request
|
2020-07-22 18:54:41 +09:00 |
|
smoogipoo
|
c75955e381
|
Add responses to MultiplayerScore
|
2020-07-22 18:52:25 +09:00 |
|
smoogipoo
|
634efe31f8
|
Inherit ResponseWithCursor
|
2020-07-22 18:51:54 +09:00 |
|
smoogipoo
|
ec33a6ea87
|
Add additional responses
|
2020-07-22 18:47:40 +09:00 |
|
smoogipoo
|
d9633fee64
|
Rename request
|
2020-07-22 18:47:09 +09:00 |
|
smoogipoo
|
e423630b7c
|
Rename RoomScore -> MultiplayerScore
|
2020-07-22 18:37:00 +09:00 |
|
smoogipoo
|
0957c5f74c
|
Re-namespace multiplayer requests/responses
|
2020-07-22 18:34:04 +09:00 |
|
Andrei Zavatski
|
17c598568d
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into news
|
2020-07-16 14:38:50 +03:00 |
|
Andrei Zavatski
|
3d9e174ae8
|
Make sort changes affect request result
|
2020-07-14 18:09:09 +03:00 |
|
Dean Herbert
|
7fe69bb199
|
Fix some web requests retrieving the user too early
|
2020-07-14 13:07:17 +09:00 |
|
Joehu
|
db6a9c9717
|
Move null check to menu item addition
|
2020-07-12 22:06:17 -07:00 |
|
Joehu
|
ac7252e152
|
Fix context menu not masking outside of leaderboard area
|
2020-07-12 22:04:00 -07:00 |
|
Joehu
|
9c039848bc
|
Simplify and add null check
|
2020-07-12 12:04:53 -07:00 |
|
Andrei Zavatski
|
3601a2d93f
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into news
|
2020-07-12 14:45:48 +03:00 |
|
Joehu
|
25d2d9ba5c
|
Convert getMods reference to method group
|
2020-07-11 16:24:57 -07:00 |
|
Joehu
|
0d26ad9ddb
|
Fix user top score not having a context menu
|
2020-07-11 16:22:01 -07:00 |
|
Joehu
|
9b4bed2ab2
|
Add ability to select mods from a specific score
|
2020-07-11 16:02:47 -07:00 |
|
smoogipoo
|
fe585611e7
|
Fix + simplify web request
|
2020-07-10 19:54:09 +09:00 |
|
Dean Herbert
|
64e8dce1ad
|
Highlight spotlight rooms with a different colour
|
2020-07-10 19:38:33 +09:00 |
|
smoogipoo
|
926279e39b
|
Implement category dropdown for multiplayer
|
2020-07-10 17:26:42 +09:00 |
|
smoogipoo
|
1bcd673a55
|
Fix crash when switching rooms quickly
|
2020-07-10 12:09:34 +09:00 |
|
Andrei Zavatski
|
de4c22c709
|
Implement news api request
|
2020-07-08 17:58:09 +03:00 |
|
Andrei Zavatski
|
857a027a73
|
Parse HTML entities during APINewsPost deserialisation
|
2020-07-07 00:11:35 +03:00 |
|
Andrei Zavatski
|
68d9f9de46
|
Use DateTimeOffset
|
2020-07-06 23:55:20 +03:00 |
|
Andrei Zavatski
|
9dde101f12
|
Remove string prefixes
|
2020-07-06 23:53:27 +03:00 |
|
Andrei Zavatski
|
fdb7727e95
|
Rename NewsPost to APINewsPost
|
2020-07-06 07:28:44 +03:00 |
|
Andrei Zavatski
|
7550097eb6
|
Implement NewsCard
|
2020-07-06 07:27:53 +03:00 |
|
Andrei Zavatski
|
c18ca19c9d
|
Add NewsPost api response
|
2020-07-06 05:31:34 +03:00 |
|
smoogipoo
|
afa5b995f2
|
Merge branch 'fix-test-nullref' into timeshift-results-2
|
2020-06-11 14:05:05 +09:00 |
|
smoogipoo
|
ab10732a78
|
Remove usages of null-forgiving operator
|
2020-06-09 22:13:48 +09:00 |
|
smoogipoo
|
88aed1d504
|
Merge branch 'master' into update-inspectcode-version
|
2020-06-09 20:12:39 +09:00 |
|
smoogipoo
|
44dd7d65be
|
Fix duplicate scores showing
|
2020-06-09 18:21:37 +09:00 |
|
smoogipoo
|
7f05c16c9f
|
Merge branch 'master' into timeshift-results-2
|
2020-06-09 15:59:13 +09:00 |
|
Dan Balasescu
|
7f72f59307
|
Merge branch 'master' into fetch-private-chat-history
|
2020-06-09 14:42:29 +09:00 |
|
Dean Herbert
|
712fd6a944
|
Fetch existing private message channels on re-joining
|
2020-06-08 17:54:26 +09:00 |
|
smoogipoo
|
caf94df0d0
|
Merge branch 'master' into multiplayer-beatmap-checksum
|
2020-06-05 19:16:05 +09:00 |
|
Dean Herbert
|
f6d9f0597b
|
Add implicit join logic for multiplayer rooms
|
2020-06-03 21:28:29 +09:00 |
|
Dean Herbert
|
1ba3f0ac14
|
Fix chat history not being loaded for multiplayer matches
|
2020-06-03 17:31:55 +09:00 |
|
smoogipoo
|
8aa8d2c880
|
Resolve NREs
|
2020-06-03 16:59:37 +09:00 |
|
smoogipoo
|
f3b5149648
|
Move some suggestions to warnings, resolve issues
|
2020-06-03 16:48:44 +09:00 |
|
smoogipoo
|
13622eff1f
|
Fix response value
|
2020-06-03 12:54:07 +09:00 |
|
Dean Herbert
|
93572fc17d
|
Merge branch 'master' into present-recommended
|
2020-06-03 12:31:23 +09:00 |
|
smoogipoo
|
1ccdfd7364
|
Pull playlist beatmap checksum from api
|
2020-06-02 14:03:13 +09:00 |
|
Andrei Zavatski
|
11057cd6a8
|
CI fix
|
2020-05-29 21:43:31 +03:00 |
|
Andrei Zavatski
|
affad47248
|
Fix genre/language search doesn't work
|
2020-05-29 19:44:53 +03:00 |
|
smoogipoo
|
0e28ded80f
|
Forward statistics
|
2020-05-28 22:09:11 +09:00 |
|
smoogipoo
|
d88bfa2080
|
Cache ruleset + fix possible nullrefs
|
2020-05-28 22:09:11 +09:00 |
|
smoogipoo
|
7ac08620b8
|
Add a user object for now
|
2020-05-28 22:09:11 +09:00 |
|
smoogipoo
|
f9c64d7be3
|
Implement creation of mods
|
2020-05-28 22:09:11 +09:00 |
|
smoogipoo
|
38502ba88c
|
Remove some unnecessary members
|
2020-05-28 22:09:11 +09:00 |
|
smoogipoo
|
ee59182989
|
Implement initial structure for room scores
|
2020-05-28 22:09:11 +09:00 |
|
Dean Herbert
|
f989f1aa00
|
Change event flow to avoid firing store delete events on update
|
2020-05-27 16:08:47 +09:00 |
|
Dean Herbert
|
052ad79fc6
|
Convert dangerous events to IBindables
|
2020-05-19 16:44:22 +09:00 |
|
Dean Herbert
|
facde2c8e1
|
Remove unnecessary generic specification on cursor
|
2020-05-14 16:01:07 +09:00 |
|
「空白」
|
43450b5485
|
Resolve remaining InspectCode issues
> CI should now pass build test
|
2020-05-14 01:57:03 +09:00 |
|
「空白」
|
5962dedd35
|
Reimplement cursor as part of WebRequest extensions
> Added WebRequestExtensions
> Moved Cursor request logic from SearchBeatmapSetsRequest
|
2020-05-13 05:04:39 +09:00 |
|
「空白」
|
cabf3a89b1
|
More robust cursor parsing solution
> Change cursor request to return last response's entire cursor structure
|
2020-05-13 03:44:57 +09:00 |
|
「空白」
|
e321494f15
|
Fix sort-by handling
> Add other cursor fields for paging different sortings
> Sorted as they show in GUI code-wise for more readability for now
|
2020-05-13 02:15:24 +09:00 |
|
「空白」
|
82190a07b8
|
Remove temporary comments
> Removes unnecessary xmldoc comments
|
2020-05-13 02:01:38 +09:00 |
|
「空白」
|
35e7cee458
|
Squash commits from private fork
Temporary comments left to-remove later
|
2020-05-12 03:18:47 +09:00 |
|
alex
|
0e2ccac33b
|
Add spaces to comments
|
2020-05-04 18:36:24 -07:00 |
|
Endrik Tombak
|
33a608fd15
|
Merge branch 'master' of https://github.com/ppy/osu into present-recommended
Conflicts:
osu.Game/Screens/Select/SongSelect.cs
|
2020-05-01 11:06:20 +03:00 |
|
Dean Herbert
|
c73d45bc01
|
Reduce initial channel load overhead by only loading history on active channel
|
2020-04-29 15:23:28 +09:00 |
|
Endrik Tombak
|
657bf5ad86
|
Merge branch 'master' of https://github.com/ppy/osu into present-recommended
|
2020-04-25 10:13:57 +03:00 |
|
Lucas A
|
e136ecec5f
|
Create ClickablePlaceholder and make of use it where applicable.
|
2020-04-23 14:01:47 +02:00 |
|
Lucas A
|
b1b3e01abd
|
Apply review suggestion.
|
2020-04-23 14:01:47 +02:00 |
|
Lucas A
|
ea29f7c344
|
Use an OsuAnimatedButton in LoginPlaceholder to get the correct animations.
|
2020-04-23 14:01:47 +02:00 |
|
Dean Herbert
|
1cec0575b7
|
Remove unused classes and replace overlay in game
|
2020-04-21 16:38:47 +09:00 |
|
Dean Herbert
|
c3b36d8f20
|
Merge pull request #7924 from EVAST9919/beatmap-listing-expanded
Implement sorting by genre and language in BeatmapListingOverlay
|
2020-04-21 16:34:59 +09:00 |
|
Dean Herbert
|
c2ed6491a9
|
Move and shorten enum names
|
2020-04-21 15:39:15 +09:00 |
|
Dean Herbert
|
801f02a3d7
|
Fix inline executions of APIRequest.Perform not getting result populated early enough
|
2020-04-20 17:48:02 +09:00 |
|
Dan Balasescu
|
477d519df3
|
Merge branch 'master' into beatmap-listing-expanded
|
2020-04-20 17:18:18 +09:00 |
|
Dean Herbert
|
07b8ef83c9
|
Add /np to help line
|
2020-04-19 22:15:07 +09:00 |
|
Dean Herbert
|
1dd471dfcc
|
Add /np (now playing) command support in chat
|
2020-04-19 15:13:25 +09:00 |
|
Endrik Tombak
|
90fa58b3b6
|
More testing
|
2020-04-17 19:57:39 +03:00 |
|
Dean Herbert
|
2ab4a7293e
|
Clean up enum sorting attribute code
|
2020-04-16 17:26:09 +09:00 |
|
Dean Herbert
|
c0a1aae63a
|
Merge branch 'master' into beatmap-listing-expanded
|
2020-04-15 13:26:16 +09:00 |
|
Dean Herbert
|
89d8063588
|
Add support for Perform/PerformAsync
|
2020-04-13 21:35:35 +09:00 |
|
Dean Herbert
|
1c8a71b284
|
Exception instead of assert
|
2020-04-13 21:24:47 +09:00 |
|
Dean Herbert
|
c96df97586
|
Add support for non-generic requests
|
2020-04-11 18:02:49 +09:00 |
|
Dean Herbert
|
415adecdf6
|
Add support for Result fetching
|
2020-04-11 18:02:43 +09:00 |
|
Dean Herbert
|
832822858c
|
Add basic request / response support
|
2020-04-11 17:48:23 +09:00 |
|
Andrei Zavatski
|
b6d8e487d2
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap-listing-expanded
|
2020-04-09 19:18:59 +03:00 |
|
smoogipoo
|
ed3e0a01e1
|
Re-namespace into song select
|
2020-04-07 15:31:22 +09:00 |
|
smoogipoo
|
ed17a1c990
|
Improve visual display
|
2020-04-07 15:30:06 +09:00 |
|
smoogipoo
|
933314d724
|
Remove unnecessary method
|
2020-04-07 14:50:11 +09:00 |
|
smoogipoo
|
c46ea7bdef
|
Add disposal, prevent memory leaks
|
2020-04-07 14:49:24 +09:00 |
|
Santeri Nogelainen
|
da59baa779
|
Add line break
|
2020-04-04 22:42:13 +03:00 |
|
Santeri Nogelainen
|
163de36777
|
Merge remote-tracking branch 'upstream/master'
|
2020-04-04 22:29:15 +03:00 |
|
Santeri Nogelainen
|
1e8badb14a
|
Move all logic to TopLocalRank and remove CarouselBeatmapRank
|
2020-04-04 22:28:36 +03:00 |
|
Dean Herbert
|
812583a4cd
|
Remove stray newline
|
2020-03-30 16:17:42 +09:00 |
|
Dean Herbert
|
7ecce713bb
|
Keep provided IDs where possible if not online
|
2020-03-30 15:07:39 +09:00 |
|
Santeri Nogelainen
|
faa2b49be4
|
Fix namespace for CarouselBeatmapRank, make UpdateableRank in TopLocalRank readonly
|
2020-03-28 18:13:39 +02:00 |
|
Santeri Nogelainen
|
1c711147f3
|
Move all carousel rank logic into separate classes (TopLocalRank and CarouselBeatmapRank)
|
2020-03-28 17:22:01 +02:00 |
|
Dean Herbert
|
1b6342438f
|
Hide scrollbars in tournament chat display
|
2020-03-23 12:05:16 +09:00 |
|
smoogipoo
|
e586249db7
|
Expose GetRankName from DrawableRank
|
2020-03-17 16:25:51 +09:00 |
|
smoogipoo
|
d77b0acd90
|
Move rank colour to OsuColour
|
2020-03-17 16:25:41 +09:00 |
|
TheWildTree
|
acd280c855
|
Add System channel type and use it for the ChannelSelectorTab
|
2020-03-15 22:13:26 +01:00 |
|
Dan Balasescu
|
afcbc5b789
|
Merge branch 'master' into fix-cross-thread-operation
|
2020-03-11 12:45:18 +09:00 |
|
Dean Herbert
|
ed837d3115
|
Use framework extension method for FromHex
|
2020-03-11 10:18:41 +09:00 |
|
Dean Herbert
|
ad7cda8735
|
Fix download failures causing a non-safe drawable change
|
2020-03-10 20:11:06 +09:00 |
|
Dean Herbert
|
0102aaf32a
|
Move chat expand/contract logic local to tournament
|
2020-03-08 18:11:57 +09:00 |
|
Dean Herbert
|
aed52179f0
|
Fix weird reverse logic
|
2020-03-08 15:32:22 +09:00 |
|
Andrei Zavatski
|
c08e16d97f
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap-listing-expanded
|
2020-03-06 01:27:51 +03:00 |
|
Dean Herbert
|
4294ed4b64
|
Better align fonts to weights
|
2020-03-04 11:45:19 +09:00 |
|
Dean Herbert
|
276f6da483
|
Merge branch 'master' into better-room-participants
|
2020-02-28 16:42:31 +09:00 |
|
smoogipoo
|
085968dd7f
|
Rename recent participants
|
2020-02-27 20:00:53 +09:00 |
|
smoogipoo
|
97c07281d8
|
Make ParticipantsList use the new participants property
|
2020-02-27 19:24:13 +09:00 |
|
smoogipoo
|
99442ec9c3
|
Implement single-room multiplayer room polling
|
2020-02-27 19:23:50 +09:00 |
|
smoogipoo
|
3f5c4633bc
|
Remove workarounds for CreateRoomRequest shortcomings
|
2020-02-27 16:41:00 +09:00 |
|
Dean Herbert
|
db1e5abad7
|
Merge pull request #7786 from EVAST9919/subcomments-alter-new
Add ability to load long comment trees in CommentsContainer
|
2020-02-21 21:18:33 +09:00 |
|
smoogipoo
|
db78b95228
|
Remove duplicated api request
|
2020-02-21 19:27:25 +09:00 |
|
smoogipoo
|
957b33b141
|
Fix included comment properties not being set correctly
|
2020-02-21 19:27:17 +09:00 |
|
smoogipoo
|
41c6d2f2e7
|
Merge remote-tracking branch 'origin/master' into subcomments-alter-new
|
2020-02-21 17:02:58 +09:00 |
|
smoogipoo
|
37e295e4be
|
Refactor orphaning to better follow osu-web specification
|
2020-02-21 17:02:48 +09:00 |
|
Dean Herbert
|
92f6f0207c
|
Rename LoadingAnimation to LoadingSpinner
|
2020-02-21 15:33:31 +09:00 |
|
Andrei Zavatski
|
20b49bea4b
|
Refactor SearchBeatmapSetsRequest
|
2020-02-21 01:49:03 +03:00 |
|
Andrei Zavatski
|
58903759f1
|
Implement enum attributes to set display order
|
2020-02-21 01:37:36 +03:00 |
|
Andrei Zavatski
|
d50cca6264
|
Minor enum adjustments for consistency
|
2020-02-21 01:05:20 +03:00 |
|
Andrei Zavatski
|
eeae0a5774
|
Fix typos
|
2020-02-21 00:56:33 +03:00 |
|
Andrei Zavatski
|
063a53017e
|
Implement Language filter
|
2020-02-20 17:56:49 +03:00 |
|
Andrei Zavatski
|
6b2ae67eaf
|
Implement Genre filter
|
2020-02-20 17:40:45 +03:00 |
|
Dean Herbert
|
5c16dbbea9
|
Merge pull request #7919 from smoogipoo/null-leaderboard-position
Support null leaderboard position
|
2020-02-20 16:27:24 +09:00 |
|
Dan Balasescu
|
474d0635cf
|
Merge pull request #7913 from TheWildTree/highlight-full-combo
Highlight max combo on beatmap leaderboards
|
2020-02-20 14:53:55 +09:00 |
|
smoogipoo
|
1a689231c2
|
Support null leaderboard position
|
2020-02-20 14:51:25 +09:00 |
|
Andrei Zavatski
|
7550685a61
|
DrawableErrorHandler -> NotFoundDrawable
|
2020-02-20 02:43:13 +03:00 |
|
TheWildTree
|
23c9782f50
|
Add maxCombo to APIBeatmap
|
2020-02-19 17:58:41 +01:00 |
|
Andrei Zavatski
|
255c8d3a13
|
Adjust SearchBeatmapSetsRequest for new usage
|
2020-02-19 17:33:48 +03:00 |
|
Andrei Zavatski
|
01202f09be
|
Expand SearchBeatmapSetsResponse
|
2020-02-19 17:32:43 +03:00 |
|
Andrei Zavatski
|
3bf3becdd6
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into subcomments-alter-new
|
2020-02-18 13:27:08 +03:00 |
|
smoogipoo
|
c8b81bcf3c
|
Use equality comparison rather than hash set
|
2020-02-16 16:23:46 +09:00 |
|
smoogipoo
|
17e3470441
|
Replace hashcode override with local equality comparer
|
2020-02-16 00:23:52 +09:00 |
|
Dean Herbert
|
a51fdfb95e
|
Merge pull request #7839 from smoogipoo/match-subscreen-redesign
Redesign match subscreen to add playlist support
|
2020-02-15 21:11:39 +09:00 |
|
Dean Herbert
|
d0122b935e
|
Transfer metadata to ensure present on creating a new match
|
2020-02-15 19:40:59 +09:00 |
|
Andrei Zavatski
|
7cb11be810
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into subcomments-alter-new
|
2020-02-14 20:55:51 +03:00 |
|
recapitalverb
|
7866c26f95
|
Make OsuConfigManager instances readonly
|
2020-02-14 22:18:56 +07:00 |
|
recapitalverb
|
7de7748607
|
Remove unnecessary nullability
|
2020-02-14 22:02:10 +07:00 |
|
recapitalverb
|
2bd2cd1d3f
|
Use OsuConfigManager from ctor instead
|
2020-02-14 21:59:33 +07:00 |
|
recapitalverb
|
c46d828716
|
Preserve permitNulls
|
2020-02-14 20:59:51 +07:00 |
|
recapitalverb
|
a7c2fd078f
|
Fix remaining cases
|
2020-02-14 20:27:21 +07:00 |
|
recapitalverb
|
c753cb46c5
|
Use [Resolved] wherever possible
|
2020-02-14 20:14:00 +07:00 |
|
Dean Herbert
|
a75715607b
|
Move drawable load to asynchronous context
|
2020-02-14 15:41:46 +09:00 |
|
Dean Herbert
|
720ceca78a
|
Final tidy-up pass
|
2020-02-14 15:38:47 +09:00 |
|
Dean Herbert
|
edf9cfc863
|
API can't be null on load
|
2020-02-14 15:36:06 +09:00 |
|
Dean Herbert
|
6f1cecd86f
|
Move LoadComplete up in method
|
2020-02-14 15:35:39 +09:00 |
|
Dean Herbert
|
7e6c194d4a
|
Add missing xmldoc
|
2020-02-14 15:34:46 +09:00 |
|
Dean Herbert
|
4d5abab2ee
|
Remove unnecessary content private storage
|
2020-02-14 15:29:50 +09:00 |
|
Dean Herbert
|
76cfe1f42c
|
Merge branch 'master' into online-container
|
2020-02-14 15:18:27 +09:00 |
|
Lucas A
|
049b0d93d1
|
Add back default content fade transitions
|
2020-02-13 21:40:25 +01:00 |
|
Lucas A
|
dac0148c94
|
Apply review suggestions.
|
2020-02-13 20:08:14 +01:00 |
|
Dean Herbert
|
e181a95c85
|
Remove unused using
|
2020-02-13 22:28:37 +09:00 |
|
Dean Herbert
|
4a04b434a9
|
Merge branch 'master' into remove-current-item
|
2020-02-13 21:41:23 +09:00 |
|
Dean Herbert
|
b9a296d3f9
|
Merge branch 'master' into remove-current-item
|
2020-02-13 19:34:15 +09:00 |
|
Dean Herbert
|
28ca1a5bcc
|
Merge branch 'master' into participants-bindable
|
2020-02-13 19:31:50 +09:00 |
|
smoogipoo
|
bc1c4f6b58
|
Add missing null-allowance
|
2020-02-13 19:04:23 +09:00 |
|
smoogipoo
|
bce9c8f3f3
|
Make room participants into a bindable list
|
2020-02-13 18:59:15 +09:00 |
|
smoogipoo
|
75bef15583
|
Remove "current" multiplayer room item
|
2020-02-13 18:48:28 +09:00 |
|
smoogipoo
|
91edadfe9d
|
Make playlist beatmap and ruleset into bindables
|
2020-02-13 18:12:47 +09:00 |
|
Andrei Zavatski
|
5201c1c87b
|
Use new algorithm for comments tree creation
|
2020-02-13 02:21:13 +03:00 |
|
Lucas A
|
b9e10cb498
|
Privatize ViewTarget
|
2020-02-11 18:10:46 +01:00 |
|
Andrei Zavatski
|
26afe0f31e
|
Add ability to load long comment trees in CommentsContainer
|
2020-02-10 15:43:11 +03:00 |
|
Lucas A
|
30e0a34e50
|
Wrap Content into a container for animating visibility.
|
2020-02-08 17:11:31 +01:00 |
|
Lucas A
|
7ca9f4dc20
|
Apply review suggestions
|
2020-02-08 17:11:31 +01:00 |
|
Lucas A
|
d3dc0b63ff
|
Remove string concatenation from ctor
|
2020-02-08 17:07:26 +01:00 |
|
Lucas A
|
6d51b344ab
|
Display a loading animation when the user is connecting
|
2020-02-08 17:07:20 +01:00 |
|
Andrei Zavatski
|
cb30f463fb
|
Update spotlight info based on selected one
|
2020-02-05 12:48:29 +03:00 |
|
Andrei Zavatski
|
37992e99f9
|
API implementation
|
2020-02-04 16:04:06 +03:00 |
|
recapitalverb
|
42060139f8
|
Merge branch 'master' into display-accuracy
|
2020-02-04 12:51:48 +07:00 |
|
Andrei Zavatski
|
e531570352
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into spotlights_api
|
2020-02-03 19:34:35 +03:00 |
|
recapitalverb
|
9898a926b2
|
Use ScoreInfo.DisplayAccuracy everywhere
|
2020-02-03 22:11:36 +07:00 |
|
Andrei Zavatski
|
d20c48d151
|
Resolve possible UserVotes issues
|
2020-01-30 00:53:05 +03:00 |
|
Andrei Zavatski
|
d1ead83c6c
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into no-comments-placeholder
|
2020-01-30 00:48:43 +03:00 |
|
smoogipoo
|
76af8bea5d
|
Fix percentage-formatted displays containing a space
|
2020-01-29 19:51:24 +09:00 |
|
Andrei Zavatski
|
dc10e58b4f
|
Add tests for CommentsPage
|
2020-01-29 06:44:39 +03:00 |
|
Dean Herbert
|
7c62cc3ac3
|
Merge remote-tracking branch 'smoogipoo/void-mouse-up-returns' into update-framework
|
2020-01-22 22:57:52 +09:00 |
|
Dean Herbert
|
cbba708931
|
Merge branch 'master' into online-mod-settings
|
2020-01-22 22:15:41 +09:00 |
|
smoogipoo
|
03b61e4a5a
|
Throw exception rather than returning nulls
|
2020-01-22 20:00:36 +09:00 |
|
smoogipoo
|
bfb056c612
|
Apply input method signature refactorings
|
2020-01-20 18:17:21 +09:00 |
|
Lucas A
|
e1f172e3f8
|
Fix CI issues
|
2020-01-17 19:29:42 +01:00 |
|
Lucas A
|
f00938971e
|
Apply review suggestions
|
2020-01-17 18:54:00 +01:00 |
|
Lucas A
|
0422b326ad
|
Add visual tests
|
2020-01-17 18:54:00 +01:00 |
|
smoogipoo
|
2187523bf3
|
Fix json web requests having incorrect user agents
|
2020-01-17 19:21:27 +09:00 |
|
smoogipoo
|
2bc7458abf
|
Add mod setting (de)serialization support
|
2020-01-17 13:27:47 +09:00 |
|
Dean Herbert
|
0d8b4e7c3e
|
Fix user agent missing in registration
|
2020-01-16 12:51:43 +09:00 |
|
smoogipoo
|
33993837b7
|
Remove participant count (not returned by API)
|
2020-01-14 14:41:38 +09:00 |
|
smoogipoo
|
7349c023d1
|
Cleanup spotlight selection
|
2020-01-14 14:01:51 +09:00 |
|