Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-08 | Bit more of visual polish | Juan Linietsky | |
2018-06-08 | Remove the "go back" behavior in track editor for inspector based key ↵ | Juan Linietsky | |
editing, fixes #19434, fixes #19423 | |||
2018-06-08 | Properly update range and valid key range when keys are in/out of view, ↵ | Juan Linietsky | |
fixes #19433 | |||
2018-06-08 | Merge pull request #19452 from guilhermefelipecgs/fix_messages | Rémi Verschelde | |
Fix translate messages for new AnimationPlayer | |||
2018-06-08 | Fixed cursor not updating in some circumstances, closes #19430 | Juan Linietsky | |
2018-06-08 | Fix translate messages for new AnimationPlayer | Guilherme Felipe | |
2018-06-08 | Disallow via add track for animation player to animate itself, fixes #19425 | Juan Linietsky | |
2018-06-08 | Avoid animation length from ever being completely, fixes #19420 | Juan Linietsky | |
2018-06-08 | Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotation | Rémi Verschelde | |
Fix bugs related to bad handling of rotated/translated shapes in tilemap | |||
2018-06-08 | Merge pull request #19334 from guilhermefelipecgs/fix_popup | Juan Linietsky | |
Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor | |||
2018-06-08 | Merge pull request #19314 from Jellonator/master | Rémi Verschelde | |
Added autotile override | |||
2018-06-08 | Merge pull request #19437 from volzhs/live-edit-reparent-child | Rémi Verschelde | |
Make same child index as edited scene when using live edit | |||
2018-06-08 | Make same child index as edited scene when using live edit | volzhs | |
2018-06-07 | Entirely new (and much improved) animation editor. | Juan Linietsky | |
2018-06-06 | Fix theme not updating with changes | Guilherme Felipe | |
2018-06-06 | Fix #16069, #19292, #19267 and #18940 | Guilherme Felipe | |
2018-06-06 | Merge pull request #19388 from volzhs/show-filename | Rémi Verschelde | |
Show opened script or help name | |||
2018-06-06 | Show opened script or help name | volzhs | |
2018-06-05 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit e8bfc09b81f02395226a06f5a8ecd47bea136cc6) | |||
2018-06-05 | i18n: Sync translation templates with current source | Rémi Verschelde | |
(cherry picked from commit 74808e71d213888d40671246ace3c701dd674a2b) | |||
2018-06-05 | [Inspector] Fix search field losing focus when typing | Guilherme Felipe | |
Fix #19382 | |||
2018-06-04 | Fix Rect2 properties typo | Guilherme Felipe | |
2018-06-03 | Fix bugs related to bad handling of rotated/translated shapes in tilemap | Bojidar Marinov | |
Fixup #18529 and #12870 | |||
2018-06-02 | Added autotile override | James Beedie | |
2018-06-01 | Merge pull request #19250 from YeldhamDev/scene_editor_tooltips | Rémi Verschelde | |
Minor changes to the Scene and Canvas editors' tooltips | |||
2018-05-30 | Move NavigationMeshEditorPlugin to Recast module as should be | Rémi Verschelde | |
Modules can register their own editor plugins (like GridMap does), so no need to put module-specific classes in the `editor/` folder. Also cleans up the previous SCons env pollution from the Recast module, integrating its code into libmodules as other modules. | |||
2018-05-30 | Removing Duplicate Batch Rename from scene-tree menu | steincodes | |
2018-05-29 | Minor changes to the Scene and Canvas editors' tooltips. | Michael Alexsander Silva Dias | |
2018-05-29 | Fix index out of size error of image.cpp | volzhs | |
2018-05-28 | Fix MethodInfo for EditorInspectorPlugin.can_handle | Rémi Verschelde | |
2018-05-28 | Merge pull request #18899 from ibrahn/gdscript-license-info | Rémi Verschelde | |
GDScript access to copyright, license, author and donor information. | |||
2018-05-26 | Merge pull request #15489 from willnationsdev/gdnative-hook | Max Hilbrunner | |
Add EditorPlugin.build() build callbacks | |||
2018-05-26 | Merge pull request #18234 from flashyincceo/font-preview | Max Hilbrunner | |
Adding font preview to file browsers | |||
2018-05-26 | Merge pull request #19020 from toger5/better_light_theme_text_editor_behaviour | Max Hilbrunner | |
light theme text editor behaviour | |||
2018-05-26 | Merge pull request #19179 from Zirak/instance-without-parent | Max Hilbrunner | |
Instance scene at root node by default | |||
2018-05-26 | Instance scene at root by default | Zirak | |
Fix bug in cdcfb9582e6e9f18df1475619f2ebe62b7f0bdce leading to the root node not being selected by default. Fix #18557. | |||
2018-05-26 | Don't cut of long errors in debugger. | Benjamin | |
Autowrap to expand to up to 3 lines + display full error in tooltip. | |||
2018-05-25 | Merge pull request #18931 from guilhermefelipecgs/fix_find_bar | Rémi Verschelde | |
[Doc] Fixes in find bar | |||
2018-05-25 | Revert "Improve TileMap undo operations" | Rémi Verschelde | |
2018-05-25 | Merge pull request #19115 from firefly2442/cppcheck-defensive | Rémi Verschelde | |
cppcheck - defensive programming on i index check order | |||
2018-05-25 | Merge pull request #19135 from Zylann/fix_find_in_files_2 | Rémi Verschelde | |
Fix potential bugs with Find in Files | |||
2018-05-25 | Merge pull request #18752 from danilo2205/enhanced_path_follow | Rémi Verschelde | |
Up Vector for Curve3D and OrientedPathFollow Implementation | |||
2018-05-25 | Merge pull request #19157 from volzhs/bone-visibility | Gilles Roudière | |
Don't draw bones if it's not visible | |||
2018-05-25 | Don't draw bones if it's not visible | volzhs | |
2018-05-24 | Fix potential bugs with Find in Files | Marc Gilleron | |
- Iteration still going on after scan finished - Comparing milliseconds with seconds - Potential imprecision due to accumulating milliseconds (iteration could take fewer than 1ms) - Folders to scan not cleared when a new search starts | |||
2018-05-23 | Improve TileMap undo operations | Marcelo Fernandez | |
2018-05-23 | Merge pull request #19097 from volzhs/fix-import-filename | Max Hilbrunner | |
Make filename clipped on Import dock | |||
2018-05-23 | Merge pull request #19124 from volzhs/relative-node-path | Max Hilbrunner | |
Use relative node path when assigning a node on inspector | |||
2018-05-23 | Merge pull request #18876 from TailyFair/assetlib-console-spam | Max Hilbrunner | |
Fix AssetLib image loading | |||
2018-05-23 | Merge pull request #19108 from vnen/autoload-fix | Max Hilbrunner | |
Only add autoloads in editor if they have tool scripts |