itchio-opengamepadui-plugin/core
Jose Falanga 408991a693 Fix butlerd RPC -32700: normalize integral JSON floats to ints
Godot JSON.parse decodes every JSON number as a float, so integer ids
(7670) round-trip through JSON.stringify as 7670.0, which Go's int64
fields reject with RPC error -32700. Normalize at the parse boundary so
profile/game/upload ids serialize correctly.

Also drop the nonexistent 'fresh' parameter from Fetch.ProfileOwnedKeys.
2026-08-05 22:08:24 -03:00
..
install_location.gd Revert to threaded butlerd client; keep min-api 1.1.0; add InstallLocation stub 2026-08-05 20:43:32 -03:00
itch_client.gd Fix butlerd RPC -32700: normalize integral JSON floats to ints 2026-08-05 22:08:24 -03:00
itch_client.tscn Initial commit 2026-08-05 17:27:43 -03:00
itch_settings.gd Initial commit 2026-08-05 17:27:43 -03:00
itch_settings.tscn Initial commit 2026-08-05 17:27:43 -03:00
library_itch.gd Fix butlerd RPC -32700: normalize integral JSON floats to ints 2026-08-05 22:08:24 -03:00
library_itch.tscn Initial commit 2026-08-05 17:27:43 -03:00