Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-22 | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde | |
Code completion box colors | |||
2016-06-22 | Merge pull request #5274 from Paulb23/editor_file_dialog_shortcuts | Rémi Verschelde | |
Added editor file dialog shortcuts | |||
2016-06-22 | Merge pull request #5282 from Hodes/master | Rémi Verschelde | |
editor_node.cpp now takes care of removing plugin after deactivating it | |||
2016-06-21 | Fixed error using the same atlas rect for all images, closes #4139 | Juan Linietsky | |
2016-06-21 | Fix classes.xml sorting | George Marques | |
Make methods, signals, theme items and constants sort correctly | |||
2016-06-21 | Added code completion existing color setting | Paulb23 | |
2016-06-21 | Added code completion selected color setting | Paulb23 | |
2016-06-21 | Merge pull request #5336 from bojidar-bg/assetlib-additional-features | Rémi Verschelde | |
Assetlib additional features | |||
2016-06-21 | Added code completion background color setting | Paulb23 | |
2016-06-21 | Fix project manager category list, small enchancements as well | Bojidar Marinov | |
2016-06-21 | Ability to premultiply alpha on font import, fixes #5231 | Juan Linietsky | |
2016-06-21 | Add support levels to search | Bojidar Marinov | |
2016-06-21 | Check hashes when downloading assets | Bojidar Marinov | |
2016-06-21 | Merge pull request #5326 from MarianoGnu/issues | Rémi Verschelde | |
Don't create outlines from dummy meshes. Fixes #4718 | |||
2016-06-21 | Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258) | sunnystormy | |
2016-06-20 | property remove parent owned nodes when using replace, fixes #4128 | Juan Linietsky | |
2016-06-20 | do not crash when generating preview of very large sound files, fixes #4123 | Juan Linietsky | |
2016-06-20 | Don't create outlines from dummy meshes. Fixes #4718 | MarianoGNU | |
2016-06-20 | Changed save all scripts shortcut to avoid collision, fixes #4278 | Juan Linietsky | |
2016-06-20 | -Improved theme editor, when a new class is added, the members are created ↵ | Juan Linietsky | |
empty, closes #4619 -Made theme editor take less vertical space by using a scroll area | |||
2016-06-20 | Merge pull request #5308 from MarianoGnu/issues | Rémi Verschelde | |
ShaderEditor fixes | |||
2016-06-20 | i18n: Sync translations from Weblate | Rémi Verschelde | |
2016-06-20 | i18n: Improve a couple English strings | Rémi Verschelde | |
2016-06-20 | Remove unused connection. ShaderEditor should'nt handle ShaderGraphs. | MarianoGNU | |
Fixes #4678 && #4745 | |||
2016-06-20 | -Added ability to disable overwrite warning on file dialog, fixes #4545 | Juan Linietsky | |
2016-06-19 | Make sure that scripts are reloaded if needed when they enter editing, fixes ↵ | Juan Linietsky | |
#4456 | |||
2016-06-20 | -Added options for scene import plugin to keep materials and user-added ↵ | Juan Linietsky | |
tracks to animations, please test! closes #4425 | |||
2016-06-19 | Merge pull request #5304 from djrm/shortcuts | Juan Linietsky | |
switch tabs using ctrl+tab and ctrl-shift-tab, added shortcuts for scene tree dock | |||
2016-06-19 | Added shortcuts to scene tree dock | Daniel J. Ramirez | |
2016-06-19 | Switch tabs using CTRL+TAB and CTRL+SHIFT+TAB | Daniel J. Ramirez | |
2016-06-19 | Merge pull request #5303 from vnen/fix-delete-layout | Rémi Verschelde | |
Fix layout menu labels and shortcuts | |||
2016-06-19 | Fix layout menu labels and shortcuts | George Marques | |
2016-06-19 | Merge pull request #5301 from DimOkGamer/update_rus_loc_with_48a7216 | Rémi Verschelde | |
Update of Russian translation (commit 48a7216) [ci skip] | |||
2016-06-19 | Added loop interpolation and track trigger icons | Daniel J. Ramirez | |
2016-06-19 | Update of Russian translation (commit 48a7216) | DimOkGamer | |
2016-06-19 | Merge pull request #5293 from Paulb23/ttr_add_font_extention | Rémi Verschelde | |
Made .fnt warning translatable | |||
2016-06-19 | Made .fnt warning translatable | Paulb23 | |
2016-06-19 | Added editor file dialog shortcuts | Paulb23 | |
2016-06-19 | -Setting script in multi node edit works, closes #4442 | Juan Linietsky | |
2016-06-19 | i18n: Also sync incomplete translations from Weblate | Rémi Verschelde | |
It is simpler to sync everything from Weblate and to maybe delete incomplete translations before building release binaries, than to try to cherry-pick changes (which leads to painful merge conflicts on Weblate's git repo | |||
2016-06-19 | i18n: Update and merge translation templates | Rémi Verschelde | |
Also switched the wrapping length to 79 chars instead of 80, which seems to be what Weblate uses by default (as well as Poedit). | |||
2016-06-19 | i18n: Add translators credits in the PO headers | Rémi Verschelde | |
2016-06-19 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Only synced translation with > 50% completion. | |||
2016-06-19 | Merge pull request #5290 from djrm/new_icons | Rémi Verschelde | |
Added missing icons for some nodes | |||
2016-06-19 | Merge pull request #5283 from djrm/remove_prints | Rémi Verschelde | |
Removed lots of prints | |||
2016-06-19 | Merge pull request #5259 from neikeq/pr-textedit-zoom | Rémi Verschelde | |
TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | |||
2016-06-19 | Merge pull request #5243 from Geequlim/editor-themes | Rémi Verschelde | |
Clean up editor theme creation | |||
2016-06-19 | Merge pull request #5166 from djrm/shortcuts | Rémi Verschelde | |
Added customizable shortcuts for tile map editor | |||
2016-06-19 | Merge pull request #5039 from jay3d/master | Rémi Verschelde | |
Add "-rigid" postfix import feature to create rigid bodies | |||
2016-06-19 | Merge pull request #4724 from Cybolic/optional-loop-interpolation | Rémi Verschelde | |
Added toggle for loop interpolation based on adolson's code |