aboutsummaryrefslogtreecommitdiff
path: root/core/object.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-34/+34
* 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
* First version of ProfilerJuan Linietsky2016-05-211-0/+1
* New reworked AnimatedSprite!Juan Linietsky2016-05-141-0/+5
* remove trailing whitespaceHubert Jarosz2016-03-091-30/+30
* -make signals throw an error when target method is not found, fixes #2036Juan Linietsky2016-01-041-67/+53
* Merge pull request #3184 from vnen/update-copyright-2016Juan Linietsky2016-01-011-1/+1
|\
| * Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* | introspection of signals and signal connections from GDScript was not working...Juan Linietsky2016-01-011-16/+53
|/
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-2/+2
* replaced :var by :Variant in documentation, fixes #2897Juan Linietsky2015-12-141-1/+1
* Fix error message when using is_connected with a script signalFranklin Sobrinho2015-12-111-0/+4
* -Display on animation editor which keys are invalid and which tracks are unre...Juan Linietsky2015-12-051-3/+24
* fixed crash when creating new object with wrong number of argumentsadmix2015-11-281-1/+4
* Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-291-2/+5
* added ability to define signals in scriptJuan Linietsky2015-06-241-0/+9
* Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-221-0/+58
* work in progress, resource previewsJuan Linietsky2015-05-311-1/+1
* improved animation editorJuan Linietsky2015-05-251-0/+33
* -Rename unexisting by nonexistant, closes #1940Juan Linietsky2015-05-181-4/+4