David Snopek
David Snopek
I created a PR based on my comment above: https://github.com/godotengine/godot/pull/113754 However, that was before I saw @Bromeon's reply :-) > The legacy header needs to be constructible with information just...
Thanks for the report! When it crashes, I assume you're loading the GDExtension in a release build of Godot? Or, are you loading the release GDExtension in a debug version...
> [@dsnopek](https://github.com/dsnopek) if you think it worth while I can do some fresh analysis of the builds to make sure they're still in sync in terms of compile commands. Sure,...
Thanks! However, I'm not sure I understand why this is an error? The value of `CANVAS_LAYER_MIN` is `-2147483648` in Godot itself: https://github.com/dsnopek/godot/blob/c0c1c685621971c75c0f0f4aab85e8293c67a993/servers/rendering/rendering_server.h#L105 This is the code generated currently in godot-cpp:...
Looks like this one needs a rebase
All the suggestions for discouraging system-wide installation in the comments above sound pretty good to me > Installed here only means inside vcpkg, not system-wide. We also want to discourage...
Could someone share the exact steps that you would follow to use vcpkg to include godot-cpp in your project and compile it with project specific options (most importantly a custom...
I've filled in the docs for Tracy now too, so taking this out of draft! Given that I've only just tried Tracy for the first time, I'm very curious to...
@Ivorforce @AThousandShips Thanks for the review! I think I've integrated all your feedback in my latest push :-)
> To make line numbers show up correctly for tracy, **these two checkboxes in the player settings need to be checked**: Let's save this bit for a follow-up. I'd really...