summaryrefslogtreecommitdiff
path: root/core/object.cpp
AgeCommit message (Expand)Author
2019-09-28Ensure object metadata is uniqueBojidar Marinov
2019-09-25Added some obvious errors explanationsqarmin
2019-08-18Merge pull request #31423 from Calinou/improve-node-signal-group-tooltipRémi Verschelde
2019-08-17Improve the scene tree signals/groups tooltipHugo Locurcio
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-07-22Revert "Expose "meta" to the Inspector"Rémi Verschelde
2019-07-19Merge pull request #22642 from YeldhamDev/inspector_metadataRémi Verschelde
2019-07-01Merge pull request #30126 from qarmin/remove_unnecessary_codeRémi Verschelde
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-06-27Merge pull request #30096 from akien-mga/doc-misc-updatesRémi Verschelde
2019-06-26doc: Proofread and complete various nodesRémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-05-20Merge pull request #27886 from LeonardMeagher2/obj_to_stringRémi Verschelde
2019-05-16Fix Object::get_indexed for simple properties.Fabio Alessandrelli
2019-05-09Change "ID" to lowercase "id"Aaron Franke
2019-05-03Allow overriding how scripted objects are converted to stringsLeonard Meagher
2019-04-26Undo support for locking and grouping for both 2D and 3DSintinium
2019-04-20Object::script may not be a valid Ref<Script>Hein-Pieter van Braam-Stewart
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-03-05Print errors comming from callvBojidar Marinov
2019-02-24Ensure all properties are refreshed when setting a script, fixes #24845Juan Linietsky
2019-02-18Fix warnings seen with warnings=all and recent GCC 8.2.marxin
2019-02-13Fix typos with codespellRémi Verschelde
2019-02-09Use script instance binding for objects constructed from C#Ignacio Etcheverry
2019-02-03Mono: Lifetime fixes for CSharpInstance and instance binding dataIgnacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-08Expose "meta" to the InspectorMichael Alexsander Silva Dias
2018-11-27Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky
2018-11-18Massive speed up on deleting nodes, fixes #18673Juan Linietsky
2018-11-16-Make sure monitorable cant be flipped while flushing queries, fixes #17330Juan Linietsky
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-10-29Moved folding outside the resource files, now saved outside the project.Juan Linietsky
2018-10-02Merge pull request #22297 from DualMatrix/no_more_method_not_found_errorRémi Verschelde
2018-09-29Fix dirty read of ObjectID counter when threads are involvedMarc Gilleron
2018-09-28Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde
2018-09-21Fixed method not found error when connecting with signal that fires in editorDualMatrix
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-25Merge pull request #16927 from neikeq/rework-refcount-notifyJuan Linietsky
2018-08-24Add print_verbose to print to stdout only in verbose modeRémi Verschelde
2018-08-23Notify instance binding data api of refcount increment/decrementIgnacio Etcheverry
2018-08-20Crash fixes for material and animtreeJuan Linietsky
2018-08-20Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky
2018-08-14Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde
2018-07-29Ensure one shot signals are not disconnected while edited, closes #7776Juan Linietsky
2018-07-29Fix case where exported properties value is lostIgnacio Etcheverry
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-18Several improvements to editor inspector usability and styleJuan Linietsky
2018-05-29Fix return type of _get() virtual methodGeorge Marques
2018-05-07Add is_instance_valid() method to GDScript, ending more than a decade of pain.Juan Linietsky
2018-01-12Bind many more properties to scriptsBojidar Marinov