| Commit message (Expand) | Author | Files | Lines |
| 2018-01-06 | properly blend interior and exterior ambient in reflection probes, fixes #14695 | Juan Linietsky | 1 | -1/+1 |
| 2018-01-06 | Properly dispose of instance capture data, fixes #14795 | Juan Linietsky | 2 | -1/+3 |
| 2018-01-06 | Use better initialization value for normalmap, fixes #14720 | Juan Linietsky | 1 | -1/+1 |
| 2018-01-06 | Ensure depth reads go via alpha render list, fixes #14759 | Juan Linietsky | 4 | -4/+7 |
| 2018-01-06 | [GDNative] fix reloading of non-reloadable libraries | karroffel | 2 | -3/+8 |
| 2018-01-06 | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 | Juan Linietsky | 13 | -399/+145 |
| 2018-01-06 | Fix crash when calling tree API before NOTIFICATION_ENTER_TREE | Bernhard Liebl | 1 | -0/+5 |
| 2018-01-06 | Allow popup menu scrolling without mouse wheel | Bernhard Liebl | 2 | -32/+28 |
| 2018-01-06 | Fix typo in new strings | Poommetee Ketson | 2 | -2/+2 |
| 2018-01-06 | Fix build on macOS pre 10.12, fix deprecation warnings on 10.12+ | bruvzg | 1 | -45/+39 |
| 2018-01-06 | Fix Android build error | volzhs | 1 | -1/+1 |
| 2018-01-06 | i18n: Sync translation templates with current source | Rémi Verschelde | 47 | -3592/+10192 |
| 2018-01-06 | i18n: Sync translations with Weblate | Rémi Verschelde | 14 | -1184/+973 |
| 2018-01-06 | Improve detection of variable writing in shader, fixes #15177 | Juan Linietsky | 2 | -33/+31 |
| 2018-01-06 | Fix crash when using Image.resize() without calling Image.create() first | Jerome67000 | 2 | -2/+6 |
| 2018-01-06 | Update DONORS list | Rémi Verschelde | 1 | -13/+13 |
| 2018-01-06 | [GDNative] added reload property | karroffel | 3 | -12/+42 |
| 2018-01-06 | Fix build of GDMonoField | Rémi Verschelde | 1 | -1/+1 |
| 2018-01-05 | Avoid crashing when dependencies on inherited/instanced scenes cant be satisf... | Juan Linietsky | 1 | -1/+8 |
| 2018-01-06 | Remove button from button_group when free | volzhs | 1 | -3/+3 |
| 2018-01-05 | Print error if a resource can't load from script, fixes #15313 | Juan Linietsky | 1 | -1/+7 |
| 2018-01-05 | Make sure .import folder exists before importing, in case user deleted it man... | Juan Linietsky | 2 | -1/+13 |
| 2018-01-05 | SCons: Fix usage of LD when we meant LINK | Rémi Verschelde | 5 | -7/+9 |
| 2018-01-05 | Fixed problem with missing uninitialized last byte on waveform trip, closes #... | Juan Linietsky | 2 | -1/+3 |
| 2018-01-05 | Force button release when window focuses out, fixes #15318 and likely many ot... | Juan Linietsky | 1 | -5/+16 |
| 2018-01-05 | Forced set mouse global position always, hopefully will fix #15354, otherwise... | Juan Linietsky | 1 | -0/+1 |
| 2018-01-05 | Fix theme inheritance | Fabio Alessandrelli | 1 | -2/+3 |
| 2018-01-05 | Add missing method for javascript | Guilherme Silva | 2 | -0/+4 |
| 2018-01-05 | Fix dual paraboloid shadow maps, closes #14487 | Juan Linietsky | 1 | -2/+1 |
| 2018-01-05 | Fixed GIProbe blending, closes #15164 | Juan Linietsky | 1 | -3/+3 |
| 2018-01-05 | Fixes to GLTF2 importer skeleton positioning, though vertex bone indices stil... | Juan Linietsky | 2 | -15/+46 |
| 2018-01-05 | X11: Add missing return in OS_X11::initialize(). | Andreas Haas | 1 | -0/+2 |
| 2018-01-05 | Issue template: Remove checkbox and reword some comments | Rémi Verschelde | 1 | -6/+7 |
| 2018-01-05 | prevent autotile properties out of bounds | damarindra | 1 | -0/+1 |
| 2018-01-05 | Visual glitch when dragging keyframes #15285. Changed to int cast. | Thomas Lynge | 1 | -1/+1 |
| 2018-01-05 | Drop obsolete bitmap doc fonts | Rémi Verschelde | 4 | -109/+0 |
| 2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | 1527 | -238/+2313 |
| 2018-01-05 | Improve script to add/fix copyright headers | Rémi Verschelde | 1 | -17/+46 |
| 2018-01-05 | Visual glitch when dragging keyframes #15285 | Thomas Lynge | 1 | -1/+1 |
| 2018-01-04 | forward_canvas_gui_input only takes one parameter | Tim Schellenberg | 1 | -1/+1 |
| 2018-01-04 | Mono: Add properties support in scripts | Ignacio Etcheverry | 20 | -169/+690 |
| 2018-01-04 | Add GDnative wrapper lib on CI build | Emmanuel Leblond | 2 | -2/+2 |
| 2018-01-04 | Disable lto for gdnative wrapper | Emmanuel Leblond | 1 | -0/+8 |
| 2018-01-04 | Clean up \n from end of translation strings | Artem Varaksa | 6 | -12/+12 |
| 2018-01-05 | Fix get_edited_scene_root error at starting editor | volzhs | 3 | -2/+4 |
| 2018-01-04 | Fix macOS and other builds after #15299 | Duy-Nguyen TA | 5 | -7/+8 |
| 2018-01-04 | Add support from properly exporting shared objects, needed for GDNative export | Juan Linietsky | 4 | -5/+60 |
| 2018-01-05 | Fix PopupMenu to show & detect properly hover area | volzhs | 1 | -3/+2 |
| 2018-01-04 | Fix TextEdit::_get_mouse_pos rounding errors | Bernhard Liebl | 1 | -5/+5 |
| 2018-01-04 | Document Control.mouse_filter and its constants. | PJB3005 | 1 | -0/+4 |