godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.69k stars 528 forks source link

[IMPORTANT] godot-cpp commits to use to match official 4.3 beta releases #1475

Closed dsnopek closed 1 month ago

dsnopek commented 4 months ago

Like we did for previous Godot 4.x versions (with #874, #1136, and #1267), this pinned issue will be used to list the godot-cpp commits which are in sync with matching Godot 4.3 beta and RC snapshots.

To benefit from non-compat breaking changes to godot-cpp on an older snapshot, you might be able to get it to work by using godot-cpp master and syncing the contents of gdextension manually with the official snapshot you're using (i.e. dumping the extension API and GDExtension interface with godot --dump-extension-api --dump-gdextension-interface).

fatduckling commented 1 month ago

Hi, can you please add 4.3 RC1?

dsnopek commented 1 month ago

Sorry, I forgot to synchronize with Godot 4.3-beta3 and 4.3-rc1. However, the commit listed above for 4.3-beta2 should also work with both those versions.

I've just synchronized with Godot 4.3-rc2 which came out yesterday.

I'll try not to forget again for any future beta's/rc's!

dsnopek commented 1 month ago

Closing now that Godot 4.3-stable is out!

fatduckling commented 1 month ago

Thanks very much! @dsnopek