Thaddeus Crews

Results 265 comments of Thaddeus Crews

cc @TokageItLab. I wanna be 100% sure this can't cause #91710 again.

The order of operations changes in this PR should make it impossible to pull something from the wrong path, if it exists on the mingw_prefix bin path in the first...

Double-checked my local repo & was getting a similar error as well, but thankfully it was an easy fix! I failed to migrate the `print_error` function to the godot-cpp equivalent...

Ah! That's what I was refering to when I mentioned the `` wrapper. Godot's repo has a built-in converter in its `SConstruct`, but it [also mentioned](https://github.com/godotengine/godot/blob/c83f912bcb33d441b90afe36bad38880acbe5f15/SConstruct#L992) wanting to upgrade to...

There doesn't appear to be any `setup.py` in the repo, and any install script provided downloads the latest Python version anyway, so I'll make the version check in the script...

You know what, let's just make it 3.8 outright. Even if it's not strictly necessary, we're bumping up the version regardless; might as well do so to a version that's...

@sergiou87 Checking up on if there's anything that needs to be done on my end for this PR; it's been a bit since I last touched it, so now everything...

Echoing the previous comment; very excited to see this merged to the main branch!