| Commit message (Expand) | Author | Files | Lines |
| 2016-10-19 | Everything returning to normal in 3D, still a long way to go | Juan Linietsky | 23 | -272/+5196 |
| 2016-10-10 | 2D Shaders are working again using the new syntax, though all is buggy in gen... | Juan Linietsky | 26 | -172/+1979 |
| 2016-10-07 | -the new shader language seems to work | Juan Linietsky | 12 | -495/+1313 |
| 2016-10-05 | -Added ViewportContainer, this is the only way to make viewports show up in G... | Juan Linietsky | 20 | -136/+340 |
| 2016-10-03 | make editor update by tracking changes in visualserverraster | Juan Linietsky | 6 | -1186/+270 |
| 2016-10-03 | Begining of GLES3 renderer: | Juan Linietsky | 211 | -13900/+14893 |
| 2016-10-03 | Vector3: added angle_to(Vector3 other) | J08nY | 2 | -5/+9 |
| 2016-10-03 | Vector3: format properly, fix indents | J08nY | 2 | -97/+100 |
| 2016-10-03 | Limit directional shadow draw distance, fixes #559, optimization (#1991) | mookiexl | 2 | -3/+22 |
| 2016-10-03 | Fixes in Theora SCsub | Błażej Szczygieł | 1 | -23/+21 |
| 2016-10-03 | Properly encode InputEvent of type NONE. Fix #5987 | Fabio Alessandrelli | 1 | -1/+15 |
| 2016-10-02 | Fix "Save All" option in Script editor. | Andreas Haas | 1 | -20/+1 |
| 2016-10-01 | PCKPacker: moved from tools into core, fixes #4129 | J08nY | 6 | -8/+4 |
| 2016-10-01 | Filled blanks and normalized documentation on RayCast[2D] | Karol Walasek | 1 | -4/+33 |
| 2016-10-01 | Classref: Sync template with current source | Rémi Verschelde | 1 | -12/+249 |
| 2016-09-30 | Respect texture .flags files on export | Pedro J. Estébanez | 4 | -75/+100 |
| 2016-09-30 | Fix possible buffer overflow in NetworkedMultiplayerENet | Fabio Alessandrelli | 1 | -1/+1 |
| 2016-09-30 | Fix typo for word_wrap | volzhs | 4 | -5/+5 |
| 2016-09-30 | Fix error when using 2 or more slashes on resource path | volzhs | 1 | -0/+5 |
| 2016-09-29 | Fix #6480, area duplicated param | Pawel Kowal | 2 | -4/+4 |
| 2016-09-29 | Add inline ColorPicker to Script text editor. | Andreas Haas | 4 | -6/+132 |
| 2016-09-29 | Windows: prevent huge prints from crashing the engine | Marc Gilleron | 1 | -2/+5 |
| 2016-09-28 | LineEdit long indicator, fix #6624 | Pawel Kowal | 1 | -3/+4 |
| 2016-09-28 | Don't crash when video is stopped and played again | Błażej Szczygieł | 1 | -1/+2 |
| 2016-09-26 | Code completion for is_action_just_{pressed, released} | Andreas Haas | 1 | -1/+1 |
| 2016-09-26 | removed confusing "if(true)" statement with empty "else" block | syskrank | 1 | -9/+4 |
| 2016-09-25 | Throw error when trying to emit a non-existing signal. | Andreas Haas | 1 | -0/+9 |
| 2016-09-25 | Don't crash in "_process_hdr()" if "framebuffer.luminance" is empty | Błażej Szczygieł | 1 | -0/+4 |
| 2016-09-25 | Don't crach when OpenGL version is unsupported | Błażej Szczygieł | 1 | -2/+3 |
| 2016-09-25 | Add compatibility with old OpenGL 2.1 drivers | Błażej Szczygieł | 1 | -1/+39 |
| 2016-09-25 | Add CC parameter to allow use of custom C compiler | Emmanuel Leblond | 1 | -1/+2 |
| 2016-09-23 | AnimationEditor: zoom using ctrl+wheel | Andreas Haas | 1 | -2/+10 |
| 2016-09-23 | Use pkgconfig to locate ALSA libs (#6119) | romeojulietthotel | 1 | -1/+1 |
| 2016-09-22 | expose GeometryInstance.get_aabb() etc fixes #6587 | yg2f | 2 | -0/+5 |
| 2016-09-22 | x11: Fix event.is_action() for release of modifier keys | Andreas Haas | 1 | -0/+13 |
| 2016-09-21 | Fix crash when disabling main screen plugin | George Marques | 1 | -0/+4 |
| 2016-09-21 | Fix manifest generation bug in Android export | Pedro J. Estébanez | 1 | -6/+4 |
| 2016-09-21 | removed redundant assign operation in mesh_add_surface: elem_count is reassig... | knd | 1 | -4/+0 |
| 2016-09-20 | Change winrt build to be less dependent on ANGLE | George Marques | 2 | -7/+8 |
| 2016-09-20 | Add function to get readable names for joystick events | Andreas Haas | 4 | -0/+72 |
| 2016-09-20 | More custom theme support for editor | Geequlim | 5 | -13/+19 |
| 2016-09-19 | Fix for #6158. Converting Vector2 to Size2 for scaling functions. | anneomcl | 9 | -52/+39 |
| 2016-09-19 | Show True/False tooltip in property editor for bool values | Pawel Kowal | 1 | -0/+2 |
| 2016-09-19 | Add docs for XMLparser, VideoPlayer and most of Tree | George Marques | 1 | -0/+106 |
| 2016-09-19 | Expose Vector2::clamped() to scripts | Andreas Haas | 1 | -0/+2 |
| 2016-09-19 | Make the choosable default editor layout the same as the actual default one. | Andreas Haas | 1 | -3/+3 |
| 2016-09-19 | Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode. | Andreas Haas | 2 | -12/+24 |
| 2016-09-18 | New distraction free mode icon | Daniel J. Ramirez | 5 | -0/+104 |
| 2016-09-17 | Add scrolling to Tree control in Drag and Drop mode | Pawel Kowal | 3 | -0/+36 |
| 2016-09-17 | Expose bottom panel show/hide for plugins | George Marques | 2 | -0/+16 |