summaryrefslogtreecommitdiffstats
path: root/core/object
Commit message (Expand)AuthorAgeFilesLines
* Properly report Callable bound argumentsJuan Linietsky2023-01-081-1/+1
* Merge pull request #64253 from heppocogne/Fix-native-enum-release-1Rémi Verschelde2023-01-061-14/+5
|\
| * Register native base class name of enum types when release buildheppocogne2022-12-301-14/+5
* | One Copyright Update to rule them allRémi Verschelde2023-01-0521-609/+609
* | Improve logic around using Ref<T> with GDExtension virtual functionsBastiaan Olij2022-12-131-0/+3
* | Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde2022-12-126-89/+89
|\ \
| * | Rename all gdnative occurences to gdextensionGilles Roudière2022-12-126-89/+89
* | | Fix unable to disconnect signal in Editor once createdMicky2022-12-081-0/+1
|/ /
* | Merge pull request #69343 from YuriSizov/core-missing-property-revert-gettersRémi Verschelde2022-12-051-0/+2
|\ \
| * | Add missing public property_*_revert gettersYuri Sizov2022-11-291-0/+2
* | | Merge pull request #69357 from TokageItLab/byebye-triggerRémi Verschelde2022-12-051-16/+15
|\ \ \
| * | | Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/PlayerSilc Renew2022-12-021-16/+15
| |/ /
* / / Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-023-28/+28
|/ /
* | Merge pull request #67680 from haasanen/fix_physics_thread_race_conditionRémi Verschelde2022-11-291-1/+3
|\ \
| * | Fixes HashMap::erase related race condition in WorkerThreadPool when Physics ...Simo Haasanen2022-10-201-1/+3
* | | Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resourcesRémi Verschelde2022-11-241-0/+4
* | | Fixes inability to assign script after clearingocean (they/them)2022-11-211-2/+4
* | | Remove `PROPERTY_HINT_IMAGE_COMPRESS` constantsMicky2022-11-151-2/+0
* | | Merge pull request #67963 from KoBeWi/den_of_actionsRémi Verschelde2022-11-142-0/+5
|\ \ \
| * | | Fix nested actions in EditorUndoRedoManagerkobewi2022-10-282-0/+5
| |/ /
* | | Revert removal of GDNativeExtensionScriptInstanceInfo::get_property_type_func...Emmanuel Leblond2022-11-121-13/+7
* | | Fix default values on virtual classes causing errors in projectsAaron Franke2022-11-091-1/+1
* | | Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-084-28/+39
* | | Fix default values not showing up on virtual classesAaron Franke2022-11-061-1/+1
* | | Don't allow instancing virtual node types in the Create New Node dialogAaron Franke2022-11-051-1/+7
* | | Merge pull request #67693 from Mickeon/slight-hint-shufflingRémi Verschelde2022-11-021-1/+1
|\ \ \
| * | | Fix unordered values of PROPERTY_HINT_INT_IS_POINTER & ARRAY_TYPEMicky2022-10-211-1/+1
| |/ /
* | | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-3/+3
|\ \ \
| * | | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-3/+3
| |/ /
* / / Minor code improvementskobewi2022-10-181-1/+1
|/ /
* | GDExtension: add support for abstract and virtual classesRicardo Buring2022-10-162-1/+6
* | Merge pull request #66427 from Mickeon/object-methods-autocompletionRémi Verschelde2022-10-131-0/+40
|\ \
| * | Add autocompletion to several Object methodsMicky2022-09-261-0/+40
* | | Merge pull request #67300 from Mickeon/indexed-objectionRémi Verschelde2022-10-121-2/+2
|\ \ \
| * | | Rename `set`/`get_indexed`'s "property" to "property_path"Micky2022-10-121-2/+2
* | | | Fix _unnamed_arg so that arguments defined by GDExtension show up in docs.Quentin Quaadgras2022-10-121-1/+3
|/ / /
* | | Implement ScriptExtension::get_documentationEmmanuel Leblond2022-10-111-1/+4
* | | SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-101-3/+1
* | | SCons: Cleanup GCC warnings configurationRémi Verschelde2022-10-101-48/+0
* | | Validate input in `ScriptServer::register_language`Haoyu Qiu2022-10-081-0/+1
* | | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-6/+6
* | | free NativeExtensionMethodBinds on unregisterWaridley2022-10-051-1/+5
* | | Merge pull request #66839 from aaronfranke/editor-prop-hide-sliderRémi Verschelde2022-10-051-1/+1
|\ \ \
| * | | Fix hide_slider vs no_slider inconsistency in editor property codeAaron Franke2022-10-031-1/+1
* | | | Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android buildRémi Verschelde2022-10-031-22/+0
|/ / /
* | | Fix typos with codespellRémi Verschelde2022-09-301-1/+1
* | | Rename `script_instance` to `_script_instance` in the `GDVIRTUAL*` wrappers t...bruvzg2022-09-281-6/+6
* | | MethodBind: Silence GCC `-Wmaybe-uninitialized` caused by UBSANRémi Verschelde2022-09-261-0/+8
|/ /
* | Merge pull request #66110 from Zylann/reference_get_countRémi Verschelde2022-09-222-2/+3
|\ \
| * | Rename and expose `RefCounted::get_reference_count()`Marc Gilleron2022-09-212-2/+3