| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
| * | Improve the scene tree signals/groups tooltip | Hugo Locurcio | 2019-08-17 | 1 | -1/+1 |
| * | Hopefully fix the random crashes with threads | santouits | 2019-07-30 | 1 | -1/+6 |
| * | Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGE | Rémi Verschelde | 2019-07-25 | 1 | -2/+4 |
| * | MultiNodeEdit now only shows properties with the exact same PropertyInfo data | LikeLakers2 | 2019-07-05 | 1 | -0/+9 |
| * | Add default values to the editor help, docs, and generated RST | Bojidar Marinov | 2019-06-27 | 1 | -0/+1 |
| * | Merge pull request #27886 from LeonardMeagher2/obj_to_string | Rémi Verschelde | 2019-05-20 | 1 | -0/+1 |
| |\ |
|
| | * | Allow overriding how scripted objects are converted to strings | Leonard Meagher | 2019-05-03 | 1 | -0/+1 |
| * | | Change "ID" to lowercase "id" | Aaron Franke | 2019-05-09 | 1 | -3/+3 |
| * | | Undo support for locking and grouping for both 2D and 3D | Sintinium | 2019-04-26 | 1 | -0/+1 |
| * | | Added ability for multiple images to be imported as an atlas | Juan Linietsky | 2019-04-19 | 1 | -0/+1 |
| |/ |
|
| * | Implement a cleaner (and better) way to save imagedata from ImageTexture, fix... | Juan Linietsky | 2019-02-21 | 1 | -0/+1 |
| * | Use script instance binding for objects constructed from C# | Ignacio Etcheverry | 2019-02-09 | 1 | -0/+1 |
| * | Mono: Lifetime fixes for CSharpInstance and instance binding data | Ignacio Etcheverry | 2019-02-03 | 1 | -0/+1 |
| * | Added a flag to specify an exported node path must be supplied from scene roo... | Juan Linietsky | 2019-01-14 | 1 | -0/+1 |
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| * | -Make sure monitorable cant be flipped while flushing queries, fixes #17330 | Juan Linietsky | 2018-11-16 | 1 | -0/+1 |
| * | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky | 2018-11-08 | 1 | -6/+3 |
| * | Moved folding outside the resource files, now saved outside the project. | Juan Linietsky | 2018-10-29 | 1 | -0/+3 |
| * | Fix mismatched class/struct definition warnings [-Wmismatched-tags] | Rémi Verschelde | 2018-10-01 | 1 | -1/+1 |
| * | Fix unnecessary parentheses warnings with GCC 8 [-Wparentheses] | Rémi Verschelde | 2018-09-30 | 1 | -8/+8 |
| * | -Lightmap and lightmap capture support for GLES2 | Juan Linietsky | 2018-09-28 | 1 | -0/+1 |
| * | Fix warnings about wrong member initialization order [-Wreorder] | Rémi Verschelde | 2018-09-28 | 1 | -2/+2 |
| * | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -8/+8 |
| * | Merge pull request #16927 from neikeq/rework-refcount-notify | Juan Linietsky | 2018-08-25 | 1 | -2/+4 |
| |\ |
|
| | * | Notify instance binding data api of refcount increment/decrement | Ignacio Etcheverry | 2018-08-23 | 1 | -2/+4 |
| * | | Crash fixes for material and animtree | Juan Linietsky | 2018-08-20 | 1 | -0/+2 |
| * | | Massive rewrite to AnimationTree. Many APIs changed in order to: | Juan Linietsky | 2018-08-20 | 1 | -1/+4 |
| * | | Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties | Rémi Verschelde | 2018-08-20 | 1 | -0/+1 |
| * | | -Fixes to how hashing happened, now StringName and NodePath use default hashe... | Juan Linietsky | 2018-07-02 | 1 | -1/+2 |
| * | | Changes to how node paths are selected from property, allowing setting a hint. | Juan Linietsky | 2018-06-27 | 1 | -0/+1 |
| * | | -New inspector. | Juan Linietsky | 2018-05-15 | 1 | -1/+1 |
| * | | Add is_instance_valid() method to GDScript, ending more than a decade of pain. | Juan Linietsky | 2018-05-07 | 1 | -5/+0 |
| |/ |
|
| * | Make sure PropertyHint matches in the VisualScript editor. | K. S. Ernest (iFire) Lee | 2018-01-15 | 1 | -0/+1 |
| * | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 1 | -1/+1 |
| * | Fixed crash on duplicate GIProbe baking | AndreaCatania | 2018-01-11 | 1 | -0/+1 |
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| * | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 2017-12-07 | 1 | -19/+19 |
| * | Created internal usage flag to remove non editor properties from doc, closes ... | Juan Linietsky | 2017-12-06 | 1 | -2/+3 |
| * | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov | 2017-11-21 | 1 | -0/+5 |
| * | Fixed a bunch of typos, including an error code. | Ross Hadden | 2017-09-21 | 1 | -3/+3 |
| * | Moved class_name and return_val to initializer list | Wilson E. Alvarez | 2017-09-14 | 1 | -2/+3 |
| * | Remove NULL check from Object::cast_to() | Hein-Pieter van Braam | 2017-09-04 | 1 | -12/+0 |
| * | DocData and type hints fixes | Ignacio Etcheverry | 2017-08-29 | 1 | -0/+6 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | MethodBind: Adds operator== to compare by id | Ignacio Etcheverry | 2017-08-26 | 1 | -0/+1 |
| * | Fix refactored Object::cast_to in NO_SAFE_CAST branch | Henrik Andersson | 2017-08-26 | 1 | -3/+3 |
| * | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -40/+0 |
| * | Add a static version of Object::cast_to() | Hein-Pieter van Braam | 2017-08-24 | 1 | -0/+40 |