summaryrefslogtreecommitdiffstats
path: root/core/object.h
Commit message (Expand)AuthorAgeFilesLines
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Add ability to bind typed arrays to script APIJuan Linietsky2020-04-211-0/+1
* Remove obsolete enumslupoDharkael2020-04-081-1/+0
* Refactored shadowmapping.Juan Linietsky2020-04-081-4/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-13/+13
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-1/+1
* Added has_signal method for ObjectPouleyKetchoupp2020-03-231-0/+1
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-0/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-32/+19
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-28/+48
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-3/+4
* Make sure we know when deleting an emitting objectFabio Alessandrelli2020-01-221-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Improve the scene tree signals/groups tooltipHugo Locurcio2019-08-171-1/+1
* Hopefully fix the random crashes with threadssantouits2019-07-301-1/+6
* Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGERémi Verschelde2019-07-251-2/+4
* MultiNodeEdit now only shows properties with the exact same PropertyInfo dataLikeLakers22019-07-051-0/+9
* Add default values to the editor help, docs, and generated RSTBojidar Marinov2019-06-271-0/+1
* Merge pull request #27886 from LeonardMeagher2/obj_to_stringRémi Verschelde2019-05-201-0/+1
|\
| * Allow overriding how scripted objects are converted to stringsLeonard Meagher2019-05-031-0/+1
* | Change "ID" to lowercase "id"Aaron Franke2019-05-091-3/+3
* | Undo support for locking and grouping for both 2D and 3DSintinium2019-04-261-0/+1
* | Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-0/+1
|/
* 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