Revolutionary-Games / Thrive

The main repository for the development of the evolution game Thrive.
https://revolutionarygamesstudio.com/
Other
2.81k stars 501 forks source link

Update GodotSteam version and int usage #2818

Closed hhyyrylainen closed 2 years ago

hhyyrylainen commented 2 years ago

as many APIs from Steam return ulongs actually and they are now handled as ints, it works for now but that is pretty hacky, and will break anyway once GodotSteam version is updated

hhyyrylainen commented 2 years ago

For example: GodotSteam return subscribed items list has return type issues int whereas should b

hhyyrylainen commented 2 years ago

Turns out this is a Godot limitation that probably won't be fixed until 4.0: https://github.com/godotengine/godot/issues/57141 I've updated the used GodotSteam version on a branch.