Commit Graph

1541 Commits

Author SHA1 Message Date
iiSaLMaN affd0b2878 Fix build issues 2019-07-21 12:34:52 +03:00
iiSaLMaN 57fc5cbda8 Fix CI issues 2019-07-21 12:29:06 +03:00
iiSaLMaN 87fb22352c glowingText -> blurredText 2019-07-21 12:28:55 +03:00
iiSaLMaN 9d7f6abbdd Remove unnecessary field 2019-07-21 12:18:31 +03:00
iiSaLMaN ed0ef90613 Separate glowing sprite text into it's own class 2019-07-21 12:14:55 +03:00
Dean Herbert 5696d79423 Use TriangleBatch 2019-07-19 23:47:48 +09:00
Dean Herbert 024f136d82 Reduce buffer count by one 2019-07-19 14:24:11 +09:00
Dean Herbert 95f36c36c4 Late-initialize vertex batch for safety 2019-07-19 01:52:53 +09:00
Dean Herbert a23bb3a6b3 Account for headless nulls (but how?) 2019-07-19 01:14:55 +09:00
Dean Herbert 00f1d1b53c Reduce Triangle drawnode overhead by ~90%
This was never batching, ever. Pointless memory overhead.
2019-07-19 00:53:00 +09:00
Dean Herbert d92f6c762b Fix potential nullref 2019-07-15 11:53:16 +09:00
Dean Herbert 2186ffda55 Avoid unnecessarily creating buffered container for zero-blur 2019-07-15 11:46:41 +09:00
Dean Herbert d093eb6660 Mark sprite read-only 2019-07-15 11:45:15 +09:00
Dean Herbert 8b67f88d16 Don't expose dimmable container creation in player 2019-07-12 12:04:45 +09:00
Dean Herbert 46f7bb885b Move classes to local namespaces
Also renames test scene to more appropriate name.
2019-07-12 11:50:06 +09:00
Dean Herbert b5ca7faca4 Move default value for EnableUserDim to base class 2019-07-12 11:40:38 +09:00
Dean Herbert 0d9f978857 Don't expose DimContainer 2019-07-12 11:38:15 +09:00
David Zhao 932243cfd4 public before private 2019-07-11 14:14:00 +09:00
David Zhao ac170a6957 add comment and cleanup 2019-07-11 14:00:25 +09:00
David Zhao 321266e96f Make UserDimContainer abstract 2019-07-11 13:17:28 +09:00
David Zhao 7929104b8a move default into StoryboardContainer, fix load bug, remove comment 2019-07-10 12:24:05 +09:00
David Zhao 5bb21ecae0 remove storyboard region 2019-07-09 16:50:37 +09:00
David Zhao 1b5fadf93f move comment to more relevant location 2019-07-09 16:38:12 +09:00
David Zhao 89cb8a0cac Move storyboard initialization to new StoryboardContainer 2019-07-09 16:23:59 +09:00
Dean Herbert 38dceddc27 Fix file ordering 2019-07-05 10:07:45 +09:00
Joehu ae7da2557e Fix initial colour of leaderboard mod filter 2019-07-04 13:24:13 -07:00
Dean Herbert db3e9c7e60
Fix WaveOverlayContainer being always present (#5210)
Fix WaveOverlayContainer being always present
2019-07-04 00:35:22 +09:00
Dean Herbert 23acddcb56 Rename download buttons to avoid ambiguity 2019-07-03 12:02:35 +09:00
Dean Herbert 466bc7f28a
Merge branch 'master' into watch-replays-4 2019-07-03 11:47:10 +09:00
Dean Herbert e1d0d26669 Add a note about local optimisation that may not be required in the future 2019-07-03 00:21:16 +09:00
Dean Herbert 2fcd428d73
Merge branch 'master' into fix-overlay-presence 2019-07-02 23:40:49 +09:00
Dean Herbert 93511266e5 Fix waves not displaying at all 2019-07-02 22:33:33 +09:00
naoey ee516d2515
Make direct panel download and replay buttons share UI 2019-07-02 15:55:30 +05:30
Dean Herbert 7b2227c505 Fix xmldoc 2019-07-02 17:47:19 +09:00
Dean Herbert 6c7b97931e Avoid using a BufferedContainer for backgrounds unless required 2019-07-02 17:45:46 +09:00
Dean Herbert d27a0db45c Enforce StartHidden on relevant overlays 2019-07-02 15:23:47 +09:00
Dean Herbert 2645967dc4 Fix wave-based overlays always being present before initial display 2019-07-02 15:17:35 +09:00
smoogipoo 23df1a5d42 Merge remote-tracking branch 'HollyHacker/master' into abstract-menu 2019-06-28 13:42:56 +09:00
Dean Herbert 7d5554c2ac
Re-use the back button game-wide (#5149)
Re-use the back button game-wide

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-06-25 20:50:28 +09:00
Dean Herbert f51be4c4fe Adjust transitions a tad 2019-06-25 20:23:34 +09:00
Dean Herbert 75b78d5e27
Reduce size of dropdown chevron (#5150)
Reduce size of dropdown chevron

Co-authored-by: Dan Balasescu <1329837+smoogipoo@users.noreply.github.com>
2019-06-25 20:05:52 +09:00
Dean Herbert a3de369c20 Reduce size of dropdown chevron 2019-06-25 19:32:00 +09:00
Dean Herbert 8c02709d74
Merge branch 'master' into fix-dropdown-styling 2019-06-25 19:28:37 +09:00
smoogipoo 5b294ba419 Adjust backbutton animation 2019-06-25 18:33:35 +09:00
smoogipoo d9927204f8 Relieve OsuScreen of back button input duties 2019-06-25 18:33:18 +09:00
jorolf 4d8f49b9bc update code to work with https://github.com/ppy/osu-framework/pull/2568 2019-06-24 23:17:07 +02:00
Dan Balasescu 18d64df0c4
Merge branch 'master' into add-numberbox 2019-06-24 15:22:30 +09:00
Unknown 16a4805f1f add OsuNumberBox with basic tests 2019-06-21 15:04:52 +02:00
smoogipoo 7054f54a64 Use OsuScrollContainer for osu menus 2019-06-21 12:33:49 +09:00
Dean Herbert 133c1fc0f1
Merge branch 'master' into remove-osu-checkbox-bindable 2019-06-20 11:33:39 +09:00