summaryrefslogtreecommitdiffstats
path: root/core/object.h
Commit message (Expand)AuthorAgeFilesLines
* Implement a cleaner (and better) way to save imagedata from ImageTexture, fix...Juan Linietsky2019-02-211-0/+1
* Use script instance binding for objects constructed from C#Ignacio Etcheverry2019-02-091-0/+1
* Mono: Lifetime fixes for CSharpInstance and instance binding dataIgnacio Etcheverry2019-02-031-0/+1
* Added a flag to specify an exported node path must be supplied from scene roo...Juan Linietsky2019-01-141-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* -Make sure monitorable cant be flipped while flushing queries, fixes #17330Juan Linietsky2018-11-161-0/+1
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-6/+3
* Moved folding outside the resource files, now saved outside the project.Juan Linietsky2018-10-291-0/+3
* Fix mismatched class/struct definition warnings [-Wmismatched-tags]Rémi Verschelde2018-10-011-1/+1
* Fix unnecessary parentheses warnings with GCC 8 [-Wparentheses]Rémi Verschelde2018-09-301-8/+8
* -Lightmap and lightmap capture support for GLES2Juan Linietsky2018-09-281-0/+1
* Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde2018-09-281-2/+2
* 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-2/+4
|\
| * Notify instance binding data api of refcount increment/decrementIgnacio Etcheverry2018-08-231-2/+4
* | Crash fixes for material and animtreeJuan Linietsky2018-08-201-0/+2
* | Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-201-1/+4
* | Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde2018-08-201-0/+1
* | -Fixes to how hashing happened, now StringName and NodePath use default hashe...Juan Linietsky2018-07-021-1/+2
* | Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-271-0/+1
* | -New inspector.Juan Linietsky2018-05-151-1/+1
* | Add is_instance_valid() method to GDScript, ending more than a decade of pain.Juan Linietsky2018-05-071-5/+0
|/
* Make sure PropertyHint matches in the VisualScript editor.K. S. Ernest (iFire) Lee2018-01-151-0/+1
* Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+1
* Fixed crash on duplicate GIProbe bakingAndreaCatania2018-01-111-0/+1
* 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-19/+19
* Created internal usage flag to remove non editor properties from doc, closes ...Juan Linietsky2017-12-061-2/+3
* Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-211-0/+5
* Fixed a bunch of typos, including an error code.Ross Hadden2017-09-211-3/+3
* Moved class_name and return_val to initializer listWilson E. Alvarez2017-09-141-2/+3
* Remove NULL check from Object::cast_to()Hein-Pieter van Braam2017-09-041-12/+0
* DocData and type hints fixesIgnacio Etcheverry2017-08-291-0/+6
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* MethodBind: Adds operator== to compare by idIgnacio Etcheverry2017-08-261-0/+1
* Fix refactored Object::cast_to in NO_SAFE_CAST branchHenrik Andersson2017-08-261-3/+3
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-40/+0
* Add a static version of Object::cast_to()Hein-Pieter van Braam2017-08-241-0/+40
* Changed MethodBind API to request information from methods. It's much claner ...Juan Linietsky2017-08-231-1/+18
* Rename localization method to `tr` againRémi Verschelde2017-08-181-2/+2
* -Properly check limits to objects sent (regarding to size), fixes #9034Juan Linietsky2017-08-181-0/+1
* Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde2017-08-171-3/+2
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-1/+1
* Moved member variables from constructor to initialization listWilson E. Alvarez2017-08-081-13/+13
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-1/+1
* keep default exported script values unless overriden, closes #8127Juan Linietsky2017-08-061-0/+1
* Made bool constructor explicit in Variant to avoid bugs, fixes #7843Juan Linietsky2017-08-051-2/+2
* function to add script and instance at once, as needed by neikeqJuan Linietsky2017-07-221-0/+2
* Added a simpler/faster way to bind script languages instance wrappers to GodotJuan Linietsky2017-07-161-0/+9