summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation
Commit message (Collapse)AuthorAgeFilesLines
...
* Add option to allow echo events in menu shortcutsTomasz Chabora2023-08-161-0/+8
|
* Add compatibility notice after #78266Rémi Verschelde2023-08-071-0/+10
|
* Fix or workaround recent extension API compatibility issuesRémi Verschelde2023-08-031-8/+62
| | | | | | | - Add compatibility methods for `RenderingDevice::shader_create_from_bytecode` and `CodeEdit::get_text_for_symbol_loopup`. - Silence errors which now have compatibility methods. - Acknowledge GraphEdit/GraphNode compat breakage, intended and WIP.
* Add exceptions for breakage introduced in RD barriers and prevent future ↵Bastiaan Olij2023-07-281-0/+21
| | | | breakage
* Ensure `RID`, `Callable`, and `Signal` are stored as stringsNinni Pipping2023-06-221-0/+30
| | | | | Prevents parser errors in `.tscn` and `.tres` files where the assignment would otherwise be empty.
* Directly expose WebRTCPeerConnection::create_data_channel() to GDExtensionDavid Snopek2023-06-141-0/+4
|
* Update list of known breaking changes compared to 4.0-stable (3)RedworkDE2023-06-141-0/+10
|
* Update navigation obstacle APIsmix82023-06-121-2/+0
| | | | Updates navigation obstacle API.
* Update list of known breaking changes compared to 4.0-stable (2)RedworkDE2023-06-091-3/+4
|
* Make `Viewport::gui_get_focus_owner` constAaron Franke2023-06-021-0/+8
|
* Update extension api validationRedworkDE2023-05-241-65/+155
| | | | | | | | | - Ensure that multiple changes to one method cannot hide each other in the CI. - Check virtual methods for changes. - Compare the detailed changes to a method. - Compare enums. - Fix comparing global enums. - Use `vformat` to build error messages.
* Update list of known breaking changes compared to 4.0-stableRedworkDE2023-05-241-1/+23
|
* Allow validating the extension api against a reference version and a list of ↵RedworkDE2023-05-191-0/+197
known changes.