Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-07 | Merge pull request #18633 from groud/fix_2d_editor | Juan Linietsky | |
Fix 2d editor | |||
2018-05-07 | Merge pull request #18642 from flashyincceo/engine-click | Juan Linietsky | |
Fix script editor CTRL+CLICK on singleton functions | |||
2018-05-07 | Merge pull request #15640 from willnationsdev/resource-saved-signal | Max Hilbrunner | |
Added EditorPlugin 'resource_saved' signal | |||
2018-05-07 | Merge pull request #18628 from raphael10241024/patch | Gilles Roudière | |
fix : code editor's text size should change at least one each time when you try to change it using shortcuts | |||
2018-05-07 | Merge pull request #18308 from ericmccarthy7/develop | Max Hilbrunner | |
Fix clone down newline bug | |||
2018-05-07 | Fix:code editor text size should change at least one each time, don't mind ↵ | RaphaelHunter | |
how you setting your display scale | |||
2018-05-07 | Merge pull request #18587 from AlexHoratio/master | Max Hilbrunner | |
Defaults to instancing child at tree root when none selected | |||
2018-05-06 | Defaults to instancing child at tree root when none selected | Unknown | |
If no node is selected, it will default to selecting the tree root node to instance a child under. This solves #18557 | |||
2018-05-05 | LinkButtons are now responsive to engine theme | Unknown | |
Fixes #18636, so now LinkButtons (like those in the asset store) will change font colour to remain visible in any engine theme, just like Labels etc | |||
2018-05-05 | Fix script editor CTRL+CLICK on singleton functions | Peter Folkins | |
2018-05-05 | Fixes some 2d bones display problems | groud | |
2018-05-05 | Fixes several selection problems in the 2D editor | groud | |
2018-05-05 | Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadow | Max Hilbrunner | |
Implement font shadows for RichTextLabel | |||
2018-05-05 | Merge pull request #18471 from TheYokai/new_script_context_option | Max Hilbrunner | |
'New Script' Option Added to FileSystem Docker Right Click Menu | |||
2018-05-04 | Fix bone refresh logic, closes #18564 | Juan Linietsky | |
2018-05-04 | Made bone handling for actual Bone2D a special case. Make custom bones ↵ | Juan Linietsky | |
appear like a custom (less important) option now. | |||
2018-05-04 | Make bones have more contrast with outline | Juan Linietsky | |
2018-05-04 | Skeletal deform working | Juan Linietsky | |
2018-05-04 | Merge pull request #18595 from AlexHoratio/script_pos_columns | Rémi Verschelde | |
Script Editor now displays positional column | |||
2018-05-04 | Merge pull request #18601 from YeldhamDev/string_changes | Rémi Verschelde | |
Small changes for some strings | |||
2018-05-03 | Small changes for some strings. | Michael Alexsander Silva Dias | |
2018-05-03 | Skeleton for 2D WIP | Juan Linietsky | |
2018-05-03 | Merge pull request #16358 from JFonS/particlesgizmo_box_fix | Rémi Verschelde | |
ParticlesGizmo solid box now follows actual visibility_aabb position. | |||
2018-05-03 | Merge pull request #16418 from bojidar-bg/15961-gdscript-array-export | Rémi Verschelde | |
Allow exporting arrays of resources in GDScript | |||
2018-05-03 | Script Editor now displays positional column | Unknown | |
This solves #17931 and makes the script editor consistent with other text editors(Sublime, Gedit, Vim) in displaying the position rather than the raw number of characters. | |||
2018-05-03 | Remove unused duplicate wireframe shortcut, fixes #18067 | Robin Hübner | |
It also happens to do nothing currently. | |||
2018-05-03 | Merge pull request #18552 from Falke117/trailingSpace | Rémi Verschelde | |
Folder name with trailing space fix | |||
2018-05-03 | i18n: Sync translation templates with current source | Rémi Verschelde | |
(cherry picked from commit 056348a8c0ee065cb99e4f33da45525d69d6bcff) Note: Still syncing with the 3.0 code for now to allow updating translations in the 3.0 branch. We'll eventually switch Weblate to use the strings of the 3.1-dev branch once it is stable enough. | |||
2018-05-03 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit ddbe559c040d30cd145d3c572dbd3bc6c7664310) | |||
2018-05-03 | Fix for Issue#18457 - Folder name with trailing space on Windows | Felix Yang | |
2018-05-02 | Merge pull request #18451 from volzhs/node-name | Rémi Verschelde | |
Check invalid node name | |||
2018-05-03 | Check invalid node name | volzhs | |
2018-05-02 | WIP Polygon2D weight editing | Juan Linietsky | |
2018-05-02 | Merge pull request #18400 from groud/fix_lock_and_groups | Rémi Verschelde | |
Fixes locks and groups on 2d editor | |||
2018-05-02 | Merge pull request #17059 from Jason0214/BugFix_favorite_updating | Rémi Verschelde | |
Editor: update favorite dirs when dir got deleted | |||
2018-05-02 | Merge pull request #17196 from RandomShaper/improve-gui-touch | Rémi Verschelde | |
Implement universal translation of touch to mouse (3.1) | |||
2018-05-02 | Merge pull request #18338 from Zylann/fix_find_in_files | Rémi Verschelde | |
Fix Find in Files | |||
2018-05-02 | Fixes locks and groups on 2d editor | groud | |
2018-05-02 | Merge pull request #18259 from Superwaitsum/MoveIcons | Rémi Verschelde | |
Changed Sprite Frame buttons for icons | |||
2018-05-02 | remove favorited dirs if original dir deleted | Jason0214 | |
2018-05-01 | Fix Find in Files: | Marc Gilleron | |
- FileAccess was accessed null (remains of GDScript port) - `_current_file` wasn't going up correctly in case a scanned directory had no subdirectories - Paths stored in `_files_to_scan` were not full paths | |||
2018-05-01 | Merge pull request #18508 from AlexHolly/hide-tab-changed-debug-print | Rémi Verschelde | |
hide tab changed debug print | |||
2018-05-01 | Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-var | Rémi Verschelde | |
Fix Coverity reports of uninitialized scalar variable | |||
2018-05-01 | Merge pull request #16502 from Paulb23/multi_group_editor | Rémi Verschelde | |
Added multi group editor dialog, issue 13997 | |||
2018-05-01 | Adds z-index properties to TileSets. | Pieter-Jan Briers | |
2018-05-01 | Revert "Added a more specific error message on export" | Rémi Verschelde | |
This reverts commit 00c689d625d0243577c225612aa86aa6a85274c4. Reason: "Missing template" is just one possible explanation for `err` being != OK here, it does not make sense to hardcode it in the generic error message (and break translations doing so). | |||
2018-05-01 | Merge pull request #18434 from YeldhamDev/animation_autoplay_fix | Rémi Verschelde | |
Fixed deleting an animation marked to autoplay in the editor affecting the creation of one with the same name | |||
2018-05-01 | Merge pull request #18380 from groud/fix_spacebar_panning | Rémi Verschelde | |
Fixes 2d editor panning not working | |||
2018-05-01 | Merge pull request #18321 from Crazy-P/Fixes-logically-dead-code | Rémi Verschelde | |
Fixes logically dead code (Coverity) | |||
2018-04-30 | Changed Sprite Frame move buttons for icons | Superwaitsum | |