godot/core/extension
A Thousand Ships a0dbdcc3ab
Replace `find` with `contains/has` where applicable
* Replaces `find(...) != -1` with `contains` for `String`
* Replaces `find(...) == -1` with `!contains` for `String`
* Replaces `find(...) != -1` with `has` for containers
* Replaces `find(...) == -1` with `!has` for containers
2024-05-08 12:37:42 +02:00
..
SCsub SCons: Convert remaining `run_in_subprocess` to `env.Run` 2024-03-10 14:01:23 -05:00
extension_api_dump.cpp Replace `find` with `contains/has` where applicable 2024-05-08 12:37:42 +02:00
extension_api_dump.h Optionally include documentation in GDExtension API dump 2023-09-26 21:39:24 +02:00
gdextension.cpp Reduce and prevent unnecessary random-access to `List` 2024-05-04 16:08:55 +02:00
gdextension.h GDExtension: provide `free_property_list_func` with length of array 2024-04-27 14:13:17 +02:00
gdextension_compat_hashes.cpp Fix `gdextension_compat_hashes.cpp` for double precision builds 2024-02-10 19:05:33 -06:00
gdextension_compat_hashes.h Check that GDExtensionCompatHashes are valid when generating extension_api.json 2023-11-16 06:40:06 -06:00
gdextension_interface.cpp Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00
gdextension_interface.h Fix various typos with codespell 2024-05-07 10:08:42 +02:00
gdextension_manager.cpp Fix StringName leaks in GDExtension, core, and editor themes 2023-10-18 17:36:20 +02:00
gdextension_manager.h Fix StringName leaks in GDExtension, core, and editor themes 2023-10-18 17:36:20 +02:00
make_interface_dumper.py SCons: Remove `run_in_subprocess` dependency 2024-03-11 13:20:09 -05:00
make_wrappers.py SCons: Remove `run_in_subprocess` dependency 2024-03-11 13:20:09 -05:00