Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-03 | Connection hints when connecting to empty space. | Juan Linietsky | |
2016-08-30 | More visual script improvements | Juan Linietsky | |
-Added anti-aliasing on lines -Improved draw performance enormously -Removed sequence ports for most nodes, current visual scripts will likely be broken now. Sorry! | |||
2016-08-25 | More visual script work | Juan Linietsky | |
-Block switches to 2d/3d editor if editing visual script -Added cast node in flow control -Added ability to do RPC in visual script -Comment nodes -Fix bug with inverted cable in connecting backwards -Copy and paste nodes, including from different scripts | |||
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 ↵ | Juan Linietsky | |
support, but VisualScript should be more or less done! | |||
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 | |
Works around the issue originally described in #5907 (that was then hijacked to describe the broader issue it exposes). | |||
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-02-08 | -Cleaned up GraphEdit, also fixes #3568 | Juan Linietsky | |
2016-01-23 | -Forgot to add clips input to graphedit, fixes #3420 | Juan Linietsky | |
2016-01-18 | Add a slider to handle zoom | MarianoGNU | |
2016-01-18 | Add zoom to GraphEdit | MarianoGNU | |
Also fix some responsiveness issues: -Box selection no longer visible when connecting. -Allow cancel connection with mouse's right button. | |||
2016-01-18 | New shader nodes are now created under (more or less) the cursor. | Ovnuniarchos | |
2015-07-24 | Box selection for GraphNodes | Mariano Javier Suligoy | |
2015-07-20 | Fix tab indent | Mariano Javier Suligoy | |
2015-07-19 | Select and move multiple nodes at once | Mariano Javier Suligoy | |
2015-01-08 | Fixes to GraphEdit: | Juan Linietsky | |
-Working area is bigger now, solves #1148 -Using Position now works, fixes #1141 -RGB ops now work, fixes #1139 -Missing bindings to GraphEdit and GraphNode added -Shader Graph Editor Shows errors on cyclic links and missing connections | |||
2015-01-07 | -Visual Shader Editing Finished, PLEASE TEST! | Juan Linietsky | |
2015-01-03 | -Work in progress visual shader editor *DOES NOT WORK YET* | Juan Linietsky | |