Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-28 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Also sync translation template. | |||
2019-03-27 | Merge pull request #27388 from KidRigger/master | Rémi Verschelde | |
Prevents crash on loading unrecognized resources. | |||
2019-03-27 | Merge pull request #27383 from SpechtMagnus/master | Rémi Verschelde | |
TileMap: Fixed unfinished max_lines draw handling for freeze/crash avoidance. | |||
2019-03-27 | Merge pull request #27182 from goodyttoor/gltf_order | Rémi Verschelde | |
Fix order of transformation in GLTF import | |||
2019-03-26 | Add a "Request Docs" button to code editor. | Juan Linietsky | |
2019-03-25 | Prevents crash on loading unrecognized resources. | Anish | |
Editor crashes on trying to load resources with no loaders. Simple check on the resource loader prevents using a null resource loader. Fixes: #27385 | |||
2019-03-24 | Fixed unfinished max_lines handling for crash avoidance. | Magnus Specht | |
2019-03-20 | Revert accidental commits | Pedro J. Estébanez | |
This reverts commit fb37284c027b494ed3ec21124001fcb729f42cc4. This reverts commit 4db0f51b9aa76cfc7649787fe1970af606ce8dab. | |||
2019-03-20 | Create live view dock [wip] | Pedro J. Estébanez | |
2019-03-18 | Fix order of transformation in GLTF import | Vivatchai Kaveeta | |
From the gltf 2 spec, the order is R * S. Previously we did S * R, which broke some mesh with non-uniform scale. Fix #23356, Fix #14725 | |||
2019-03-17 | Fix script editor attempting to set current line to -1 on script open | Paulb23 | |
2019-03-16 | Merge pull request #27145 from YeldhamDev/editfilediag_favrm_remove | Rémi Verschelde | |
Remove unused 'fav_rm' ToolButton in EditorFileDialog | |||
2019-03-16 | Remove unused 'fav_rm' ToolButton in EditorFileDialog | Michael Alexsander Silva Dias | |
2019-03-16 | Merge pull request #27130 from akien-mga/editor-theme-hint-typo | Rémi Verschelde | |
Fix misplaced hint for interface/theme/accent_color | |||
2019-03-16 | Merge pull request #25782 from hsandt/feature/fix-toggle-comment-indent | Rémi Verschelde | |
Feature/fix toggle comment indent | |||
2019-03-16 | Merge pull request #26308 from bojidar-bg/11722-meshlibrary-transforms | Rémi Verschelde | |
Consider StaticBody and NavMesh position when converting to a MeshLibrary | |||
2019-03-16 | Merge pull request #26706 from YeldhamDev/multinode_scriptclear_fix | Rémi Verschelde | |
Fix clearing scripts while multiple nodes are selected | |||
2019-03-16 | Merge pull request #26919 from jabcross/master | Rémi Verschelde | |
Implement source lookup for class_name defined classes | |||
2019-03-16 | Merge pull request #26935 from qarmin/show_class_name_icon_in_tabs | Rémi Verschelde | |
Show in tabs custom class icons | |||
2019-03-16 | Fix misplaced hint for interface/theme/accent_color | Rémi Verschelde | |
Supersedes #26992. | |||
2019-03-16 | Merge pull request #27123 from bojidar-bg/27113-rename-action | Rémi Verschelde | |
Fix renaming actions in the Project settings | |||
2019-03-16 | Merge pull request #27115 from Janglee123/master | Rémi Verschelde | |
Fix toggling snap mode while transforming the Spatial object | |||
2019-03-16 | Fix renaming actions in the Project settings | Bojidar Marinov | |
Fixes #27113, a regression from 6daed7d12294b3f47f1ecb309d2e2b5b225ee663 | |||
2019-03-16 | fixed toggelling snap mode while transforming | janglee123 | |
2019-03-16 | Make bottom panel only try to hide editors when they're visible | Michael Alexsander Silva Dias | |
2019-03-13 | Merge pull request #26945 from shartte/allow-fewer-viewports-in-editor-state | Rémi Verschelde | |
Be more tolerant about under-defined spatial viewport state | |||
2019-03-12 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-03-12 | Don't crash when the saved editor state contains fewer viewports than ↵ | Sebastian Hartte | |
currently supported. | |||
2019-03-12 | Merge pull request #26941 from JFonS/add_gizmos_priority | Rémi Verschelde | |
Add priority to gizmos and fix small issues | |||
2019-03-12 | Add priority to gizmos and fix small issues | JFonS | |
User defined gizmos will haave higher preference than editor gizmos by default. Also fixed some inconsistencies in the gizmos menu when using custom gizmos. | |||
2019-03-11 | Show in tabs non default class icons | qarmin | |
2019-03-11 | Implement source lookup for class_name defined classes | Pedro Ciambra | |
Previous to this, classes defined with class_name had no behavior when ctrl-clicked in the editor. Fixes #26882 | |||
2019-03-11 | Prevents a Null Reference in deleting Animations. | Anish | |
A null Animation would cause a crash by accessing restricted memory. Solved by checking if the animation track is null before using the animation. Fixes: #26829 | |||
2019-03-10 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-03-10 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-03-09 | Merge pull request #26687 from QbieShay/hang_server_build_fix | Rémi Verschelde | |
Removed the resource preview thread from the server build | |||
2019-03-09 | Merge pull request #26818 from vnen/class_name-inheritance | Rémi Verschelde | |
Allow class_name scripts to have nested inheritance | |||
2019-03-09 | Allow class_name scripts to have nested inheritance | George Marques | |
2019-03-08 | Fix crash in texture previeer, closes #26749, probably others | Juan Linietsky | |
2019-03-08 | Merge pull request #26781 from YeldhamDev/editfilediag_favdir_fix | Rémi Verschelde | |
Fix "Favorite" button not being toggled when navigating to a faved folder manually | |||
2019-03-08 | Fix error when trying to enter to folder/node directly via address bar | qarmin | |
2019-03-07 | Fix "Favorite" button not being toggled when navigating to a faved folder ↵ | Michael Alexsander Silva Dias | |
manually | |||
2019-03-07 | Do not annoy unrelated textures with texture editor. | Juan Linietsky | |
2019-03-07 | Merge pull request #26758 from qarmin/fix_error_dragging_empty_script_editor | Rémi Verschelde | |
Fix error when dragging empty script list in Script Editor | |||
2019-03-07 | Force inspector to clean up on delete, fixes crash. | Juan Linietsky | |
2019-03-07 | Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733 | Juan Linietsky | |
2019-03-07 | Fix error when dragging empty script list in Script Editor | qarmin | |
2019-03-06 | Merge pull request #26722 from MarianoGnu/fix_24238 | Rémi Verschelde | |
TileSetEditor: Don't draw invalid occlusion shapes. Fixes #24238 | |||
2019-03-06 | TileSetEditor: Don't draw invalid occlusion shapes. Fixes #24238 | Mariano Suligoy | |
2019-03-06 | Cleanup relationship line coding after 5f079e2 | Michael Alexsander Silva Dias | |