|
|
e3281f7587
|
readability: rename constants, extract poll intervals, remove dead code
- BOXART_DIR, META_CACHE_FILE, _meta_cache_dir, _enriched_meta
- _find_game_dict, _combine_side_by_side(left, right)
- CONNECT_POLL_DELAY_MS, READ_POLL_DELAY_MS, LOG_URL_MAX_LEN
- Remove dead _cover_url function
- Fix fall-through comment, boxart_provider variable name
|
2026-08-19 16:41:33 -03:00 |
|
|
|
75f0463bc6
|
readability: extract magic constants
- HTTP_TIMEOUT_MS for HTTP connection/request timeout
- SCREENSHOT_REGEX_PATTERN for itch.io screenshot URL regex
|
2026-08-19 16:20:21 -03:00 |
|
|
|
d06cba872c
|
GIF handling: skip GIFs in HTTPImageFetcher, filter GIF screenshots, fallback portrait URLs
Build plugin / build (push) Successful in 1m11s
- HTTPImageFetcher: skip GIF requests early (Godot can't decode), add webp support, try fallback formats
- Art provider: filter GIF screenshots from banners, prefer non-GIF cover URLs via _best_portrait_url
- Fix variable ordering bug (meta used before definition)
|
2026-08-17 11:07:54 -03:00 |
|
|
|
8a5dc41064
|
Add comprehensive logging to art provider for diagnosing missing art
Build plugin / build (push) Successful in 1m11s
|
2026-08-17 10:55:56 -03:00 |
|
|
|
a4834a39eb
|
Bump version to v0.1.2
Build plugin / build (push) Successful in 1m9s
|
2026-08-17 01:53:02 -03:00 |
|
|
|
4efe3a9110
|
Combine two screenshots side-by-side for banner layout
Build plugin / build (push) Successful in 1m8s
|
2026-08-17 01:51:54 -03:00 |
|
|
|
8e0e5bfedf
|
Skip GIF screenshots to avoid ungrabbable animated images
Build plugin / build (push) Has been cancelled
|
2026-08-17 01:50:21 -03:00 |
|
|
|
cb26d9931c
|
Initial commit: itch.io box art provider for OpenGamepadUI
Build plugin / build (push) Successful in 1m10s
|
2026-08-16 20:17:35 -03:00 |
|