| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #5360 from Paulb23/fix_script_save_as_issue_4210 | Rémi Verschelde | 2016-06-23 | 1 | -0/+1 |
| |\ |
|
| | * | Fixed save as not working with scripts | Paulb23 | 2016-06-22 | 1 | -0/+1 |
| * | | Merge pull request #5345 from djrm/fix_#5324 | Rémi Verschelde | 2016-06-23 | 1 | -3/+0 |
| |\ \
| |/
|/| |
|
| | * | Fixed file name being removed on folder change in save as dialogs fixes #5324 | Daniel J. Ramirez | 2016-06-20 | 1 | -3/+0 |
| * | | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde | 2016-06-22 | 3 | -0/+12 |
| |\ \ |
|
| | * | | Added code completion existing color setting | Paulb23 | 2016-06-21 | 3 | -0/+4 |
| | * | | Added code completion selected color setting | Paulb23 | 2016-06-21 | 3 | -0/+4 |
| | * | | Added code completion background color setting | Paulb23 | 2016-06-21 | 3 | -0/+4 |
| | |/ |
|
| * | | Merge pull request #5274 from Paulb23/editor_file_dialog_shortcuts | Rémi Verschelde | 2016-06-22 | 1 | -24/+65 |
| |\ \ |
|
| | * | | Added editor file dialog shortcuts | Paulb23 | 2016-06-19 | 1 | -24/+65 |
| * | | | Merge pull request #5282 from Hodes/master | Rémi Verschelde | 2016-06-22 | 1 | -1/+4 |
| |\ \ \ |
|
| | * | | | editor_node.cpp now takes care of removing plugin after deactivating it | hodes | 2016-06-18 | 1 | -1/+4 |
| * | | | | Fixed error using the same atlas rect for all images, closes #4139 | Juan Linietsky | 2016-06-21 | 2 | -2/+13 |
| * | | | | Fix classes.xml sorting | George Marques | 2016-06-21 | 2 | -0/+29 |
| * | | | | Merge pull request #5336 from bojidar-bg/assetlib-additional-features | Rémi Verschelde | 2016-06-21 | 2 | -13/+66 |
| |\ \ \ \ |
|
| | * | | | | Fix project manager category list, small enchancements as well | Bojidar Marinov | 2016-06-21 | 2 | -3/+22 |
| | * | | | | Add support levels to search | Bojidar Marinov | 2016-06-21 | 2 | -1/+27 |
| | * | | | | Check hashes when downloading assets | Bojidar Marinov | 2016-06-21 | 2 | -10/+18 |
| * | | | | | Ability to premultiply alpha on font import, fixes #5231 | Juan Linietsky | 2016-06-21 | 1 | -0/+26 |
| * | | | | | Merge pull request #5326 from MarianoGnu/issues | Rémi Verschelde | 2016-06-21 | 1 | -0/+6 |
| |\ \ \ \ \ |
|
| | * | | | | | Don't create outlines from dummy meshes. Fixes #4718 | MarianoGNU | 2016-06-20 | 1 | -0/+6 |
| | | |_|_|/
| |/| | | |
|
| * | | | | | Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258) | sunnystormy | 2016-06-21 | 2 | -2/+2 |
| * | | | | | property remove parent owned nodes when using replace, fixes #4128 | Juan Linietsky | 2016-06-20 | 1 | -0/+12 |
| * | | | | | do not crash when generating preview of very large sound files, fixes #4123 | Juan Linietsky | 2016-06-20 | 2 | -12/+12 |
| |/ / / / |
|
| * | | | | Changed save all scripts shortcut to avoid collision, fixes #4278 | Juan Linietsky | 2016-06-20 | 1 | -1/+1 |
| * | | | | -Improved theme editor, when a new class is added, the members are created em... | Juan Linietsky | 2016-06-20 | 2 | -36/+50 |
| * | | | | Merge pull request #5308 from MarianoGnu/issues | Rémi Verschelde | 2016-06-20 | 1 | -13/+19 |
| |\ \ \ \ |
|
| | * | | | | Remove unused connection. ShaderEditor should'nt handle ShaderGraphs. | MarianoGNU | 2016-06-20 | 1 | -13/+19 |
| * | | | | | i18n: Sync translations from Weblate | Rémi Verschelde | 2016-06-20 | 6 | -345/+260 |
| * | | | | | i18n: Improve a couple English strings | Rémi Verschelde | 2016-06-20 | 3 | -22/+16 |
| * | | | | | -Added ability to disable overwrite warning on file dialog, fixes #4545 | Juan Linietsky | 2016-06-20 | 3 | -2/+21 |
| |/ / / / |
|
| * | | | | Make sure that scripts are reloaded if needed when they enter editing, fixes ... | Juan Linietsky | 2016-06-19 | 2 | -4/+16 |
| * | | | | -Added options for scene import plugin to keep materials and user-added track... | Juan Linietsky | 2016-06-20 | 3 | -2/+172 |
| * | | | | Merge pull request #5304 from djrm/shortcuts | Juan Linietsky | 2016-06-19 | 2 | -20/+69 |
| |\ \ \ \ |
|
| | * | | | | Added shortcuts to scene tree dock | Daniel J. Ramirez | 2016-06-19 | 1 | -20/+57 |
| | * | | | | Switch tabs using CTRL+TAB and CTRL+SHIFT+TAB | Daniel J. Ramirez | 2016-06-19 | 1 | -0/+12 |
| * | | | | | Merge pull request #5303 from vnen/fix-delete-layout | Rémi Verschelde | 2016-06-19 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | Fix layout menu labels and shortcuts | George Marques | 2016-06-19 | 1 | -2/+2 |
| * | | | | | | Merge pull request #5301 from DimOkGamer/update_rus_loc_with_48a7216 | Rémi Verschelde | 2016-06-19 | 1 | -51/+32 |
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| | * | | | | | Update of Russian translation (commit 48a7216) | DimOkGamer | 2016-06-19 | 1 | -51/+32 |
| | | |_|_|/
| |/| | | |
|
| * | | | | | Added loop interpolation and track trigger icons | Daniel J. Ramirez | 2016-06-19 | 6 | -0/+220 |
| | |/ / /
|/| | | |
|
| * | | | | Merge pull request #5293 from Paulb23/ttr_add_font_extention | Rémi Verschelde | 2016-06-19 | 1 | -1/+1 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Made .fnt warning translatable | Paulb23 | 2016-06-19 | 1 | -1/+1 |
| * | | | | -Setting script in multi node edit works, closes #4442 | Juan Linietsky | 2016-06-19 | 3 | -4/+26 |
| |/ / / |
|
| * | | | i18n: Also sync incomplete translations from Weblate | Rémi Verschelde | 2016-06-19 | 6 | -0/+30514 |
| * | | | i18n: Update and merge translation templates | Rémi Verschelde | 2016-06-19 | 13 | -807/+2109 |
| * | | | i18n: Add translators credits in the PO headers | Rémi Verschelde | 2016-06-19 | 10 | -16/+40 |
| * | | | i18n: Sync translations with Weblate | Rémi Verschelde | 2016-06-19 | 9 | -1807/+1655 |
| * | | | Merge pull request #5290 from djrm/new_icons | Rémi Verschelde | 2016-06-19 | 18 | -17/+647 |
| |\ \ \ |
|
| | * | | | Added missing icons for some nodes | Daniel J. Ramirez | 2016-06-18 | 18 | -17/+647 |