summaryrefslogtreecommitdiffstats
path: root/core/object.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Removes type information from vararg method bindsIgnacio Etcheverry2017-08-101-1/+1
* | Removes type information from method bindsIgnacio Etcheverry2017-08-101-8/+8
* | Adds missing type information to virtual method bindsIgnacio Etcheverry2017-08-101-1/+1
|/
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-8/+8
* Fix is_class check typo in ObjectDB::cleanupRuslan Mustakov2017-08-061-1/+1
* Made bool constructor explicit in Variant to avoid bugs, fixes #7843Juan Linietsky2017-08-051-6/+13
* function to add script and instance at once, as needed by neikeqJuan Linietsky2017-07-221-0/+11
* _get return type fixRamesh Ravone2017-07-181-1/+1
* Added a simpler/faster way to bind script languages instance wrappers to GodotJuan Linietsky2017-07-161-0/+24
* Bindings: Fix Object::get_meta return type.Andreas Haas2017-07-161-1/+1
* Merge pull request #9195 from kubecz3k/obj-incoming-connectionsRémi Verschelde2017-06-271-0/+16
|\
| * Ability to get a list of signals that are targeting objectJakub Grzesik2017-06-151-0/+16
* | -Added folding to property editor, persistent on objects it editsJuan Linietsky2017-06-251-0/+42
|/
* -Restored multithread capability to VisualServerJuan Linietsky2017-06-091-6/+6
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* fixed ClassDB inconsistenciesKarroffel2017-03-131-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-647/+528
* -begin of export work, not done yetJuan Linietsky2017-02-151-4/+4
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-36/+36
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-1/+2
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-7/+11
* -All types have editable script now in propertiesJuan Linietsky2017-01-091-2/+0
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-9/+36
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-68/+68
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Throw error when trying to emit a non-existing signal.Andreas Haas2016-09-251-0/+9
* Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky2016-09-101-0/+1
|\
| * Fix some warnings about unhandled switch casesJohan Manuel2016-08-131-0/+1
* | Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky2016-09-071-20/+4
* | More visual script workJuan Linietsky2016-08-251-29/+92
* | Allow documenting unexposed return types in bind_native_methodeska2016-08-061-1/+1
|/
* Remove unused variables (fourth pass) + dead codeRémi Verschelde2016-07-081-1/+1
* Object: get_signal_connection_list fixedJ08nY2016-06-211-8/+10
* Fix indentation issues in last commitsRémi Verschelde2016-06-071-3/+3
* Added function get_signals_connected_to_this_this()Juan Linietsky2016-06-061-0/+7
* Created a NodeDock with signals and groupsJuan Linietsky2016-06-041-0/+18
* Changed import workflowJuan Linietsky2016-05-271-0/+7
* Real-Time Remote Inspector supportJuan Linietsky2016-05-221-1/+1