itchio-opengamepadui-artpro.../core
Jose Falanga ce30f647c8
All checks were successful
Build plugin / build (push) Successful in 1m9s
fix: remove broken coroutine pattern that caused parse error
GDScript coroutines cannot be stored without await like JS Promises.
Removed _pending_gif_requests and _do_fetch_gif_as_texture — the race
condition is not a practical issue since Godot is single-threaded and
the cache check prevents duplicate work after the first request completes.

Bump to v0.1.15
2026-08-19 23:57:58 -03:00
..
artprovider_settings.gd feat: animated GIF covers with config toggle and focus-based pausing 2026-08-19 21:11:04 -03:00
artprovider_settings.tscn feat: animated GIF covers with config toggle and focus-based pausing 2026-08-19 21:11:04 -03:00
boxart_itch.gd fix: remove broken coroutine pattern that caused parse error 2026-08-19 23:57:58 -03:00
boxart_itch.tscn Initial commit: itch.io box art provider for OpenGamepadUI 2026-08-16 20:17:35 -03:00