Age | Commit message (Expand) | Author |
2019-03-07 | No longer crash due to wrongly requesting a gizmo, fixes #26735 | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-30 | Merge pull request #24506 from JFonS/expose_gizmos | Rémi Verschelde |
2018-12-21 | Expose the new gizmo plugin system to scripting | JFonS |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-06 | Add a function to force transform update, fixes #17628 | Juan Linietsky |
2018-09-02 | Fix selection of instanced scenes in 3D | JFonS |
2018-08-09 | New gizmo structure and new gizmo disabling menu | JFonS |
2018-08-07 | Several improvements to inspector. | Juan Linietsky |
2018-07-26 | Merge pull request #18955 from tagcup/fix_set_scale | Rémi Verschelde |
2018-07-18 | Ability to disable scale in nodes, closes #19927 | Juan Linietsky |
2018-05-17 | Removed incorrect Basis::set_scale(). | tagcup |
2018-05-07 | Implemented ragdoll | AndreaCatania |
2018-04-29 | Fix binding some core API methods only in tools builds | Ignacio Etcheverry |
2018-04-14 | Avoid converting Quat to Euler angles when not necessary. | tagcup |
2018-02-24 | Fix visibility of gizmos on scene load | JFonS |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-02 | Merge pull request #15083 from tagcup/spatial_rot_fix | Juan Linietsky |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-27 | Restore the behavior of Spatial rotations recently changed in c1153f5. | tagcup |
2017-12-26 | Change the rotate function of Spatial to be local, makes more sense. Closes #... | Juan Linietsky |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |
2017-11-10 | Unify degree members and properties | letheed |
2017-11-10 | Remove deprecated rotation methods | letheed |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-08 | Fix unused variable warnings | Hein-Pieter van Braam |
2017-08-27 | Dead code tells no tales | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-26 | -Massive clean up to gizmos | Juan Linietsky |
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam |
2017-08-19 | Removes editor_hint from SceneTree | Ignacio Etcheverry |
2017-08-11 | Merge pull request #10202 from neikeq/how-do-you-turn-this-on | Rémi Verschelde |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry |
2017-08-09 | Gizmos properly follow the edited object, closes #7837 | Juan Linietsky |
2017-07-24 | Merge pull request #9791 from bojidar-bg/6087-add-global-local-conv | Rémi Verschelde |
2017-07-23 | Add object type hint for docs | Poommetee Ketson |
2017-07-23 | Add .to_local/.to_global methods on Node2D and Spatial | Bojidar Marinov |
2017-07-03 | Update visibility icon properly | volzhs |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-04-06 | New particle system, mostly working, some small features missing. | Juan Linietsky |
2017-04-03 | Fix more property names in _change_notify calls. | Andreas Haas |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam |
2017-02-13 | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam |
2017-01-18 | Fix editor method calls to is_visible for Spatial and CanvasItem and is_visib... | Ray Koopa |
2017-01-14 | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-14 | Renamed call_group to call_group_flags, made call_group without flags the def... | Juan Linietsky |