summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #1238 from dsnopek/variant-call-callpDavid Snopek2023-09-211-6/+14
|\
| * Fix variant call compiler errorMatthew Murphy2023-09-091-6/+14
* | Update for addition of `get_virtual_call_data_func` and `call_virtual_func` t...David Snopek2023-09-201-0/+2
* | Merge pull request #1245 from AThousandShips/alloc_fixDavid Snopek2023-09-201-2/+5
|\ \
| * | Fix allocation size overflow check in `CowData`A Thousand Ships2023-09-191-2/+5
* | | Merge pull request #1242 from AThousandShips/null_checkDavid Snopek2023-09-207-14/+14
|\ \ \
| * | | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-137-14/+14
| |/ /
* | | Merge pull request #1164 from dsnopek/classdb-singleton-alternateDavid Snopek2023-09-192-3/+10
|\ \ \ | |/ / |/| |
| * | Add static methods to `ClassDB` for the methods bound to the `ClassDB` singletonDavid Snopek2023-07-312-3/+10
* | | Support `_validate_property()`David Snopek2023-09-123-0/+38
* | | Merge pull request #970 from Daylily-Zeleen/daylily-zeleen/register_unexposed...David Snopek2023-09-111-2/+11
|\ \ \
| * | | Implement register unexposed class.Daylily-Zeleen2023-09-041-2/+11
* | | | Merge pull request #1214 from dsnopek/ptrtoarg-native-structDavid Snopek2023-09-081-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Ensure that PtrToArg specializations for native structs are usedDavid Snopek2023-08-151-0/+2
* | | | Ensure `const` correctness for wrappersA Thousand Ships2023-09-061-9/+9
| |/ / |/| |
* | | Merge pull request #1228 from Bromeon/bugfix/yet-another-boolDavid Snopek2023-09-021-2/+2
|\ \ \
| * | | GDExtension: fix `bool` unknown in CJan Haller2023-09-021-2/+2
* | | | Merge pull request #1091 from Daylily-Zeleen/daylily-zeleen/implement_builtin...David Snopek2023-09-021-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Implement vararg methods of builtin classes.Daylily-Zeleen2023-07-031-0/+2
* | | | Fix `Object::notification` orderMarkus Sauermann2023-08-303-8/+8
* | | | Add support for placeholder_script_instance_create/updateDavid Snopek2023-08-281-0/+2
* | | | Add remaining component-wise `min/max` functions to `Vector*`A Thousand Ships2023-08-164-0/+32
* | | | Fix forgotten not operatorAdam Scott2023-08-161-1/+1
* | | | Fix Clang deprecated builtinsAdam Scott2023-08-151-5/+6
| |/ / |/| |
* | | Implement `String::resize()`David Snopek2023-07-311-0/+1
| |/ |/|
* | Merge pull request #1184 from Zylann/fix_get_property_list_calling_parentDavid Snopek2023-07-262-30/+29
|\ \
| * | Don't call parent _get_property_list when a class doesn't define it.Marc Gilleron2023-07-262-30/+29
| |/
* | Merge pull request #1186 from mihe/indexed-propertiesDavid Snopek2023-07-263-9/+2
|\ \
| * | Add support for indexed propertiesMikael Hermansson2023-07-263-9/+2
| |/
* / Attempt to fully implement CharStringDavid Snopek2023-06-222-55/+78
|/
* Unregister custom classes in reverse registration orderKehom2023-06-191-0/+3
* Identifiers containing double underscore are reserved according to the C++ st...Andy Maloney2023-06-155-97/+97
* Revert the changes from PR #1044 and #1045 and standardize on `Object **` enc...David Snopek2023-06-072-5/+6
* Merge pull request #1114 from dsnopek/editor-pluginsRémi Verschelde2023-05-261-0/+2
|\
| * Add support for adding/removing editor pluginsDavid Snopek2023-05-161-0/+2
* | Merge pull request #1116 from saki7/Ref-allow-non-const-accessDavid Snopek2023-05-241-14/+3
|\ \
| * | Change Ref<T> to allow non const access to ptrNana Sakisaka2023-05-171-14/+3
| |/
* / Ensure GDExtension class is the correct type for the Godot engine classDavid Snopek2023-05-166-17/+31
|/
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-098-28/+162
* Merge pull request #1045 from zhehangd/fix_ref_crashRémi Verschelde2023-04-041-6/+9
|\
| * Fix PtrToArg<Ref<T>> crashZhehang Ding2023-02-151-6/+9
* | Merge pull request #1044 from zhehangd/fix_obj_ptr_crashRémi Verschelde2023-04-011-2/+6
|\ \
| * | Fix PtrToArg<Object*> crashZhehang Ding2023-03-301-2/+6
| |/
* | Fix incorrect memory allocation in release builds.bruvzg2023-02-212-10/+14
* | Revert "Fix Object::cast_to<T>() for custom classes"David Snopek2023-02-161-2/+2
|/
* Fix Object::cast_to<T>() for custom classesDavid Snopek2023-02-111-2/+2
* Merge pull request #1011 from mihe/error-macrosRémi Verschelde2023-02-071-134/+323
|\
| * Update error macros to match coreMikael Hermansson2023-01-221-134/+323
* | Update typed array API to match "GDScript: Fix typed arrays".bruvzg2023-01-311-23/+19
* | Merge pull request #982 from WildRackoon/templates-add-LocalVectorRémi Verschelde2023-01-301-0/+339
|\ \