| Commit message (Expand) | Author | Files | Lines |
| 2017-12-31 | Updated timer docs | Andrew Silver | 1 | -4/+6 |
| 2017-12-31 | Improve LTO build with MSVC | George Marques | 1 | -1/+5 |
| 2017-12-30 | change float to bool as correct type | firefly2442 | 1 | -1/+1 |
| 2017-12-30 | fix typo in switch statement | firefly2442 | 1 | -1/+1 |
| 2017-12-30 | prevent strings from being evaluated to just "true" | firefly2442 | 1 | -1/+1 |
| 2017-12-29 | Editor: Respect -w command line flag. | Andreas Haas | 1 | -2/+4 |
| 2017-12-29 | Fixed wrong highlighted line when erroring and using single-line comments, fi... | binbitten | 1 | -0/+1 |
| 2017-12-29 | avoid error on setting skeleton from transform changed | Juan Linietsky | 1 | -0/+3 |
| 2017-12-29 | Missing transform notification for Skeleton. | Juan Linietsky | 1 | -0/+1 |
| 2017-12-29 | Use a different approach to update skeletons when transform changes | Juan Linietsky | 2 | -3/+17 |
| 2017-12-29 | Update the skeleton on transform | Juan Linietsky | 1 | -0/+3 |
| 2017-12-29 | Mono: Bindings no longer relie on DocData for accessors | Ignacio Etcheverry | 1 | -49/+48 |
| 2017-12-28 | Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in thi... | Juan Linietsky | 3 | -151/+171 |
| 2017-12-28 | Autotile Enhancement | damarindra | 2 | -63/+246 |
| 2017-12-27 | Update TileMap doc descriptions for update_bitmask_area/region | Andrew Thomas | 1 | -0/+3 |
| 2017-12-27 | Fix crash in StringBuffer::append() | Bernhard Liebl | 1 | -1/+1 |
| 2017-12-27 | Reimport now checks source path changes and imported files and their md5, fix... | Juan Linietsky | 3 | -4/+74 |
| 2017-12-27 | Minor style fixes for editor help | Daniel J. Ramirez | 1 | -0/+5 |
| 2017-12-27 | Fix text editor status font | volzhs | 1 | -7/+8 |
| 2017-12-27 | [DOCS] PhysicsDirectSpaceState enhancements | homer666 | 2 | -28/+28 |
| 2017-12-26 | fix indent selection crash | Ian | 1 | -10/+8 |
| 2017-12-27 | [DOCS] Physics2DDirectSpaceState | homer666 | 1 | -31/+30 |
| 2017-12-26 | Properly rename scenes and resources after renaming or moving files, should f... | Juan Linietsky | 4 | -0/+66 |
| 2017-12-26 | Fixed proper texture binding for sprite material, fixes #13987 | Juan Linietsky | 2 | -2/+14 |
| 2017-12-26 | Property apply shader parameters, even when materials are being reused, fixes... | Juan Linietsky | 1 | -6/+9 |
| 2017-12-26 | A promise is a promise, so added ability to load and save shaders as text fil... | Juan Linietsky | 3 | -1/+109 |
| 2017-12-26 | Ability to set flags via code in StreamTexture, as some users find it useful.... | Juan Linietsky | 1 | -0/+2 |
| 2017-12-26 | Change the rotate function of Spatial to be local, makes more sense. Closes #... | Juan Linietsky | 4 | -7/+17 |
| 2017-12-26 | Fix 2D editor checkboxes with a new project | Gilles Roudiere | 1 | -1/+1 |
| 2017-12-26 | Fix sidedness check in material. Also remove SIDE built-in. | Juan Linietsky | 4 | -4/+4 |
| 2017-12-26 | Add option to sign UWP exports with signtool | George Marques | 1 | -1/+69 |
| 2017-12-26 | Removed the InputEvent ID field, which was unused and can cause bugs. | Juan Linietsky | 8 | -44/+13 |
| 2017-12-25 | Made MenuButton and ColorPickerButton's "get_popup" methods return constant. | Michael Alexsander Silva Dias | 6 | -32/+15 |
| 2017-12-25 | Added "get_popup" method for OptionButton and minor changes. | Michael Alexsander Silva Dias | 3 | -32/+46 |
| 2017-12-25 | Inline some very common Vector2 operations | Bernhard Liebl | 2 | -63/+64 |
| 2017-12-25 | Add missing parameter names | Poommetee Ketson | 5 | -8/+8 |
| 2017-12-25 | AnimTreePlayer: fix duplicated properties | Poommetee Ketson | 1 | -2/+0 |
| 2017-12-25 | Fix popup menu size in Inspector dock | volzhs | 1 | -6/+2 |
| 2017-12-25 | EditorAbout: TTR workaround for "Project Manager" contexts | Poommetee Ketson | 1 | -1/+1 |
| 2017-12-25 | Changes to the Editor File Dialog. | Michael Alexsander Silva Dias | 3 | -64/+46 |
| 2017-12-24 | [DOCS] minor corrections to Transform2D | Chris Bradfield | 1 | -15/+15 |
| 2017-12-24 | Added default close and title color to editor themed graph nodes | Daniel J. Ramirez | 1 | -0/+6 |
| 2017-12-25 | Fix error if scene has Camera at saving scene | volzhs | 1 | -1/+4 |
| 2017-12-24 | Animation Tree: Prevent cycle_test from being altered by past-test. | AlmightyScientist | 2 | -5/+15 |
| 2017-12-25 | Fix crash from move_child at saving scene | volzhs | 1 | -1/+2 |
| 2017-12-24 | Restored opus build since WebM needs it, but disabled it from code. | Juan Linietsky | 2 | -11/+11 |
| 2017-12-24 | -Removed OpenMP support, replaced by a custom class. | Juan Linietsky | 10 | -68/+119 |
| 2017-12-24 | Mono: Make the bindings generator output enums | Ignacio Etcheverry | 13 | -298/+808 |
| 2017-12-24 | Marshal NULL MonoString* as empty Godot string | Ignacio Etcheverry | 4 | -7/+15 |
| 2017-12-24 | x11: Fix maximized splash-boot screen bug. | Enzo Nocera | 1 | -0/+4 |