summaryrefslogtreecommitdiffstats
path: root/core/object.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print errors comming from callvBojidar Marinov2019-03-051-13/+12
* Ensure all properties are refreshed when setting a script, fixes #24845Juan Linietsky2019-02-241-1/+1
* Fix warnings seen with warnings=all and recent GCC 8.2.marxin2019-02-181-16/+14
* Fix typos with codespellRémi Verschelde2019-02-131-1/+1
* Use script instance binding for objects constructed from C#Ignacio Etcheverry2019-02-091-3/+12
* Mono: Lifetime fixes for CSharpInstance and instance binding dataIgnacio Etcheverry2019-02-031-0/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky2018-11-271-2/+14
* Massive speed up on deleting nodes, fixes #18673Juan Linietsky2018-11-181-13/+13
* -Make sure monitorable cant be flipped while flushing queries, fixes #17330Juan Linietsky2018-11-161-0/+6
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-3/+4
* Moved folding outside the resource files, now saved outside the project.Juan Linietsky2018-10-291-25/+1
* Merge pull request #22297 from DualMatrix/no_more_method_not_found_errorRémi Verschelde2018-10-021-1/+4
|\
| * Fixed method not found error when connecting with signal that fires in editorDualMatrix2018-09-211-1/+4
* | Fix dirty read of ObjectID counter when threads are involvedMarc Gilleron2018-09-291-4/+5
* | Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde2018-09-281-1/+1
|/
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-8/+8
* Merge pull request #16927 from neikeq/rework-refcount-notifyJuan Linietsky2018-08-251-1/+6
|\
| * Notify instance binding data api of refcount increment/decrementIgnacio Etcheverry2018-08-231-1/+6
* | Add print_verbose to print to stdout only in verbose modeRémi Verschelde2018-08-241-3/+3
* | Crash fixes for material and animtreeJuan Linietsky2018-08-201-5/+11
* | Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-201-3/+20
* | Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde2018-08-141-9/+64
|\ \
| * | Fix case where exported properties value is lostIgnacio Etcheverry2018-07-291-9/+64
* | | Ensure one shot signals are not disconnected while edited, closes #7776Juan Linietsky2018-07-291-1/+9
|/ /
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-4/+4
* | Several improvements to editor inspector usability and styleJuan Linietsky2018-07-181-1/+5
* | Fix return type of _get() virtual methodGeorge Marques2018-05-291-0/+1
* | Add is_instance_valid() method to GDScript, ending more than a decade of pain.Juan Linietsky2018-05-071-4/+0
|/
* Bind many more properties to scriptsBojidar Marinov2018-01-121-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-84/+84
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-2/+2
* Fix a crash in get_static_property_type_indexedBojidar Marinov2017-11-241-0/+7
* Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-211-0/+123
* Fixed a bunch of typos, including an error code.Ross Hadden2017-09-211-1/+1
* Moved class_name and return_val to initializer listWilson E. Alvarez2017-09-141-6/+6
* DocData and type hints fixesIgnacio Etcheverry2017-08-291-1/+58
* Dead code tells no talesRémi Verschelde2017-08-271-196/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Fix double single quotes in `connect` error printPoommetee Ketson2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-2/+2
* Changed MethodBind API to request information from methods. It's much claner ...Juan Linietsky2017-08-231-0/+4
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-3/+3
* Rename localization method to `tr` againRémi Verschelde2017-08-181-4/+4
* Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde2017-08-171-9/+3
* Merge pull request #9987 from Rubonnek/move-members-to-initilization-listRémi Verschelde2017-08-111-71/+59
|\
| * Moved member variables from constructor to initialization listWilson E. Alvarez2017-08-081-71/+59
* | Fixes method definitions with extra number of argumentsIgnacio Etcheverry2017-08-101-1/+1