| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 1 | -2948/+0 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -6/+6 |
| * | Style: No break before list brace | Rémi Verschelde | 2017-01-16 | 1 | -2/+1 |
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -3/+3 |
| * | some class renames | Juan Linietsky | 2017-01-12 | 1 | -3/+3 |
| * | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con... | Juan Linietsky | 2017-01-10 | 1 | -1/+1 |
| * | -removed stop mouse and ignore mouse from control, which were confusing, repl... | Juan Linietsky | 2017-01-08 | 1 | -1/+1 |
| * | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky | 2017-01-08 | 1 | -1/+1 |
| * | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky | 2017-01-08 | 1 | -4/+4 |
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -15/+15 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -45/+45 |
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -1/+3 |
| |\ |
|
| | * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -1/+3 |
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #6414 from RandomShaper/improve-shader-shadow | Rémi Verschelde | 2016-09-17 | 1 | -0/+2 |
| |\ |
|
| | * | Expose light shadow color to canvas item shaders | Pedro J. Estébanez | 2016-09-07 | 1 | -0/+2 |
| * | | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | 2016-09-10 | 1 | -2/+7 |
| |\ \
| |/
|/| |
|
| | * | Fix various warnings | Johan Manuel | 2016-08-13 | 1 | -2/+7 |
| * | | Implemented UndoRedo mergeable modes | Franklin Sobrinho | 2016-08-17 | 1 | -9/+9 |
| |/ |
|
| * | Removed unused variables (second pass) + dead code | Rémi Verschelde | 2016-07-07 | 1 | -2/+1 |
| * | Fixed signal connection prints when moving docks, issue 5498 | Paulb23 | 2016-06-30 | 1 | -1/+3 |
| * | Merge pull request #4733 from akien-mga/pr-i18n-proofreading | Rémi Verschelde | 2016-05-21 | 1 | -69/+69 |
| |\ |
|
| | * | i18n: Proofreading of all strings | Rémi Verschelde | 2016-05-21 | 1 | -69/+69 |
| * | | Add Drag&Drop to ShaderGraphEditor's texture uniform graph node. | MarianoGNU | 2016-05-19 | 1 | -0/+105 |
| |/ |
|
| * | Modified editor strings to be translatable in the future | Juan Linietsky | 2016-05-03 | 1 | -191/+191 |
| * | New shader nodes are now created under (more or less) the cursor. | Ovnuniarchos | 2016-01-18 | 1 | -2/+2 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | duplicate conditional check | firefly2442 | 2015-10-18 | 1 | -1/+1 |
| * | -Added const to a reference, should fix #2613 | Juan Linietsky | 2015-10-17 | 1 | -1/+1 |
| * | Add missing icons, also make MSVC2010 happy | Mariano Javier Suligoy | 2015-08-30 | 1 | -4/+11 |
| * | Compile shaders using default values. | Mariano Javier Suligoy | 2015-08-30 | 1 | -8/+2 |
| * | Edit default values. WARNING!!! | Mariano Javier Suligoy | 2015-08-29 | 1 | -49/+388 |
| * | Delete selected nodes with the Delete key | Mariano Javier Suligoy | 2015-07-26 | 1 | -0/+41 |
| * | Little fix: don't create an empty undo/redo command when trying to add a seco... | Mariano Javier Suligoy | 2015-07-25 | 1 | -0/+3 |
| * | Duplicate GraphNode(s) [Control+D] | Mariano Javier Suligoy | 2015-07-25 | 1 | -3/+40 |
| * | Fix tab indent | Mariano Javier Suligoy | 2015-07-20 | 1 | -1692/+1692 |
| * | Select and move multiple nodes at once | Mariano Javier Suligoy | 2015-07-19 | 1 | -1679/+1694 |
| * | Use popup menu to add new nodes to the shader graph editor in the last clicke... | Mariano Javier Suligoy | 2015-07-16 | 1 | -14/+23 |
| * | optional formal changes | ehriche | 2015-05-06 | 1 | -1/+0 |
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
| * | Fixed crash when trying to add keypoints and deleting them while holding mous... | mostafahassan | 2015-03-31 | 1 | -1/+1 |
| * | Visual Shader Editing for 2D | Juan Linietsky | 2015-01-20 | 1 | -6/+20 |
| * | Color Ramp and Curve Map added to visual shader editing. | Juan Linietsky | 2015-01-19 | 1 | -2/+833 |
| * | Fixes to GraphEdit: | Juan Linietsky | 2015-01-08 | 1 | -8/+35 |
| * | -Fixed matrix and vec+scalar multiplication issues, fixes #1143 | Juan Linietsky | 2015-01-07 | 1 | -7/+28 |
| * | -changed type of C component of vec interp, fixes #1144 | Juan Linietsky | 2015-01-07 | 1 | -1/+1 |
| * | -Visual Shader Editing Finished, PLEASE TEST! | Juan Linietsky | 2015-01-07 | 1 | -46/+89 |
| * | -Work in progress visual shader editor *DOES NOT WORK YET* | Juan Linietsky | 2015-01-03 | 1 | -762/+1107 |
| * | GODOT IS OPEN SOURCE | Juan Linietsky | 2014-02-09 | 1 | -0/+1109 |