| Commit message (Expand) | Author | Age | Files | Lines |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -33/+33 |
* | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | 2017-08-13 | 1 | -2/+2 |
* | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -2/+2 |
* | Fixes node selection, and properly ignore mouse on inner comment node body, c... | Juan Linietsky | 2017-08-08 | 1 | -8/+8 |
* | Do not allow multiple data connections to the same data input slot, fixes #63... | Daniel J. Ramirez | 2017-07-27 | 1 | -1/+1 |
* | Add object type hint for docs | Poommetee Ketson | 2017-07-19 | 1 | -1/+1 |
* | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | 2017-06-30 | 1 | -5/+15 |
* | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 1 | -6/+6 |
* | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 1 | -7/+7 |
* | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -39/+42 |
* | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde | 2017-05-20 | 1 | -2/+2 |
|\ |
|
| * | Revert "Add new editor and default theme (WIP)" | volzhs | 2017-05-03 | 1 | -2/+2 |
* | | Implemented scrolling factor for smooth trackpad scrolling | toger5 | 2017-05-07 | 1 | -0/+12 |
|/ |
|
* | Add new editor and default theme (WIP) | Daniel J. Ramirez | 2017-04-27 | 1 | -2/+2 |
* | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | 2017-04-10 | 1 | -10/+10 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -469/+393 |
* | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -28/+28 |
* | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -1/+1 |
* | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 1 | -1/+1 |
* | Added a list of signals to rename, this should become a header eventually | Juan Linietsky | 2017-01-12 | 1 | -1/+1 |
* | -All types have editable script now in properties | Juan Linietsky | 2017-01-09 | 1 | -2/+1 |
* | -removed stop mouse and ignore mouse from control, which were confusing, repl... | Juan Linietsky | 2017-01-08 | 1 | -3/+3 |
* | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky | 2017-01-08 | 1 | -2/+2 |
* | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -13/+13 |
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -28/+28 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | Fix GraphEdit connection wire when resizing GraphNode | volzhs | 2016-10-15 | 1 | -0/+1 |
* | Fix GraphEdit connection wire when zoom in/out | volzhs | 2016-10-13 | 1 | -5/+6 |
* | Fix GraphEdit grab random node when delete or deselect by clicking empty space | volzhs | 2016-10-05 | 1 | -4/+6 |
* | Better snapping for graph ports, closes #6394 | Juan Linietsky | 2016-09-06 | 1 | -4/+8 |
* | Connection hints when connecting to empty space. | Juan Linietsky | 2016-09-03 | 1 | -1/+7 |
* | More visual script improvements | Juan Linietsky | 2016-08-30 | 1 | -52/+109 |
* | More visual script work | Juan Linietsky | 2016-08-25 | 1 | -0/+12 |
* | Proper function/property selection in visual script editing for property. | Juan Linietsky | 2016-08-23 | 1 | -0/+6 |
* | prettier connections for graph edit | Juan Linietsky | 2016-08-23 | 1 | -51/+129 |
* | Likely with bugs and with some features are missing, as well as profiler supp... | Juan Linietsky | 2016-08-06 | 1 | -1/+23 |
* | VisualScript can now execute visual scripts, but there is no debugger or prof... | Juan Linietsky | 2016-08-05 | 1 | -0/+6 |
* | Concluded base visual scripting! can edit but not run though. | Juan Linietsky | 2016-08-04 | 1 | -5/+120 |
* | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2016-08-02 | 1 | -1/+4 |
|\ |
|
| * | Fix GraphEdit dragging issues at scales != 1 | Rémi Verschelde | 2016-07-26 | 1 | -1/+4 |
* | | WIP visual scripting, not working yet but you can check out stuff | Juan Linietsky | 2016-08-02 | 1 | -7/+106 |
|/ |
|
* | Remove unused variables (third pass) + dead code | Rémi Verschelde | 2016-07-07 | 1 | -1/+0 |
* | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 1 | -0/+28 |
* | fix two reading uninitialized pointers | Hubert Jarosz | 2016-03-09 | 1 | -1/+1 |
* | -Cleaned up GraphEdit, also fixes #3568 | Juan Linietsky | 2016-02-08 | 1 | -28/+78 |
* | -Forgot to add clips input to graphedit, fixes #3420 | Juan Linietsky | 2016-01-23 | 1 | -0/+7 |
* | Add a slider to handle zoom | MarianoGNU | 2016-01-18 | 1 | -2/+20 |
* | Add zoom to GraphEdit | MarianoGNU | 2016-01-18 | 1 | -8/+61 |