Age | Commit message (Expand) | Author |
2017-09-22 | Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres... | Gilles Roudiere |
2017-09-21 | Merge pull request #11453 from djrm/pr_visuals | Rémi Verschelde |
2017-09-20 | Visual tweaks. | Daniel J. Ramirez |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-18 | Add some options and reorganize the 2D editor menus. Makes available forced s... | Gilles Roudiere |
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-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam |
2017-08-13 | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry |
2017-08-08 | Fixes node selection, and properly ignore mouse on inner comment node body, c... | Juan Linietsky |
2017-07-27 | Do not allow multiple data connections to the same data input slot, fixes #63... | Daniel J. Ramirez |
2017-07-19 | Add object type hint for docs | Poommetee Ketson |
2017-06-30 | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky |
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly |
2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-05-20 | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde |
2017-05-07 | Implemented scrolling factor for smooth trackpad scrolling | toger5 |
2017-05-03 | Revert "Add new editor and default theme (WIP)" | volzhs |
2017-04-27 | Add new editor and default theme (WIP) | Daniel J. Ramirez |
2017-04-10 | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
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-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-13 | New API for visibility in both CanvasItem and Spatial | Juan Linietsky |
2017-01-12 | Added a list of signals to rename, this should become a header eventually | Juan Linietsky |
2017-01-09 | -All types have editable script now in properties | Juan Linietsky |
2017-01-08 | -removed stop mouse and ignore mouse from control, which were confusing, repl... | Juan Linietsky |
2017-01-08 | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky |
2017-01-04 | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-10-15 | Fix GraphEdit connection wire when resizing GraphNode | volzhs |
2016-10-13 | Fix GraphEdit connection wire when zoom in/out | volzhs |
2016-10-05 | Fix GraphEdit grab random node when delete or deselect by clicking empty space | volzhs |
2016-09-06 | Better snapping for graph ports, closes #6394 | Juan Linietsky |
2016-09-03 | Connection hints when connecting to empty space. | Juan Linietsky |
2016-08-30 | More visual script improvements | Juan Linietsky |
2016-08-25 | More visual script work | Juan Linietsky |
2016-08-23 | Proper function/property selection in visual script editing for property. | Juan Linietsky |
2016-08-23 | prettier connections for graph edit | Juan Linietsky |
2016-08-06 | Likely with bugs and with some features are missing, as well as profiler supp... | Juan Linietsky |
2016-08-05 | VisualScript can now execute visual scripts, but there is no debugger or prof... | Juan Linietsky |
2016-08-04 | Concluded base visual scripting! can edit but not run though. | Juan Linietsky |
2016-08-02 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2016-08-02 | WIP visual scripting, not working yet but you can check out stuff | Juan Linietsky |
2016-07-26 | Fix GraphEdit dragging issues at scales != 1 | Rémi Verschelde |
2016-07-07 | Remove unused variables (third pass) + dead code | Rémi Verschelde |