Age | Commit message (Expand) | Author |
2017-12-27 | Restore the behavior of Spatial rotations recently changed in c1153f5. | tagcup |
2017-12-27 | Update TileMap doc descriptions for update_bitmask_area/region | Andrew Thomas |
2017-12-27 | More exact picking for canvas editor | Bernhard Liebl |
2017-12-27 | Fix crash in StringBuffer::append() | Bernhard Liebl |
2017-12-27 | Merge pull request #14744 from poke1024/stringname-compare | Juan Linietsky |
2017-12-27 | Reimport now checks source path changes and imported files and their md5, fix... | Juan Linietsky |
2017-12-27 | Changes to the Project Manager's New Project/Export dialogs. | Michael Alexsander Silva Dias |
2017-12-27 | Minor style fixes for editor help | Daniel J. Ramirez |
2017-12-27 | Support KEY_UP and KEY_DOWN in LineEdit | Bernhard Liebl |
2017-12-27 | Make filesystem search case-insensitive | Wilhem Barbier |
2017-12-27 | Fix infinite loop introduced by 6f3486c4 on tiling windows managers | Guilherme Silva |
2017-12-27 | Fix Rect2::distance_to() not returning 0 | Bernhard Liebl |
2017-12-27 | Merge pull request #14971 from mrcdk/particles_emitting | Noshyaar |
2017-12-27 | Merge pull request #14991 from djrm/pr_fixes | Noshyaar |
2017-12-27 | Merge pull request #14996 from neikeq/enums-mono | Noshyaar |
2017-12-27 | Merge pull request #15008 from AlmightyScientist/issue-15000 | Noshyaar |
2017-12-27 | Merge pull request #15028 from YeldhamDev/editor_file_dialog_changes | Noshyaar |
2017-12-27 | Merge pull request #15032 from Noshyaar/pr | Noshyaar |
2017-12-27 | Merge pull request #15045 from poke1024/vector2-inline | Noshyaar |
2017-12-27 | Merge pull request #15046 from YeldhamDev/optionbutton_changes | Noshyaar |
2017-12-27 | Merge pull request #15049 from YeldhamDev/get_popup_const | Noshyaar |
2017-12-27 | Merge pull request #15076 from ianb96/indentcrashfix | Noshyaar |
2017-12-27 | Merge pull request #15081 from volzhs/fix-status-font | Noshyaar |
2017-12-26 | Warn about funcref creation | Bernhard Liebl |
2017-12-27 | Fix text editor status font | volzhs |
2017-12-26 | Merge pull request #15077 from homer666/docs-physicsdirectspacestate | Chris Bradfield |
2017-12-27 | [DOCS] PhysicsDirectSpaceState enhancements | homer666 |
2017-12-26 | fix indent selection crash | Ian |
2017-12-26 | Merge pull request #15026 from homer666/docs-physics2ddirectspacestate | Chris Bradfield |
2017-12-27 | [DOCS] Physics2DDirectSpaceState | homer666 |
2017-12-26 | Properly rename scenes and resources after renaming or moving files, should f... | Juan Linietsky |
2017-12-26 | Fixed proper texture binding for sprite material, fixes #13987 | Juan Linietsky |
2017-12-27 | Use .ttf or .otf file for editor custom font | volzhs |
2017-12-26 | Property apply shader parameters, even when materials are being reused, fixes... | Juan Linietsky |
2017-12-26 | A promise is a promise, so added ability to load and save shaders as text fil... | Juan Linietsky |
2017-12-26 | Ability to set flags via code in StreamTexture, as some users find it useful.... | Juan Linietsky |
2017-12-26 | Merge pull request #14796 from AlmightyScientist/issue-14552 | Juan Linietsky |
2017-12-26 | Change the rotate function of Spatial to be local, makes more sense. Closes #... | Juan Linietsky |
2017-12-26 | Fix 2D editor checkboxes with a new project | Gilles Roudiere |
2017-12-26 | Merge pull request #14977 from volzhs/fix-crash-group | Juan Linietsky |
2017-12-26 | Fix sidedness check in material. Also remove SIDE built-in. | Juan Linietsky |
2017-12-26 | Add option to sign UWP exports with signtool | George Marques |
2017-12-26 | Removed the InputEvent ID field, which was unused and can cause bugs. | Juan Linietsky |
2017-12-26 | Add keyboard shortcut for Clear Output | Bernhard Liebl |
2017-12-26 | On macOS, change some default editor shortcuts | Bernhard Liebl |
2017-12-26 | Fix shift-key down on last line in TextEdit | Bernhard Liebl |
2017-12-25 | Add missing image format RGB10A2. Fixes #14964 | binbitten |
2017-12-25 | Merge pull request #15040 from Noshyaar/pr2 | Andreas Haas |
2017-12-25 | Made MenuButton and ColorPickerButton's "get_popup" methods return constant. | Michael Alexsander Silva Dias |
2017-12-25 | Added "get_popup" method for OptionButton and minor changes. | Michael Alexsander Silva Dias |