| Commit message (Expand) | Author | Files | Lines |
| 2017-06-15 | Fix MouseWheel position on Windows | George Marques | 1 | -2/+2 |
| 2017-06-15 | fix bug related to unshaded materials not working on MSVC. Not cleanest solut... | Juan Linietsky | 3 | -10/+15 |
| 2017-06-15 | Remove error spam on Intel, closes #8665 | Juan Linietsky | 2 | -6/+1 |
| 2017-06-15 | Color Picker Fixed Appearance | remorse107 | 1 | -8/+11 |
| 2017-06-15 | Add AT_LIGHT_PASS builtin to canvas shaders | Pedro J. Estébanez | 3 | -0/+9 |
| 2017-06-14 | Fix _draw_polygon colors and uvs | Juan Linietsky | 1 | -3/+3 |
| 2017-06-14 | get rid of button array | Juan Linietsky | 5 | -681/+1 |
| 2017-06-14 | Fixed several bugs with directional light, and changed defaults to be more se... | Juan Linietsky | 10 | -169/+48 |
| 2017-06-14 | glad: Sync with upstream 0.1.14a0 | Rémi Verschelde | 3 | -95/+96 |
| 2017-06-14 | Fix/improve TouchScreenButton | Pedro J. Estébanez | 2 | -57/+47 |
| 2017-06-14 | Make toggle between thumbnail and list for file dialog on editor | volzhs | 1 | -0/+5 |
| 2017-06-14 | Rewrite Image::blit_rect to use the following algorithm: | Benjamin Dahse | 1 | -10/+10 |
| 2017-06-14 | Add Signals descriptions when they exist. | Julian Murgia | 2 | -0/+12 |
| 2017-06-14 | Refactor layer_mask to collision_layer | Poommetee Ketson | 30 | -220/+220 |
| 2017-06-14 | Fixed broken Line2D due to math changes in f271591ac22bd07e1b2316448dd6e9af87... | Marc Gilleron | 1 | -3/+3 |
| 2017-06-14 | renamed occurances of ColorRamp with Gradient | Karroffel | 8 | -85/+85 |
| 2017-06-13 | Don't append standard ports to the request header. | Martin Capitanio | 1 | -2/+12 |
| 2017-06-13 | Add ability to use custom script templates. | Andreas Haas | 10 | -4/+111 |
| 2017-06-13 | Fixed thread check, solves: #3698 | kubeczek | 2 | -0/+8 |
| 2017-06-13 | -Fixed occluder rendering, closes #8560 | Juan Linietsky | 12 | -11/+49 |
| 2017-06-13 | Remove default shadow bias of 0.1 for spot and omni light, fixes #8654 | Juan Linietsky | 4 | -15/+16 |
| 2017-06-12 | Change Omni light default mode to Cube, avoids users confusing it as a bug, c... | Juan Linietsky | 1 | -1/+1 |
| 2017-06-13 | Used in the macOS HiDPI options window is too small | ageazrael | 1 | -3/+3 |
| 2017-06-13 | Fixed middle mouse button can't bounce in macOS | ageazrael | 1 | -2/+2 |
| 2017-06-12 | Fix bug breaking shader when skeleton+tangents were used, closes #8673 | Juan Linietsky | 1 | -1/+1 |
| 2017-06-12 | Fix empty shader related crash, closes #8314 | Juan Linietsky | 3 | -2/+8 |
| 2017-06-12 | Fixed _draw_polygon, should help fix other bugs.. | Juan Linietsky | 2 | -96/+60 |
| 2017-06-12 | Properly adjust the visible editor rect and make limits respected, closes #8328 | Juan Linietsky | 3 | -0/+4 |
| 2017-06-12 | EditorSettings: Default game window placement to Centered. | Andreas Haas | 1 | -1/+1 |
| 2017-06-12 | UWP: InputEvent: Renamed "pos" property to "position" | George Marques | 1 | -9/+9 |
| 2017-06-11 | Expose zstd and zlib compression levels as global config. | Ferenc Arn | 2 | -5/+13 |
| 2017-06-12 | Fixed compilation on Windows + removed debug print | Marc Gilleron | 2 | -4/+2 |
| 2017-06-11 | Restored everything related to information polling, and added information box... | Juan Linietsky | 10 | -34/+228 |
| 2017-06-11 | Restored multiple viewport function, as well as view modes. | Juan Linietsky | 16 | -202/+437 |
| 2017-06-11 | Multiple 3D viewports are not operational. | Juan Linietsky | 3 | -77/+345 |
| 2017-06-11 | Added EditorPlugin.remove_import_plugin() | Zher Huei Lee | 3 | -0/+8 |
| 2017-06-10 | Fix `network/debug/remote_port` editor setting not working properly | Fabio Alessandrelli | 4 | -8/+11 |
| 2017-06-10 | Editor now shows error when debug port is in use | Fabio Alessandrelli | 1 | -2/+5 |
| 2017-06-10 | Restired multithread support in OSX and Windows, should stop the crashes. | Juan Linietsky | 4 | -19/+15 |
| 2017-06-09 | Add missing initializer for RasterizerStorageGLES3::Shader::ubo_size | Pedro J. Estébanez | 1 | -0/+1 |
| 2017-06-09 | renamed all Rect3.pos to Rect3.position | alexholly | 42 | -298/+298 |
| 2017-06-08 | Add zstd compression support. | Ferenc Arn | 38 | -10/+15735 |
| 2017-06-09 | -Restored multithread capability to VisualServer | Juan Linietsky | 33 | -586/+1552 |
| 2017-06-08 | Add settings to pan canvas editor with scrolling | Sean Bohan | 2 | -20/+50 |
| 2017-06-08 | Fix build error, commit bee81d5 | Poommetee Ketson | 1 | -2/+2 |
| 2017-06-08 | [GDnative] API consistency + missing properties | Emmanuel Leblond | 20 | -632/+849 |
| 2017-06-08 | Fix unsaved scene not running after save | Poommetee Ketson | 1 | -1/+1 |
| 2017-06-07 | TGA support based on SaracenOne's work. | Juan Linietsky | 7 | -2/+491 |
| 2017-06-07 | Run project after selecting main scene. Fixes #9077 | Nuno Donato | 1 | -0/+1 |
| 2017-06-07 | Automatically open new project after creating it in project manager. | Nuno Donato | 1 | -1/+2 |