| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | Fixes issues with selectable children and locks | Gilles Roudiere | 2018-04-03 | 2 | -27/+40 | |
| * | | | | | | | | | | Merge pull request #16473 from ianb96/move_tab | Rémi Verschelde | 2018-04-09 | 2 | -0/+53 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Drag to rearrange Tabs and TabContainer | ianb96 | 2018-04-08 | 2 | -0/+53 | |
| * | | | | | | | | | | Merge pull request #18054 from Mintormo/bugfix-inconsistent-sort-in-file-manager | Rémi Verschelde | 2018-04-09 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Fixed bug #17929. Inconsistent sort in file manager. | Mintormo | 2018-04-08 | 1 | -0/+1 | |
| * | | | | | | | | | | Merge pull request #16297 from lpn/master | Juan Linietsky | 2018-04-08 | 1 | -7/+21 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fixed wave file importer's broken resampling. | L. Nikko | 2018-02-02 | 1 | -7/+21 | |
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #16571 from Zylann/find_in_files | Juan Linietsky | 2018-04-08 | 6 | -68/+1155 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Added find & replace in files | Marc Gilleron | 2018-02-19 | 6 | -68/+1155 | |
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Fix #18058 regression | Chaosus | 2018-04-08 | 1 | -1/+6 | |
| * | | | | | | | | | | Merge pull request #16995 from mrcdk/custom_resources_inspector | Juan Linietsky | 2018-04-08 | 4 | -23/+70 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Now the inspector will show the custom resources added via plugin | MrCdK | 2018-02-25 | 4 | -23/+70 | |
| * | | | | | | | | | | | Merge pull request #17123 from Jason0214/BugFix_UpdataFavoriteListWhenMoveOrR... | Juan Linietsky | 2018-04-08 | 2 | -23/+54 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | update favorite_dirs list after move or rename a dir | Jason0214 | 2018-02-28 | 2 | -23/+54 | |
| * | | | | | | | | | | | | Merge pull request #17382 from bojidar-bg/13971-path-array-unsaved | Juan Linietsky | 2018-04-08 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Duplicate Arrays and Dictionaries when instancing scene in editor | Bojidar Marinov | 2018-03-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Merge pull request #17443 from Noshyaar/tilesetcrash | Juan Linietsky | 2018-04-08 | 2 | -17/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Fix converting to tileset crashes Godot if existing file is not tileset | Poommetee Ketson | 2018-03-23 | 2 | -17/+17 | |
| * | | | | | | | | | | | | | | Merge pull request #17967 from Nibodhika/all-device-mode | Juan Linietsky | 2018-04-08 | 2 | -15/+36 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Allows to map an action to all devices. | Nibodhika | 2018-04-07 | 2 | -15/+36 | |
| * | | | | | | | | | | | | | | | Merge pull request #17741 from Essojadojef/fix-shortcut-categories | Juan Linietsky | 2018-04-08 | 1 | -1/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Fix all categories unfold when one key binding is changed | Alessandro | 2018-03-24 | 1 | -1/+15 | |
| * | | | | | | | | | | | | | | | Merge pull request #17583 from RandomShaper/enhance-uri-utils | Juan Linietsky | 2018-04-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Unify http- and percent- encode/decode | Pedro J. Estébanez | 2018-03-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Merge pull request #17717 from NikodemL/master | Juan Linietsky | 2018-04-07 | 1 | -4/+71 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | perform_node_renames fix for a case where the new name is empty | Nikodem Lokatelj | 2018-03-30 | 1 | -1/+7 | |
| | * | | | | | | | | | | | | | | | | Extended node renames function to also rename script instance node path prope... | Nikodem Lokatelj | 2018-03-23 | 1 | -4/+65 | |
| * | | | | | | | | | | | | | | | | | Merge pull request #17730 from RandomShaper/radio-buttons-in-menus | Juan Linietsky | 2018-04-07 | 7 | -30/+50 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Use radio-button-like menu entries where applicable | Pedro J. Estébanez | 2018-03-27 | 3 | -21/+19 | |
| | * | | | | | | | | | | | | | | | | | Support radio-button entries in ItemListPlugin | Pedro J. Estébanez | 2018-03-27 | 2 | -7/+25 | |
| | * | | | | | | | | | | | | | | | | | Add radio-button-looking entries to PopupMenu | Pedro J. Estébanez | 2018-03-27 | 2 | -2/+6 | |
| | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge pull request #17754 from Crazy-P/Resloves_Replace_all_doesnt_replace_all | Juan Linietsky | 2018-04-07 | 1 | -22/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Fixes replace all not replacing the first word | Crazy-P | 2018-03-25 | 1 | -22/+26 | |
| | |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | Merge pull request #17809 from RandomShaper/menu-item-on-release | Juan Linietsky | 2018-04-07 | 3 | -6/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Improve popup menus usability | Pedro J. Estébanez | 2018-04-07 | 3 | -6/+0 | |
| | |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | Merge pull request #17840 from Dimonasdf/master | Juan Linietsky | 2018-04-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Fix Collada material roughness import function 4 | Dmitriy Romanov | 2018-04-03 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | Fix Collada material roughness import function 3 | Dmitriy Romanov | 2018-03-31 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | Fix Collada material roughness import function 2 | Dmitriy Romanov | 2018-03-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | Fix Collada material roughness import function | Dmitriy Romanov | 2018-03-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Fix skeleton import from glTF | Pedro J. Estébanez | 2018-04-06 | 1 | -5/+10 | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #17970 from PJB3005/18-04-04-commandline-export-error-clarity | Rémi Verschelde | 2018-04-06 | 1 | -5/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Explicitly print an error when --export fails. | Pieter-Jan Briers | 2018-04-04 | 1 | -5/+9 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #17784 from Rubonnek/rename-shortcut | Rémi Verschelde | 2018-04-04 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Added shortcut to rename files | Wilson E. Alvarez | 2018-03-27 | 1 | -0/+3 | |
| | | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Update transform buttons in tile editor while using T, A, S shortcuts (fixes ... | Alexander Alekseev | 2018-04-04 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #17816 from NikodemL/fix_file_show_in_explorer | Rémi Verschelde | 2018-04-04 | 1 | -2/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | FIX: FILE_SHOW_IN_EXPLORER now correctly shows the file's directory | Nikodem Lokatelj | 2018-03-28 | 1 | -2/+13 | |
| | |/ / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #17863 from covariantlabs/add-move-selected-tiles | Rémi Verschelde | 2018-04-04 | 2 | -2/+55 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Add functionality to move selected tiles in tile map editor | Martin Rieke | 2018-04-04 | 2 | -2/+55 | |
| | | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
