Dean Herbert
|
2a06f11026
|
Merge pull request #24338 from frenzibyte/ios-enable-aot
Enable AOT compilation on iOS release builds for much better performance
|
2023-07-24 18:25:14 +09:00 |
|
Dean Herbert
|
bf89fbcd81
|
Update framework
|
2023-07-24 16:38:37 +09:00 |
|
Bartłomiej Dach
|
9f68bb4e4a
|
Merge pull request #24333 from peppy/editor-menu-spacer
Adjust metrics of editor menu spacers (and make visible)
|
2023-07-23 15:25:27 +02:00 |
|
Dean Herbert
|
4bf300d64d
|
Merge pull request #24186 from OliBomby/legacy-export
Add ability to export beatmaps from editor in a stable-compatible format
|
2023-07-23 15:25:06 +09:00 |
|
Dean Herbert
|
4ea8495c61
|
Adjust metrics of editor menu spacers (and make visible)
|
2023-07-23 14:12:37 +09:00 |
|
Dean Herbert
|
fb34ee94c2
|
Move export/save options to bottom of menu
|
2023-07-23 14:07:31 +09:00 |
|
Dean Herbert
|
20359c90bc
|
Adjust localisations slightly
|
2023-07-23 14:06:00 +09:00 |
|
Dean Herbert
|
d11e56b8bb
|
Add common Export string and use in editor
|
2023-07-23 14:03:50 +09:00 |
|
Bartłomiej Dach
|
d7b674bf2b
|
Merge branch 'master' into verify-breaks
|
2023-07-22 17:42:55 +02:00 |
|
Bartłomiej Dach
|
699b66be42
|
Do not reimplement binary sort manually
|
2023-07-22 17:12:21 +02:00 |
|
Bartłomiej Dach
|
d1c69283b2
|
Merge branch 'master' into editor-key-count
|
2023-07-22 16:11:21 +02:00 |
|
Bartłomiej Dach
|
f985bdc10f
|
Make difficulty sliders private set
|
2023-07-22 15:55:20 +02:00 |
|
Bartłomiej Dach
|
7e61a10524
|
Merge pull request #24314 from peppy/reduce-settings-item-spacing
Reduce spacing in settings items
|
2023-07-22 13:15:19 +02:00 |
|
Bartłomiej Dach
|
e2e3581674
|
Merge pull request #24292 from peppy/legacy-skin-alignment
Fix some UI elements in legacy skins not always aligning correctly
|
2023-07-21 21:48:03 +02:00 |
|
Bartłomiej Dach
|
2f6d125588
|
Merge pull request #24309 from peppy/tournament-team-editor-improvements
General improvements to tournament client team editor and buttons
|
2023-07-21 20:18:30 +02:00 |
|
Dean Herbert
|
fd2bdc10c7
|
Fix "key count" setting showing as "circle size" in osu!mania editor
Closes https://github.com/ppy/osu/issues/12904.
|
2023-07-21 18:52:29 +09:00 |
|
Dean Herbert
|
d23c73a2f1
|
Adjust with better numbers based off 1920x1080 resolution
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2023-07-21 17:25:38 +09:00 |
|
Dean Herbert
|
b5c3231feb
|
Fix SettingsNumberBox having additional margin
|
2023-07-21 15:46:28 +09:00 |
|
Dean Herbert
|
741c3b8d21
|
Reduce spacing in settings items
|
2023-07-21 15:39:40 +09:00 |
|
Dean Herbert
|
82a5ba66e1
|
Align mode switcher with rest of interface
|
2023-07-21 15:27:42 +09:00 |
|
Dean Herbert
|
cdcb10e0e7
|
Fix timeline centre point being ever-so-slight off
|
2023-07-21 15:26:41 +09:00 |
|
Dean Herbert
|
b58354ac64
|
Fix playfield getting cut off (again) at tall aspect ratios
|
2023-07-21 15:20:20 +09:00 |
|
Dean Herbert
|
f489dbd7a9
|
Reduce width of right toolbar ever so slightly (and use more shared constants)
|
2023-07-21 14:39:15 +09:00 |
|
Dean Herbert
|
870f3e324a
|
Adjust "test" button to better align with rest of interface
|
2023-07-21 14:26:33 +09:00 |
|
Dean Herbert
|
ca3d1538ae
|
Merge branch 'master' into editor-metrics
|
2023-07-21 14:26:32 +09:00 |
|
Bartłomiej Dach
|
c77d3cd6bd
|
Merge pull request #24294 from peppy/toggle-all-freemods
Add ability to toggle all free mods quickly at multiplayer song select
|
2023-07-20 22:32:53 +02:00 |
|
Bartłomiej Dach
|
07e0a703d7
|
Adjust inline comment
|
2023-07-20 20:51:39 +02:00 |
|
Bartłomiej Dach
|
708dd355cd
|
Merge branch 'master' into editor-cyclic-selection
|
2023-07-20 20:19:46 +02:00 |
|
Bartłomiej Dach
|
210e114f7d
|
Merge branch 'master' into editor-prefer-closest
|
2023-07-20 19:16:09 +02:00 |
|
Bartłomiej Dach
|
511948ba56
|
Add xmldoc to ApplySelectionOrder()
|
2023-07-20 19:16:04 +02:00 |
|
Dean Herbert
|
f791f21dcb
|
Update framework
|
2023-07-20 20:05:38 +09:00 |
|
Dean Herbert
|
d9d055361a
|
More realm analytic disables
|
2023-07-20 17:51:33 +09:00 |
|
Dean Herbert
|
c93d6a4008
|
Invert text colour when freemods is enabled for better contrast
|
2023-07-20 13:04:26 +09:00 |
|
Dean Herbert
|
18c5fc689f
|
Don't expose such specific information from ModSelectOverlay
|
2023-07-20 12:58:13 +09:00 |
|
Dean Herbert
|
4057fcd70e
|
Merge branch 'master' into toggle-all-freemods
|
2023-07-20 12:56:46 +09:00 |
|
NiceAesth
|
fa29c25097
|
Change check to use binary search
|
2023-07-20 00:32:35 +03:00 |
|
Bartłomiej Dach
|
285a232cc2
|
Merge pull request #24290 from peppy/beatmap-offset-all-difficulties
Change offset calibration control to adjust for all difficulties of the current beatmap set
|
2023-07-19 22:31:38 +02:00 |
|
Bartłomiej Dach
|
764029bde1
|
Fix nullability inspection
|
2023-07-19 19:23:08 +02:00 |
|
Dean Herbert
|
e47722565a
|
Clarify guard condition in RoomSubScreen
|
2023-07-19 19:39:10 +09:00 |
|
Dean Herbert
|
18aace177a
|
Fix deadlock when logging out while at the create match screen
Closes https://github.com/ppy/osu/issues/24275.
|
2023-07-19 19:37:38 +09:00 |
|
Dean Herbert
|
eb149942e5
|
Add ability to toggle all free mods quickly at multiplayer song select
|
2023-07-19 19:08:32 +09:00 |
|
Dean Herbert
|
61ff3d08d4
|
Change depth of LegacySongProgress to allow "skinning" via health bar background
|
2023-07-19 17:48:19 +09:00 |
|
Dean Herbert
|
e283845b71
|
Adjust legacy skin elements to better align with skinning expectations
|
2023-07-19 17:45:07 +09:00 |
|
Dean Herbert
|
cf3949c9e2
|
Fix double-click handling when cyclic selection is enabled
Removes the limitations of cyclic selection as a result.
|
2023-07-19 17:21:20 +09:00 |
|
Dean Herbert
|
5ec9cd84b2
|
Change offset calibration control to adjust for all difficulties of the current beatmap set
|
2023-07-19 17:13:19 +09:00 |
|
Dean Herbert
|
5ade093c5a
|
Change editor to always perform selection of closest object
|
2023-07-19 16:56:16 +09:00 |
|
Dean Herbert
|
55a41b0887
|
Fix overlap between header text and menu items
|
2023-07-19 15:13:20 +09:00 |
|
Dean Herbert
|
871056790b
|
Mark editor tile as non-localisable
|
2023-07-19 15:01:20 +09:00 |
|
Dean Herbert
|
7f336b8dac
|
Merge branch 'master' into editor-metrics
|
2023-07-19 15:00:51 +09:00 |
|
OliBomby
|
e7a9175aea
|
fix skin using wrong stream
|
2023-07-18 13:08:05 +02:00 |
|