godot/modules/gdnative
Nathan Franke 49403cbfa0
Replace String comparisons with "", String() to is_empty()
Also:
- Adds two stress tests to test_string.h
- Changes to .empty() on std::strings
2021-12-09 04:48:38 -06:00
..
android
doc_classes Replace Godot docs URL with $DOCS_URL in XML class reference 2021-11-15 13:02:21 +01:00
gdnative Implement toast notifications in the editor 2021-10-14 13:30:54 +02:00
icons
include Rename PROPERTY_USAGE_NOEDITOR to PROPERTY_USAGE_NO_EDITOR 2021-11-03 23:06:17 +01:00
nativescript Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
pluginscript Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
tests Use C++ iterators for Lists in many situations 2021-07-23 17:38:28 -04:00
videodecoder Rename PROPERTY_USAGE_NOEDITOR to PROPERTY_USAGE_NO_EDITOR 2021-11-03 23:06:17 +01:00
config.py [Net/GDNative] Remove GDNative network bits. 2021-09-24 21:23:43 +02:00
gdnative_api.json Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
gdnative_builders.py Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
gdnative_library_editor_plugin.cpp align to horizontal_alignment, valign to vertical_alignment, related 2021-12-09 01:38:46 -06:00
gdnative_library_editor_plugin.h
gdnative_library_singleton_editor.cpp
gdnative_library_singleton_editor.h
gdnative.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
gdnative.h
register_types.cpp [Net/GDNative] Remove GDNative network bits. 2021-09-24 21:23:43 +02:00
register_types.h
SCsub Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00