Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-01 | Merge pull request #29360 from Calinou/improve-curve-editor-rendering | Rémi Verschelde | |
Improve the curve editor rendering | |||
2019-06-01 | Merge pull request #24560 from guilhermefelipecgs/fix_24549 | Rémi Verschelde | |
Add EDITMODE_PRIORITY for ATLAS_TILE | |||
2019-06-01 | Merge pull request #24708 from uzimonkey/sub-resource-names-in-script-editor | Rémi Verschelde | |
Add sub-resource name when available to script editor | |||
2019-06-01 | Merge pull request #28695 from Ranoller/patch-2 | Rémi Verschelde | |
FIX Script editor doesn´t send unsaved script #28693 | |||
2019-06-01 | Improve the curve editor rendering | Hugo Locurcio | |
- Fix grid rendering when using a light theme - Enable anti-aliasing for the main curve line (only applies when using the GLES3 renderer) - Swap the main line and edge line colors for better visibility - Scale some line widths on hiDPI displays (not all of them could be scaled due to rendering bugs) | |||
2019-05-31 | Merge pull request #27309 from KoBeWi/main_scene_on_android | Rémi Verschelde | |
Ensure main scene is set when running on device | |||
2019-05-31 | Ensure main scene is set when running on device | Tomasz Chabora | |
2019-05-31 | Merge pull request #27334 from qarmin/add_50_percent_editor_scale | Rémi Verschelde | |
Add support for 50% editor scale | |||
2019-05-31 | Merge pull request #28144 from Calinou/animation-track-editor-align-bool | Rémi Verschelde | |
Align boolean track icons to other keys in the animation editor | |||
2019-05-31 | Merge pull request #29318 from bojidar-bg/29313-control-constant-update | Rémi Verschelde | |
Fix constant redrawing of the editor when selecting a Control in a Container | |||
2019-05-31 | Merge pull request #29324 from qarmin/fix_memory_leak_text_editor | Rémi Verschelde | |
Fix memory leak in Text Editor and FileSystem dock | |||
2019-05-31 | Merge pull request #29329 from volzhs/fix-animation-player | Rémi Verschelde | |
Fix animation player | |||
2019-05-31 | Merge pull request #29334 from KoBeWi/not_crash_is_true | Rémi Verschelde | |
Fix crash when inherit in rootless unsaved scene | |||
2019-05-31 | Merge pull request #29328 from KoBeWi/undo_cpuparticles_too | Rémi Verschelde | |
Allow undo of conversion to CPUParticles | |||
2019-05-31 | Merge pull request #29301 from creikey/fix-remotescenetree | Rémi Verschelde | |
Hide remote scene tree when adding new scene | |||
2019-05-30 | Hide remote scene tree when adding new scene | Cameron Reikes | |
- Don't show create_root_dialog if remote scenetree visible - Hide create_root_dialog on showing of remote scenetree Fixes #29288 | |||
2019-05-31 | Add sub-resource name when available to script editor | UziMonkey | |
2019-05-31 | Fix crash when inherit in rootless unsaved scene | Tomasz Chabora | |
2019-05-31 | Sync Animation editor with Inspector | volzhs | |
2019-05-30 | Allow undo conversion to CPUParticles | Tomasz Chabora | |
2019-05-31 | Revert "Fix AnimationPlayer editor length and step synchronization" | volzhs | |
This reverts commit ca80ebe9f6319f3caf008bd3f49fc11bae13423c. | |||
2019-05-30 | Fix memory leak in Text Editor and FileSystem Dock | qarmin | |
2019-05-30 | Check error code before using FileAccess to create a preview and crashing. | K. S. Ernest (iFIre) Lee | |
2019-05-30 | Fix constant redrawing of the editor when selecting a Control in a Container | Bojidar Marinov | |
Fixes #29313 | |||
2019-05-30 | Merge pull request #29297 from Calinou/decrease-editor-fps-unfocused | Rémi Verschelde | |
Decrease the editor FPS cap when the window is unfocused | |||
2019-05-30 | Merge pull request #24286 from glaforte/bugfix/20878 | Rémi Verschelde | |
Fixes the support of the 'keep on reimport' flag - Issue #20878. | |||
2019-05-30 | Decrease the editor FPS cap when the window is unfocused | Hugo Locurcio | |
This decreases CPU/GPU usage when the window is unfocused, which can be beneficial to laptop users. This also makes the low-processor mode sleep project setting no longer affect the editor. Instead, two new editor settings now define the duration of sleeping when the editor is focused and unfocused. This closes #24209 and partially addresses #29257. | |||
2019-05-30 | Merge pull request #29308 from hbina/fixing_undo_2d_particles | Rémi Verschelde | |
added ability to undo conversion of Particles2D to CPUParticles2D | |||
2019-05-30 | Merge pull request #29296 from jbuck3/cleanup | Rémi Verschelde | |
Remove some redundant lines | |||
2019-05-30 | added ability to undo conversion of Particles2D to CPUParticles2D | hbina085 | |
2019-05-29 | Remove some redundant lines | James Buck | |
2019-05-29 | Merge pull request #24365 from YeldhamDev/autoload_restrict_keywords | Rémi Verschelde | |
Restrict Autoloads from having keywords as their names | |||
2019-05-29 | Merge pull request #25516 from bojidar-bg/25487-folding-remote-tree | Rémi Verschelde | |
Fix remote scene tree root folding | |||
2019-05-29 | Merge pull request #25480 from ↵ | Rémi Verschelde | |
WindyDarian/scene_import_root_type_script_global_class_support Support script global class (class_name) as root_type when importing a scene | |||
2019-05-29 | Merge pull request #25647 from QbieShay/fix_25440 | Rémi Verschelde | |
Added a setting for files in which the editor should search (project specific) | |||
2019-05-29 | Merge pull request #29253 from IronicallySerious/remove-duplicate-plugin | Rémi Verschelde | |
Remove duplicate audio bus plugin registry | |||
2019-05-29 | Fix incorrect scroll when the user perform first action on visual shader | Chaosus | |
2019-05-28 | Merge pull request #28896 from Ranoller/master | Rémi Verschelde | |
Fix tilemap displaced textures and shapes | |||
2019-05-28 | Merge pull request #28789 from mitchcurtis/quick-open | Rémi Verschelde | |
Add Quick Open dialog | |||
2019-05-28 | Remove duplicate audio bus plugin registry | Twarit | |
2019-05-28 | Align boolean/color track icons to other keys in the animation editor | Hugo Locurcio | |
This closes #27782. | |||
2019-05-28 | Merge pull request #28349 from KoBeWi/sprite_editor_mistake_eraser | Rémi Verschelde | |
Add undo for Sprite Editor | |||
2019-05-28 | Merge pull request #28862 from KoBeWi/editable_clones | Rémi Verschelde | |
Keep editable children on node duplicate | |||
2019-05-28 | Merge pull request #29239 from fire/plugin_editor_settings | Rémi Verschelde | |
Be able to add to the editor setting tabs. | |||
2019-05-28 | Add Quick Open dialog | Mitch Curtis | |
This dialog searches every Resource-derived file in the project, making it extremely useful for searching everything from audio files to scripts. Unlike the Quick Open Script and Quick Open Scene dialogs, you don't need to think about the type of file you're opening, just its name. Shift + Alt + O was chosen to match the existing shortcuts for Quick Open Scene and Quick Open Script. | |||
2019-05-28 | Merge pull request #28392 from KoBeWi/reparent_alt | Rémi Verschelde | |
Allow to keep local transform when reparenting in editor | |||
2019-05-28 | Keep editable children on node duplicate | Tomasz Chabora | |
2019-05-28 | Be able to add to the editor setting tabs. | K. S. Ernest (iFIre) Lee | |
2019-05-28 | Merge pull request #26487 from matzebond/master | Rémi Verschelde | |
Auto-expand current node type when changing node type | |||
2019-05-28 | Merge pull request #27836 from turtletooth/right-click | Rémi Verschelde | |
Allow Right Click in Empty Space on FileSystemDock |