Commit Graph

26 Commits

Author SHA1 Message Date
Thaddeus Crews 5d0ddf6803 Merge pull request #119635 from YeldhamDev/flip_those_ratings
Improve the look of the asset rating indicator
2026-05-25 11:19:04 -05:00
Michael Alexsander f83613ac1e Improve the visual of the Asset Store's page selector 2026-05-24 19:00:06 -03:00
Michael Alexsander f8a88578f5 Improve the look of the asset rating indicator 2026-05-21 12:47:42 -03:00
Thaddeus Crews 8608217082 Merge pull request #119608 from YeldhamDev/assetlib_duck_typing_no_more
Fix template assets not being exclusive to the project manager
2026-05-21 09:25:07 -05:00
Michael Alexsander cec95a3305 Fix template assets not being exclusive to the project manager 2026-05-20 15:21:32 -03:00
Michael Alexsander 0a8101a25d Show "Verified" badge for verified asset authors 2026-05-20 14:55:53 -03:00
Fredia Huya-Kouadio 5f7b82e20f Fix reported crashes from the Play store
- Fixes https://play.google.com/console/u/0/developers/5310120689138741555/app/4972363226496209566/vitals/crashes/6747aea8b031aa6718dfd3909b7c2879/details?days=28&isUserPerceived=true&versionCode=40700105

- Fixes https://play.google.com/console/u/0/developers/5310120689138741555/app/4972363226496209566/vitals/crashes/0f8b9c9f9936f3b8e7027940a99a5c85/details?days=28&isUserPerceived=true&versionCode=40700105
2026-05-15 10:53:08 -07:00
Thaddeus Crews 83e42d041d Merge pull request #119126 from YeldhamDev/assetlib_version_fixes
Fix version querying problems in the asset store
2026-05-05 10:30:05 -05:00
Michael Alexsander d3b8f04183 Fix version querying problems in the asset store 2026-05-04 11:43:26 -03:00
Michael Alexsander 5eacca38fe Move asset store repo list to the editor settings file and rename it 2026-04-24 20:22:41 -03:00
Michael Alexsander 1255bdf434 Fix scroll hint margins in the asset library 2026-04-16 20:48:58 -03:00
Michael Alexsander 2b835503cf Improve asset store and port it to the new API 2026-04-11 12:56:08 -03:00
Thaddeus Crews c86601bc4d Merge pull request #116971 from KoBeWi/longcut
Use `open_search` shortcut instead of hard-coded events
2026-03-04 11:20:38 -06:00
Rémi Verschelde eabb9a63d4 Rename callable_method_pointer.h to callable_mp.h and include it explicitly
This allows removing it from `class_db.h`, significantly reducing the amount of files
that include it transitively.

Also includes some include cleanup in `control.h` and `rich_text_label.h` done while
ensure they don't depend on `callable_mp`.
2026-03-04 16:23:23 +01:00
Rémi Verschelde 765362b033 Explicitly include core/config/engine.h where used 2026-03-04 10:17:10 +01:00
Rémi Verschelde f332faf46b Explicitly include core/os/os.h where used 2026-03-04 09:54:10 +01:00
kobewi d34bfe89fd Use open_search shortcut instead of hard-coded events 2026-03-02 18:50:45 +01:00
Thaddeus Crews e380a41752 Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
Michael Alexsander da561cd619 More scroll hint work around the editor 2026-01-06 18:34:20 -03:00
Michael Alexsander d81ed63fc5 Enable scroll hints and background panel in the AssetLib 2025-12-18 17:31:40 -03:00
Rémi Verschelde edb6ae1f75 Merge pull request #113017 from YeldhamDev/finicky_little_thing
Fix extra spacing in author names when opening the asset dialog
2025-12-02 14:16:21 +01:00
kobewi c1cc178a82 Make EditorFileDialog inherit FileDialog 2025-12-02 12:30:51 +01:00
Michael Alexsander 37ff5dd99e Fix extra spacing in author names when opening the asset dialog 2025-11-21 11:31:57 -03:00
Michael Alexsander 0129ffd466 Fix author names not showing up in the AssetLib 2025-10-30 15:47:48 -03:00
Michael Alexsander 687aa56ec8 Add text trimming in LinkButton 2025-10-27 10:53:31 -03:00
A Thousand Ships f11aff3841 Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00