| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #27886 from LeonardMeagher2/obj_to_string | Rémi Verschelde | 2019-05-20 | 1 | -0/+12 |
| |\ |
|
| | * | Allow overriding how scripted objects are converted to strings | Leonard Meagher | 2019-05-03 | 1 | -0/+12 |
| * | | Fix Object::get_indexed for simple properties. | Fabio Alessandrelli | 2019-05-16 | 1 | -7/+5 |
| * | | Change "ID" to lowercase "id" | Aaron Franke | 2019-05-09 | 1 | -5/+5 |
| * | | Undo support for locking and grouping for both 2D and 3D | Sintinium | 2019-04-26 | 1 | -0/+5 |
| * | | Object::script may not be a valid Ref<Script> | Hein-Pieter van Braam-Stewart | 2019-04-20 | 1 | -1/+4 |
| |/ |
|
| * | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | 2019-04-09 | 1 | -1/+2 |
| * | Print errors comming from callv | Bojidar Marinov | 2019-03-05 | 1 | -13/+12 |
| * | Ensure all properties are refreshed when setting a script, fixes #24845 | Juan Linietsky | 2019-02-24 | 1 | -1/+1 |
| * | Fix warnings seen with warnings=all and recent GCC 8.2. | marxin | 2019-02-18 | 1 | -16/+14 |
| * | Fix typos with codespell | Rémi Verschelde | 2019-02-13 | 1 | -1/+1 |
| * | Use script instance binding for objects constructed from C# | Ignacio Etcheverry | 2019-02-09 | 1 | -3/+12 |
| * | Mono: Lifetime fixes for CSharpInstance and instance binding data | Ignacio Etcheverry | 2019-02-03 | 1 | -0/+5 |
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| * | Allow signal connecting even if script is invalid (only when compiled with to... | Juan Linietsky | 2018-11-27 | 1 | -2/+14 |
| * | Massive speed up on deleting nodes, fixes #18673 | Juan Linietsky | 2018-11-18 | 1 | -13/+13 |
| * | -Make sure monitorable cant be flipped while flushing queries, fixes #17330 | Juan Linietsky | 2018-11-16 | 1 | -0/+6 |
| * | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky | 2018-11-08 | 1 | -3/+4 |
| * | Moved folding outside the resource files, now saved outside the project. | Juan Linietsky | 2018-10-29 | 1 | -25/+1 |
| * | Merge pull request #22297 from DualMatrix/no_more_method_not_found_error | Rémi Verschelde | 2018-10-02 | 1 | -1/+4 |
| |\ |
|
| | * | Fixed method not found error when connecting with signal that fires in editor | DualMatrix | 2018-09-21 | 1 | -1/+4 |
| * | | Fix dirty read of ObjectID counter when threads are involved | Marc Gilleron | 2018-09-29 | 1 | -4/+5 |
| * | | Fix warnings about wrong member initialization order [-Wreorder] | Rémi Verschelde | 2018-09-28 | 1 | -1/+1 |
| |/ |
|
| * | 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 | -1/+6 |
| |\ |
|
| | * | Notify instance binding data api of refcount increment/decrement | Ignacio Etcheverry | 2018-08-23 | 1 | -1/+6 |
| * | | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde | 2018-08-24 | 1 | -3/+3 |
| * | | Crash fixes for material and animtree | Juan Linietsky | 2018-08-20 | 1 | -5/+11 |
| * | | Massive rewrite to AnimationTree. Many APIs changed in order to: | Juan Linietsky | 2018-08-20 | 1 | -3/+20 |
| * | | Merge pull request #20583 from neikeq/issue-15371 | Rémi Verschelde | 2018-08-14 | 1 | -9/+64 |
| |\ \ |
|
| | * | | Fix case where exported properties value is lost | Ignacio Etcheverry | 2018-07-29 | 1 | -9/+64 |
| * | | | Ensure one shot signals are not disconnected while edited, closes #7776 | Juan Linietsky | 2018-07-29 | 1 | -1/+9 |
| |/ / |
|
| * | | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -4/+4 |
| * | | Several improvements to editor inspector usability and style | Juan Linietsky | 2018-07-18 | 1 | -1/+5 |
| * | | Fix return type of _get() virtual method | George Marques | 2018-05-29 | 1 | -0/+1 |
| * | | Add is_instance_valid() method to GDScript, ending more than a decade of pain. | Juan Linietsky | 2018-05-07 | 1 | -4/+0 |
| |/ |
|
| * | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 1 | -2/+2 |
| * | 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 | -84/+84 |
| * | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky | 2017-11-25 | 1 | -2/+2 |
| * | Fix a crash in get_static_property_type_indexed | Bojidar Marinov | 2017-11-24 | 1 | -0/+7 |
| * | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov | 2017-11-21 | 1 | -0/+123 |
| * | Fixed a bunch of typos, including an error code. | Ross Hadden | 2017-09-21 | 1 | -1/+1 |
| * | Moved class_name and return_val to initializer list | Wilson E. Alvarez | 2017-09-14 | 1 | -6/+6 |
| * | DocData and type hints fixes | Ignacio Etcheverry | 2017-08-29 | 1 | -1/+58 |
| * | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -196/+1 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | Fix double single quotes in `connect` error print | Poommetee Ketson | 2017-08-27 | 1 | -1/+1 |
| * | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -2/+2 |