Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-26 | Fix code style issues | Rémi Verschelde | |
2019-01-26 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-01-26 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-01-26 | Merge pull request #25354 from Ranoller/patch-5 | Rémi Verschelde | |
Profiler list functions from max to less expensive | |||
2019-01-26 | Avoid crash in import (though model still does not work well), fixes #19346 | Juan Linietsky | |
2019-01-26 | Profiler list functions from max to less expensive | Ranoller | |
Solves https://github.com/godotengine/godot/issues/25328 and partially https://github.com/godotengine/godot/issues/5682 | |||
2019-01-26 | Merge pull request #25338 from DualMatrix/search_inaccurate | Rémi Verschelde | |
Fixed Recent/Favorite in Create Node dialog not selecting right node | |||
2019-01-26 | Fixed Recent/Favorite in Create Node dialog not selecting right node | DualMatrix | |
Fixes #6535 | |||
2019-01-26 | Merge pull request #24923 from groud/add_color_audio_buses_buttons | Rémi Verschelde | |
Adds color to the audio buses buttons | |||
2019-01-26 | Merge pull request #25237 from eska014/pjmgr-rasterizerselect | Rémi Verschelde | |
Add renderer selection to New Project dialog | |||
2019-01-25 | Implement missing autorestart in oneshot node, closes #22238 | Juan Linietsky | |
2019-01-25 | Stop preview generator before reimporting resources with different type. | Juan Linietsky | |
2019-01-25 | Properly warn about the effects of changing an import type, as well as force ↵ | Juan Linietsky | |
editor restart. Fixes #23874 | |||
2019-01-25 | Make sub-inspectors not listen to node removals, since they never edit ↵ | Juan Linietsky | |
nodes. Fixes #23554 | |||
2019-01-25 | Ability to keep images in ImageTexture cached while using editor, fixes #25243 | Juan Linietsky | |
2019-01-25 | Merge pull request #25306 from DualMatrix/no_showup | Rémi Verschelde | |
Fixed function names of built-in scripts not showing up in debugger | |||
2019-01-25 | Fixed function names of built-in scripts not showing up in debugger | DualMatrix | |
Fixes #25198 | |||
2019-01-25 | Add renderer selection to New Project dialog | Leon Krause | |
2019-01-24 | Adds color to the audio buses buttons | groud | |
2019-01-24 | Fixes Node2D selection not adapting to editor zoom level | groud | |
2019-01-23 | Merge pull request #25260 from neikeq/qq | Rémi Verschelde | |
PluginConfigDialog: Add partial support for more script language | |||
2019-01-23 | PluginConfigDialog: Add partial support for more script language | Ignacio Etcheverry | |
2019-01-23 | Fix global settings consistency | Marcin Zawiejski | |
Fixes #25161 | |||
2019-01-22 | Forbid making root on inherited scenes, closes #24484 | Juan Linietsky | |
2019-01-22 | Make inspector gain focus on refresh only if it has it, fixes #24979, closes ↵ | Juan Linietsky | |
#25053 | |||
2019-01-22 | Merge pull request #25215 from akien-mga/scripteditor-goto-line | Rémi Verschelde | |
Fix going to script line on VisualScript errors | |||
2019-01-22 | Merge pull request #25195 from YeldhamDev/texregion_editor_sprite3d | Rémi Verschelde | |
Make the Texture Region Editor able to edit regions of Sprite3Ds | |||
2019-01-22 | Fix going to script line on VisualScript errors | Rémi Verschelde | |
Fixes #18103, which was a regression from #16888. | |||
2019-01-21 | Add function to obtain filesystem type from DirAccess. | Juan Linietsky | |
Change EditorFileSystem to not use directory modification times on FAT32, fixes #20946 | |||
2019-01-21 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-01-21 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-01-21 | Make the Texture Region Editor able to edit regions of Sprite3Ds | Michael Alexsander Silva Dias | |
2019-01-21 | ExportDialog: Make error messages translatable | Rémi Verschelde | |
Also fix missing newlines that caused #24202. | |||
2019-01-21 | Merge pull request #25163 from ankitpriyarup/master | Rémi Verschelde | |
Disable autowrap for export dialog errors | |||
2019-01-21 | Disable autowrap for export dialog errors | Ankit Priyarup | |
Fixes #25065 | |||
2019-01-20 | Make "Export with Debug" more visible in the Export dialog | Hugo Locurcio | |
This swaps out the CheckButton with a CheckBox, which has two benefits: - The checkbox icon appears to the left of the text, which moves it closer from the text. This makes it more easily noticeable, as it also appears below the "File:" text now. - It follows the UI convention of using checkboxes for options that do not bear an immediate effect, unlike CheckButtons which are expected to have an immediate effect when toggled. This closes #25170. | |||
2019-01-19 | Merge pull request #25110 from groud/display_pivot | Rémi Verschelde | |
Displays the pivot all the time and rotate the icon | |||
2019-01-18 | Displays the pivot all the time and rotate the icon | groud | |
2019-01-18 | Editor source status font size, fixes #25039 | Melvin Winstroem-Moeller | |
2019-01-18 | Clean up and fix issues after merging #21701 , closes #21104 | Juan Linietsky | |
2019-01-18 | Merge pull request #21701 from AlexHolly/fix-multiselect-proptery-change | Juan Linietsky | |
Fix multiselect change property | |||
2019-01-17 | Merge pull request #25076 from groud/fix_filesystem_dock | Rémi Verschelde | |
Fixes crash in the Filesystem dock | |||
2019-01-17 | Fixes crash in the Filesystem dock | groud | |
2019-01-17 | Add some checks to avoid disaster when making a node the scene root. Fixes ↵ | Juan Linietsky | |
#24484 | |||
2019-01-17 | Fix keying resource properties, closes #24690 | Juan Linietsky | |
2019-01-17 | Fix radio buttons support in ItemListEditorPlugin | Rémi Verschelde | |
This was missed in bf14a6deffe4c9b74920080851f7e4e273f66116. | |||
2019-01-17 | Perform a cleaner exit for resource preview, fixes #24206 | Juan Linietsky | |
2019-01-16 | Merge pull request #24924 from danilo2205/rename-oriented-path-follow | Rémi Verschelde | |
Merge OrientedPathFollow into PathFollow | |||
2019-01-16 | Rename OrientedPathFollow to PathFollowOriented | Danilo Villa (Davi) | |
2019-01-16 | Fix order of a nullptr test in canvas item editor | jlahman | |