summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Add support for indexed propertiesMikael Hermansson2023-07-261-9/+1
* Unregister custom classes in reverse registration orderKehom2023-06-191-3/+6
* Identifiers containing double underscore are reserved according to the C++ st...Andy Maloney2023-06-151-1/+1
* Ensure GDExtension class is the correct type for the Godot engine classDavid Snopek2023-05-162-0/+37
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-094-16/+16
* Fix incorrect memory allocation in release builds.bruvzg2023-02-211-6/+53
* Update error macros to match coreMikael Hermansson2023-01-221-31/+26
* Fix sign comparison warnings in class_db.cppAndy Maloney2023-01-191-4/+4
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-105-145/+145
* Extension header: amend const correctness of `p_args` parametersJan Haller2022-12-141-2/+2
* Rename GDNative to GDExtensionGilles Roudière2022-12-125-72/+72
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-032-7/+7
* Fixup after 243ec87918Rémi Verschelde2022-11-161-1/+1
* StringName is working fine with demo \o/Emmanuel Leblond2022-11-081-6/+6
* Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-083-85/+82
* Type `GDNativePropertyInfo.type` field as `GDNativeVariantType`Emmanuel Leblond2022-10-131-2/+2
* Merge pull request #876 from Daylily-Zeleen/Daylily-Zeleen/masterRémi Verschelde2022-10-071-22/+22
|\
| * Add detail infos for binding error message.daylilyzeleen2022-09-301-22/+22
* | Fix deriving a custom class with virtual methodsMarc Gilleron2022-09-211-5/+14
|/
* Change PropertyInfo members to String.bruvzg2022-09-141-11/+21
* Add support for BitField hint, sync API files.bruvzg2022-07-111-2/+2
* [Method Bind] Add support for default argument values and static method bindi...bruvzg2022-05-063-19/+45
* Update copyright yearRémi Verschelde2022-03-155-10/+10
* Port a bunch of Godot container templates to GDExtension.bruvzg2022-02-181-0/+13
* Add ERR_ macros variants using `String` messages.bruvzg2022-02-171-0/+34
* Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add missi...bruvzg2022-02-141-1/+1
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-284-13/+13
* Fully register class on register_class callBastiaan Olij2021-09-271-103/+77
* _err_print_error only output p_message so swapped parameters aroundBastiaan Olij2021-09-271-1/+1
* Add support for property groupsBastiaan Olij2021-09-271-2/+24
* Change initialization to allow custom level callbacksGeorge Marques2021-09-271-0/+1
* Silence delete compile warning in memory.h/cpp on WindowsBastiaan Olij2021-09-271-0/+19
* Fix issues with method callsGeorge Marques2021-09-271-1/+1
* Replace bindgins to work with extensionsGeorge Marques2021-09-2722-6516/+473
* Fixup style after #563Rémi Verschelde2021-09-271-1/+0
* Merge pull request #563 from LinwoodCloud/masterRémi Verschelde2021-09-271-1/+0
|\
| * Stop including iostream in Variant.hpp (to produce smaller binaries)kb10002021-05-231-1/+0
* | Merge pull request #601 from colugomusic/fix-string-args-constnessRémi Verschelde2021-09-271-2/+2
|\ \
| * | Fix argument constness in String::begins_with, String::ends_withColugo2021-08-221-2/+2
* | | Merge pull request #595 from Calinou/add-license-headersRémi Verschelde2021-09-2720-3/+573
|\ \ \
| * | | Add license headers to all source and header filesHugo Locurcio2021-08-0220-3/+573
| |/ /
* / / Fix Clang 11 build failure over -Wabsolute-valueSam2021-09-011-2/+2
|/ /
* | edited according to clang-formatDhruvMaroo2021-06-011-2/+2
* | used godot_string_new_copy to copyDhruvMaroo2021-05-311-2/+2
* | removed _deleted class memberDhruvMaroo2021-05-311-6/+1
* | added class member, safety check in the destructorDhruvMaroo2021-05-311-5/+8
* | changed spaces to tabsDhruvMaroo2021-05-301-2/+2
* | added move assignment operatorDhruvMaroo2021-05-301-0/+6
* | added mover constructorDhruvMaroo2021-05-301-0/+5
|/
* Populates incorrect constants for Vector2 and 3 types.Erik Abair2021-05-022-4/+4