1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 12:02:54 +08:00
Commit Graph

58711 Commits

Author SHA1 Message Date
Dean Herbert
902dff15e3 Add todo regarding validity check 2022-12-12 13:44:09 +09:00
Dean Herbert
3b1920c060 Add code to check whether a file is a hard link 2022-12-12 13:44:09 +09:00
Dean Herbert
f27603dd6d Use hard links instead of file copy when available 2022-12-12 13:44:09 +09:00
Dean Herbert
731184eb39 Revert "Merge pull request #21614 from EVAST9919/button-fix"
This reverts commit 4bd196684f, reversing
changes made to a1d22ef77a.
2022-12-12 13:43:01 +09:00
Joseph Madamba
e76c56b03b Fix changelog single build dates disappearing before being off screen 2022-12-11 20:10:06 -08:00
Dean Herbert
4bd196684f
Merge pull request #21614 from EVAST9919/button-fix
Fix SettingsButton receiving input at padded area
2022-12-12 12:10:50 +09:00
Dan Balasescu
7a54bcac57 Remove unused using 2022-12-12 11:41:07 +09:00
Dan Balasescu
6e41efede8 Simplify dictionary construction 2022-12-12 11:40:47 +09:00
Dan Balasescu
5e8d75bbbf Remove unused overload 2022-12-12 11:39:03 +09:00
Andrei Zavatski
1332568796 Fix SettingsButton receiving input at padded area 2022-12-12 03:10:13 +03:00
mk56-spn
f0c780f1f6 Fix tally header 2022-12-12 00:48:35 +01:00
mk56-spn
a107fca5d0 Hide "Full" option from counter flow directions 2022-12-12 00:33:28 +01:00
mk56-spn
161894da3b Add more test checks and fix deserialisation test 2022-12-11 23:58:10 +01:00
mk56-spn
4c17b27273 Add Display, Counter, Tests 2022-12-11 23:47:17 +01:00
mk56-spn
f798951f09 Create Judgement Info struct 2022-12-11 22:09:14 +01:00
mk56-spn
ffbe68bd26 Add judgementTally to HUD overlay 2022-12-11 22:08:48 +01:00
Bartłomiej Dach
a1d22ef77a
Merge pull request #21612 from peppy/fix-ruleset-config-parsing-failure
Fix parsing of ruleset configuration values being incorrect on some locales
2022-12-11 18:30:52 +01:00
Dean Herbert
85039209f8 Fix parsing of ruleset configuration values being incorrect on some locales
Closes #21611.
2022-12-12 01:56:36 +09:00
Dean Herbert
b7d2e0ae8e
Merge pull request #21553 from smoogipoo/osr-scoreinfo-data
Retrofit lazer scoring data onto `.osr` files
2022-12-11 14:27:56 +09:00
Dean Herbert
0372e38f57 Add nullability assertion to appease CI 2022-12-11 13:00:12 +09:00
Dean Herbert
061f7d4857
Merge branch 'master' into osr-scoreinfo-data 2022-12-11 12:24:03 +09:00
Dan Balasescu
e9998f1690 Store maximum statistics to spectator state 2022-12-09 20:15:07 +09:00
Dan Balasescu
4a65f5c864 Add score token to spectator state 2022-12-09 19:09:51 +09:00
Dean Herbert
e42bd7b31a
Merge pull request #21586 from smoogipoo/fix-hub-reconnect
Fix hub clients not reconnecting after a connection error
2022-12-09 17:56:32 +09:00
Dan Balasescu
3570fa8d93 Fix hub clients not reconnecting after connection error 2022-12-09 17:12:20 +09:00
Dan Balasescu
f2fdff22e1
Merge pull request #21583 from Susko3/fix-android-linker-calendars
Fix android crash when using non-Gregorian calendars
2022-12-09 13:05:36 +09:00
Susko3
27a96b8e6d Add linker exception to iOS out of an abundance of caution 2022-12-08 22:52:10 +01:00
Susko3
34ad1e1d61 Fix Android linker removing System.Globalisation.*Calendar 2022-12-08 22:50:29 +01:00
Dean Herbert
a120de76e0
Merge pull request #21573 from ppy/dependabot/nuget/osu.Game/Newtonsoft.Json-13.0.2
Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /osu.Game
2022-12-08 15:53:49 +09:00
dependabot[bot]
cdf76077b2
Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /osu.Game
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 05:38:06 +00:00
Dean Herbert
50943086d6
Merge pull request #21572 from peppy/update-framework
Update framework
2022-12-08 14:37:37 +09:00
Dean Herbert
f21e903a94 Update framework 2022-12-08 14:06:38 +09:00
Dan Balasescu
313f6e2f10
Merge pull request #21558 from peppy/fix-wrong-di
Fix incorrect resolution of `GameHost` in `LegacyImportManager`
2022-12-08 12:59:31 +09:00
Dean Herbert
6a73b98d5f
Merge pull request #21567 from apollo-dw/reflect-fix
Reflect nested objects in the playfield correctly
2022-12-08 12:38:05 +09:00
Dan Balasescu
2406b8dfc8
Merge pull request #21557 from Joehuu/nominated-ranked-beatmaps
Display nominated ranked beatmaps in user profile
2022-12-08 11:40:24 +09:00
Dan Balasescu
e00c075482 Fix incorrectly modified first lazer version 2022-12-08 11:30:18 +09:00
Dean Herbert
f6e0aba53d
Merge pull request #21564 from Loreos7/master
Fix stale keybinding in "today's tip"
2022-12-08 11:23:09 +09:00
Bartłomiej Dach
5857471915
Merge branch 'master' into nominated-ranked-beatmaps 2022-12-07 23:54:25 +01:00
Bartłomiej Dach
5807d4c43d
Add test coverage for slider transformations 2022-12-07 23:50:01 +01:00
Bartłomiej Dach
7676838cc0
Apply "reflect" vernacular in nested methods 2022-12-07 23:27:02 +01:00
Bartłomiej Dach
48603688d4
Merge pull request #21556 from peppy/fix-profile-beatmap-expand
Fix expanded beatmap cards sometimes being hidden by next profile section
2022-12-07 22:16:00 +01:00
apollo-dw
684b16cef5 Disambiguate object flipping and reflection methods 2022-12-07 21:09:53 +00:00
apollo-dw
1776485b93 Reflect nested objects vertically in the playfield correctly 2022-12-07 20:20:11 +00:00
Bartłomiej Dach
3f4cab9ad1
Merge branch 'master' into fix-profile-beatmap-expand 2022-12-07 21:10:07 +01:00
Loreos7
0aeee8d6ab
fix typo in today's tip 2022-12-07 17:47:37 +03:00
Dan Balasescu
2fba6cbe76
Merge pull request #21555 from peppy/update-deps
Update framework and resources
2022-12-07 19:15:03 +09:00
OliBomby
d458c3a012 Fix variable which didnt get renamed 2022-12-07 10:13:40 +01:00
OliBomby
10b5900710 made PathControlPointVisualiser generic 2022-12-07 10:13:40 +01:00
OliBomby
9f4bb3e0ca Add segmend end completions to SliderPath
Fix segmentEnds incorrect on shortened paths

Revert "Add segmend end completions to SliderPath"

This reverts commit cd46ca31f9.

Revert "Fix segmentEnds incorrect on shortened paths"

This reverts commit 98a312ca96.
2022-12-07 10:13:40 +01:00
Dean Herbert
819fd5f950 Fix incorrect resolution of GameHost in LegacyImportManager 2022-12-07 17:53:14 +09:00