Salman Ahmed
|
5ad2918a75
|
Allow disabling high resolution texture lookups in LegacySkin
|
2024-01-17 12:56:29 +03:00 |
|
Bartłomiej Dach
|
da29faffd0
|
Merge pull request #26455 from peppy/health-less-value-changed
Remove bindable overheads of health displays
|
2024-01-11 11:01:53 +01:00 |
|
Bartłomiej Dach
|
b65d3baa8a
|
Merge branch 'master' into health-less-value-changed
|
2024-01-11 10:33:08 +01:00 |
|
Bartłomiej Dach
|
600e4b6ef3
|
Adjust skinnable health display test scene for usability
|
2024-01-11 10:17:32 +01:00 |
|
Bartłomiej Dach
|
861080d3ae
|
Move simulated drain to separate test case
Having it on at all times was causing other tests to fail.
|
2024-01-11 10:04:37 +01:00 |
|
Dean Herbert
|
5d6f767dbd
|
Reduce excessive Color4 allocations during path colour updates
|
2024-01-11 00:31:39 +09:00 |
|
Dean Herbert
|
c2706ca91b
|
Also show drain on argon health display test
|
2024-01-11 00:31:31 +09:00 |
|
Bartłomiej Dach
|
7d5e8ff241
|
Merge pull request #26467 from peppy/update-framework
Update framework
|
2024-01-10 15:47:14 +01:00 |
|
Dean Herbert
|
49d13cda6b
|
Fix failing test by setting health on source of truth
|
2024-01-10 23:09:43 +09:00 |
|
Dean Herbert
|
91677158a0
|
Update framework
|
2024-01-10 22:33:00 +09:00 |
|
Dean Herbert
|
f912a1ba31
|
Merge branch 'master' into health-less-value-changed
|
2024-01-10 18:03:34 +09:00 |
|
Dean Herbert
|
a4c9e9f84d
|
Merge pull request #26405 from bdach/catch-scoring
Adjust catch scoring to match stable score V2
|
2024-01-10 01:28:56 +09:00 |
|
Bartłomiej Dach
|
8e133ed3ab
|
Merge pull request #26422 from peppy/allocs-off-the-charts
Preliminary fixes for off-the-charts allocations
|
2024-01-09 16:06:24 +01:00 |
|
Bartłomiej Dach
|
00a4c055b3
|
Merge branch 'master' into catch-scoring
|
2024-01-09 15:49:37 +01:00 |
|
Dean Herbert
|
eec9b6806a
|
Merge pull request #26434 from bdach/mania-conversion-accuracy
Fix mania score conversion using score V1 accuracy
|
2024-01-09 23:48:07 +09:00 |
|
Bartłomiej Dach
|
a25223597b
|
Merge pull request #26456 from peppy/fix-missing-validation
Fix `SettingsToolboxGroup` allocating excessively due to missing cache validation
|
2024-01-09 14:36:14 +01:00 |
|
Bartłomiej Dach
|
8110c995dd
|
Merge branch 'master' into allocs-off-the-charts
|
2024-01-09 14:11:00 +01:00 |
|
Bartłomiej Dach
|
006946093b
|
Merge pull request #26451 from peppy/realm-cleanup-overheads-fix
Use native query to avoid huge overheads when cleaning up realm files
|
2024-01-09 14:02:53 +01:00 |
|
Bartłomiej Dach
|
92ba770314
|
Fix missing wireframe behind percent sign on accuracy counter
|
2024-01-09 14:00:58 +01:00 |
|
Bartłomiej Dach
|
77bf6e3244
|
Fix missing wireframe behind "x" sign on combo counter display
|
2024-01-09 13:59:27 +01:00 |
|
Bartłomiej Dach
|
393d101bc2
|
Merge branch 'master' into realm-cleanup-overheads-fix
|
2024-01-09 13:35:22 +01:00 |
|
Dean Herbert
|
4110adc4c0
|
Fix missing wireframe on argon combo counter
|
2024-01-09 20:16:28 +09:00 |
|
Bartłomiej Dach
|
a8a70be04a
|
Reference property via nameof rather than hardcoding
|
2024-01-09 11:49:42 +01:00 |
|
Dean Herbert
|
8324b75fa4
|
Merge pull request #26437 from bdach/song-select-logo-crash
Fix crash when clicking osu! logo in song select immediately after exiting
|
2024-01-09 19:40:19 +09:00 |
|
Bartłomiej Dach
|
cac0b0de6d
|
Remove unused using directive
|
2024-01-09 11:38:01 +01:00 |
|
Bartłomiej Dach
|
66b3945cd6
|
Move current screen check to better place
|
2024-01-09 10:44:30 +01:00 |
|
Dean Herbert
|
6ac1c799bd
|
Fix SettingsToolboxGroup allocating excessively due to missing cache validation
|
2024-01-09 18:34:20 +09:00 |
|
Dean Herbert
|
9c7e555237
|
Fix initial animation not playing correctly
|
2024-01-09 18:27:37 +09:00 |
|
Dean Herbert
|
80892f3167
|
Fix misses not displaying properly
|
2024-01-09 18:18:11 +09:00 |
|
Dean Herbert
|
b6505ba063
|
Reduce colour tween overhead and mark other calls of concern
|
2024-01-09 18:16:54 +09:00 |
|
Dean Herbert
|
12a59eb34c
|
Remove vertex update overheads
|
2024-01-09 17:35:01 +09:00 |
|
Dean Herbert
|
b3533d270c
|
Remove delegate overhead of HealthBarValue /GlowBarValue
|
2024-01-09 17:20:49 +09:00 |
|
Dean Herbert
|
f1b4c305b0
|
Change skinnable health test scene to drain
|
2024-01-09 17:09:19 +09:00 |
|
Dean Herbert
|
d83b8dbdaf
|
Refactor ArgonHealthDisplay to user interpolation and less bindable events
|
2024-01-09 16:50:27 +09:00 |
|
Dean Herbert
|
1837b31f9b
|
Remove usage of HealthDisplay.BindValueChanged
Health updates very often when using HP drain. Let's avoid bindable overheads.
|
2024-01-09 16:38:05 +09:00 |
|
Dean Herbert
|
19d1fff536
|
Use native query to avoid huge overheads when cleaning up realm files
|
2024-01-09 15:37:29 +09:00 |
|
Dean Herbert
|
f376bb5ec7
|
Merge pull request #26441 from Joehuu/fix-wiki-main-page-layout
Fix wiki main page not displaying custom layout
|
2024-01-09 14:51:49 +09:00 |
|
Dean Herbert
|
79ff767eba
|
Remove unused using
|
2024-01-09 14:51:30 +09:00 |
|
Dean Herbert
|
5970a68e2d
|
Use invalidation based logic for child anchor position updpates in DrawableSlider
|
2024-01-09 14:17:33 +09:00 |
|
Dean Herbert
|
765d41faa9
|
Change second occurrence of debug.assert with early return for fallback safety
|
2024-01-09 14:07:48 +09:00 |
|
Dean Herbert
|
3f5899dae0
|
Fix incorrect implementation of wireframe digits
|
2024-01-09 14:07:48 +09:00 |
|
Dean Herbert
|
6f8a3e15d8
|
Merge pull request #26382 from peppy/editor-more-frame-stable
Keep editor in frame stable mode when possible
|
2024-01-09 13:25:03 +09:00 |
|
Dean Herbert
|
743411d7c6
|
Merge pull request #26440 from bdach/incorrect-combo-proportion
Fix score conversion incorrectly assuming zero combo score in certain cases
|
2024-01-09 13:21:30 +09:00 |
|
Dean Herbert
|
3cdc3b5786
|
Merge branch 'master' into fix-wiki-main-page-layout
|
2024-01-09 13:14:36 +09:00 |
|
Dean Herbert
|
172fe53099
|
Use better method of ignore case comparison
|
2024-01-09 13:13:32 +09:00 |
|
Dean Herbert
|
7d57a668ab
|
Use main page constant in more places
|
2024-01-09 13:12:54 +09:00 |
|
Dean Herbert
|
06447e95aa
|
Merge pull request #26439 from bdach/do-not-attempt-score-upgrade-for-custom-rulesets
Do not attempt to recalculate non-legacy scores or scores set on custom rulesets
|
2024-01-09 13:08:31 +09:00 |
|
Dean Herbert
|
55eebf6a7a
|
Merge pull request #26438 from bdach/mod-fail-condition-cinema
Fix Cinema mod being compatible with mods that can force failure
|
2024-01-09 13:05:45 +09:00 |
|
Joseph Madamba
|
b03813d3b4
|
Update casing of hardcoded "Main_page" string in tests
|
2024-01-08 14:37:50 -08:00 |
|
Joseph Madamba
|
d6ba7a9c6e
|
Centralise INDEX_PATH to WikiOverlay
|
2024-01-08 14:28:16 -08:00 |
|