Jaka Kranjc

Results 694 comments of Jaka Kranjc

Thanks. This is all our code and data though, GTK has nothing to do with it.

Shouldn't that nullptr be a Py_None? (In the assert replacement)

Thanks. Please also bump the minimum version to 3.12 then, since it appears FindPython is only available from that point onward. Something goes wrong on windows: > -- Could NOT...

VCPKG is versioned and we use a snapshot, so the py version shouldn't matter. The problem is somewhere between cmake and the host. Since 3.12 is on the host, I...

You can try with a ranged version: https://cmake.org/cmake/help/latest/command/find_package.html#basic-signature Something like `-DPYTHON_VERSION="3.10

Any plans on completing this work?

This is not about bumping the python version though. And the minimum cmake one was already sufficiently bumped in a different PR, so that part is not relevant any more.

Closing in favour of #2070

I bet that if you looked at git history, you'd find that these settings predate any reading of the game inis. There is value in keeping eg. the resolution in...

They get all loaded into the same dictionary? Ok, then, didn't know. That leaves just ctrl-f (`WindowManager::HotKey`) not using the same mechanism.