David Snopek

Results 604 comments of David Snopek

This is marked to be cherry-picked to 4.2 and 4.1, but it hasn't been done yet

Cherry-picked for 4.1 in PR https://github.com/godotengine/godot-cpp/pull/1411

Cherry-picked for 4.2 in PR https://github.com/godotengine/godot-cpp/pull/1410

I usually copy over the specific `gdextension_interface.h` changes that a PR is related to and skip any others, since we end up with different PRs adding support for each feature....

I've removed the cherry-pick of PR https://github.com/godotengine/godot-cpp/pull/1357 for now

Thanks! This is an interesting feature. However, one of the design goals of godot-cpp is to provide the same API as is available internally in Godot itself. So, for this...

Thanks! However, as I wrote on the proposal: one of godot-cpp's design goals is to have the same API as internally in the engine (at least as much as possible),...

Thanks! The cmake configuration really could use a rewrite to be closer to what we have in scons, both functionally and structurally, which is what it looks like your PR...

Thanks! It'd be really great to get some more review on this, especially from folks who depend on the current cmake build, to ensure that it will still work for...

Thanks! When you talk about debug vs release builds, are you referring to debug/release builds of Godot or debug/release builds of your GDExtension? Or, always paired (debug Godot build with...