| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | | Merge pull request #5218 from djrm/new_icons | Rémi Verschelde | 2016-06-15 | 4 | -99/+328 |
| |\ \ \ \ \ |
|
| | * | | | | | Added new svgs to pngs exporter | Daniel J. Ramirez | 2016-06-14 | 1 | -0/+137 |
| | * | | | | | Added zoom icons for graph edit, and removed old exporter | Daniel J. Ramirez | 2016-06-14 | 3 | -99/+191 |
| | |/ / / / |
|
| * | | | | | Merge pull request #5195 from Ovnuniarchos/Shape2DIcons | Rémi Verschelde | 2016-06-15 | 24 | -0/+231 |
| |\ \ \ \ \ |
|
| | * | | | | | New Shape2D* icons. | Ovnuniarchos | 2016-06-13 | 24 | -0/+231 |
| * | | | | | | Merge pull request #5163 from Paulb23/script_editor_shortcuts | Rémi Verschelde | 2016-06-15 | 2 | -58/+58 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Added shader editor shortcuts | Paulb23 | 2016-06-13 | 1 | -11/+11 |
| | * | | | | | | Added script editor shortcuts | Paulb23 | 2016-06-13 | 1 | -47/+47 |
| * | | | | | | | Merge pull request #5162 from GungnirInd/app_bundle_retina | Rémi Verschelde | 2016-06-15 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Make .app bundle hidpi aware | GungnirInd | 2016-06-11 | 1 | -1/+1 |
| * | | | | | | | | Update russian translation from Weblate (#5140) | Dmitriy Salnikov | 2016-06-15 | 1 | -93/+84 |
| | |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | | Merge pull request #5137 from nunodonato/fixaxismessages | Juan Linietsky | 2016-06-14 | 1 | -4/+4 |
| |\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| | * | | | | | | * fix messages when modifying on switching the active axis | Nuno Donato | 2016-06-10 | 1 | -4/+4 |
| * | | | | | | | Merge pull request #5127 from bojidar-bg/asset-library-update-onshow | Juan Linietsky | 2016-06-13 | 1 | -1/+5 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Update asset library assets only when opening the respective tab | Bojidar Marinov | 2016-06-09 | 1 | -1/+5 |
| * | | | | | | | | Merge pull request #5138 from Geequlim/TextureRegionEditor | Juan Linietsky | 2016-06-13 | 2 | -6/+40 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Add support for AtlasTexture resources | Geequlim | 2016-06-10 | 2 | -6/+40 |
| | | |/ / / / / /
| |/| | | | | | |
|
| * | | | | | | | | Merge pull request #5160 from neikeq/pr-issue-5136 | Juan Linietsky | 2016-06-13 | 1 | -2/+12 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | FindReplaceBar: Fix search bug when text is selected | Ignacio Etcheverry | 2016-06-11 | 1 | -2/+12 |
| * | | | | | | | | | Merge pull request #5165 from neikeq/pr-issue-5116 | Juan Linietsky | 2016-06-13 | 4 | -0/+97 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | ConnectionsDock: Double click to create and go to signal connection | Ignacio Etcheverry | 2016-06-12 | 4 | -0/+97 |
| | |/ / / / / / / / |
|
| * | | | | | | | | | Merge pull request #5187 from volzhs/find-nomatch-notice | Juan Linietsky | 2016-06-13 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | change "No matches" noticeable on finder | volzhs | 2016-06-13 | 1 | -0/+3 |
| * | | | | | | | | | | Merge pull request #5177 from vnen/string-subsequence | Juan Linietsky | 2016-06-13 | 5 | -8/+8 |
| |\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / /
|/| | | | | | | | | |
|
| | * | | | | | | | | | Add subsequence search to tools | George Marques | 2016-06-12 | 5 | -8/+8 |
| * | | | | | | | | | | Changed reload logic to auto-hard-reload scripts on save. It's simpler to use... | Juan Linietsky | 2016-06-13 | 1 | -2/+7 |
| * | | | | | | | | | | -Add visible IO errors when closing a file fails due to it being locked (most... | Juan Linietsky | 2016-06-13 | 2 | -2/+8 |
| * | | | | | | | | | | resolve numerical error when comparing instancing an inheritance to avoid sav... | Juan Linietsky | 2016-06-12 | 1 | -0/+8 |
| | |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
| * | | | | | | | | | fixed tile map editor plugin, all previews are now the same size, closes #4983 | Juan Linietsky | 2016-06-12 | 1 | -0/+6 |
| * | | | | | | | | | Changed how min/max icon size in ItemList works and replaced it by a fixed si... | Juan Linietsky | 2016-06-12 | 3 | -6/+5 |
| * | | | | | | | | | project history was not being saved after a recent fix, this should fix it | Juan Linietsky | 2016-06-12 | 1 | -1/+1 |
| | |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | | rewrote LineEdit window repositioning code so it does not eat the last charac... | Juan Linietsky | 2016-06-12 | 1 | -0/+1 |
| * | | | | | | | | Ability to discard instancing from menu, closes #4903 | Juan Linietsky | 2016-06-11 | 3 | -1/+49 |
| * | | | | | | | | apply built-in scripts when running the game, closes #4987 | Juan Linietsky | 2016-06-11 | 1 | -1/+4 |
| * | | | | | | | | remove (for now) the next/prev instance buttons in debugger, closes #4993 | Juan Linietsky | 2016-06-11 | 1 | -1/+3 |
| * | | | | | | | | Fix the warning message from not using the editor theme, closes #5002 | Juan Linietsky | 2016-06-11 | 1 | -1/+1 |
| * | | | | | | | | make sure editor forgets removed settings, closes #5010 | Juan Linietsky | 2016-06-11 | 2 | -3/+25 |
| |/ / / / / / / |
|
| * | | | | | | | Prevent crash in specific situation of removing a plugin, fixes #5019 | Juan Linietsky | 2016-06-11 | 1 | -0/+1 |
| * | | | | | | | Rewrote ConnectionsDialog to use containers, should work fine on HiDPI, close... | Juan Linietsky | 2016-06-11 | 1 | -70/+28 |
| | |_|_|/ / /
|/| | | | | |
|
| * | | | | | | Merge pull request #5125 from volzhs/translation-korean-2 | Rémi Verschelde | 2016-06-10 | 1 | -73/+64 |
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| | * | | | | | update Korean translation | volzhs | 2016-06-10 | 1 | -73/+64 |
| | |/ / / / |
|
| * | | | | | Better way to disable asset library | Juan Linietsky | 2016-06-09 | 2 | -14/+14 |
| * | | | | | If a resource is delete from fs dialog, but the resource is currently loaded, | Juan Linietsky | 2016-06-09 | 2 | -0/+6 |
| * | | | | | Disable asset library compilation if no openssl exists | Juan Linietsky | 2016-06-09 | 2 | -0/+8 |
| | |/ / /
|/| | | |
|
| * | | | | Merge pull request #5124 from Paulb23/editor_help_focus_issues | Rémi Verschelde | 2016-06-09 | 1 | -0/+1 |
| |\ \ \ \ |
|
| | * | | | | Fixed editor help focus issues and input propagation | Paulb23 | 2016-06-09 | 1 | -0/+1 |
| * | | | | | Merge pull request #5123 from zaps166/fix-editorassetlibrary-crash | Rémi Verschelde | 2016-06-09 | 1 | -2/+0 |
| |\ \ \ \ \ |
|
| | * | | | | | EditorAssetLibrary: Don't call add_child() on uninitialized pointer | Błażej Szczygieł | 2016-06-09 | 1 | -2/+0 |
| | |/ / / / |
|
| * | / / / | add line spacing option to script and shader editor (#5105) | volzhs | 2016-06-09 | 2 | -0/+4 |
| | |/ / /
|/| | | |
|
| * | | | | i18n: Sync and merge translations with source | Rémi Verschelde | 2016-06-09 | 11 | -3229/+5695 |