Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-21 | Merge pull request #31499 from nekomatata/fix-new-project-metadata | Rémi Verschelde | |
Setting project metadata doesn't fail when project_metadata.cfg doesn't exist | |||
2019-08-21 | Support for file not found in ConfigFile::Load and handle a few specific cases | PouleyKetchoupp | |
EditorSettings::set_project_metadata: creates project_metadata.cfg if it doesn't exist EditorPlugin::get_config: removed (not used) Fixes #31444 | |||
2019-08-20 | Merge pull request #31498 from KoBeWi/setter_getter_radar | Rémi Verschelde | |
Include setters and getters in help search | |||
2019-08-20 | Include setters and getters in help search | Tomasz Chabora | |
2019-08-20 | Merge pull request #31356 from Calinou/improve-project-manager-ui | Rémi Verschelde | |
Improve the project manager UI | |||
2019-08-20 | Merge pull request #31492 from Calinou/file-dialog-color-folders | Rémi Verschelde | |
Use a different color for folder icons in file dialogs | |||
2019-08-20 | Merge pull request #31486 from KoBeWi/typos_must_die | Rémi Verschelde | |
Fix various typos and style errors in text | |||
2019-08-20 | Merge pull request #31466 from Calinou/improve-2d-path-editors | Rémi Verschelde | |
Improve the appearance of 2D path editors | |||
2019-08-20 | Merge pull request #31443 from Calinou/editor-use-minimum-window-size | Rémi Verschelde | |
Define a minimum window size in the editor and project manager | |||
2019-08-20 | Use a different color for folder icons in file dialogs | Hugo Locurcio | |
This makes them easier to distinguish from files for quick visual grepping. This can also be used in projects by setting the FileDialog "folder" color. The default value (`Color(1, 1, 1)`) has no visual impact, for compatibility with existing projects. | |||
2019-08-19 | Fix various typos and style errors in text | Tomasz Chabora | |
2019-08-18 | Improve the appearance of 2D path editors | Hugo Locurcio | |
- Add new handle icons for path/polygon editors - Add smooth path point icons and curve tangent icons - Use a gray color for tangent lines in the Path2D and Path editors - Use antialiasing for Path2D lines | |||
2019-08-18 | Simplify structure of preview text in visual shader editor | Michael Alexsander Silva Dias | |
2019-08-18 | Merge pull request #31453 from Chaosus/vs_code_preview | Rémi Verschelde | |
Added code preview to visual shader | |||
2019-08-18 | Merge pull request #31449 from Chaosus/vs_global_expression | Rémi Verschelde | |
Added global expressions to visual shaders | |||
2019-08-18 | Added code preview to visual shader | Yuri Roubinski | |
2019-08-18 | Merge pull request #31447 from Calinou/spatial-editor-use-shortcut-tooltips | Rémi Verschelde | |
Use shortcut tooltips in the spatial editor | |||
2019-08-18 | Merge pull request #31448 from Calinou/improve-snap-object-to-floor | Rémi Verschelde | |
Improve "Snap Object to Floor" functionality | |||
2019-08-18 | Merge pull request #31442 from KoBeWi/grounded_grabber | Rémi Verschelde | |
Update Slider grabber position when using mouse wheel | |||
2019-08-18 | Merge pull request #31439 from YeldhamDev/node_dock_minor_improvements | Rémi Verschelde | |
Minor improvements to the Node dock | |||
2019-08-18 | Merge pull request #31423 from Calinou/improve-node-signal-group-tooltip | Rémi Verschelde | |
Improve the scene tree signals/groups tooltip | |||
2019-08-18 | Added global expressions to visual shaders | Yuri Roubinski | |
2019-08-17 | Minor improvements to the Node dock | Michael Alexsander Silva Dias | |
2019-08-18 | Improve "Snap Object to Floor" functionality | Hugo Locurcio | |
- Display an error message if no selected nodes could be snapped - Only register an undo/redo action if at least one node could be snapped - Increase the maximum snapping height to 20 - Increase the negative snapping limit to 0.2 | |||
2019-08-17 | Use shortcut tooltips in the spatial editor | Hugo Locurcio | |
This makes the tooltips display the correct shortcuts in case they are changed, as is done automatically by `set_shortcut()`. Button shortcuts are now used to apply shortcut actions, which makes for cleaner code. | |||
2019-08-17 | Merge pull request #31401 from aaronfranke/no-init-scripts | Rémi Verschelde | |
Allow plugins to not have an init script | |||
2019-08-17 | Define a minimum window size in the editor and project manager | Hugo Locurcio | |
This prevents most UI elements from overlapping or being cut off as a result of the window being too small. This closes #20669. | |||
2019-08-17 | Update Slider grabber position when using mouse wheel | Tomasz Chabora | |
2019-08-17 | Improve the scene tree signals/groups tooltip | Hugo Locurcio | |
The tooltip now displays the number of connections and groups that are assigned to the hovered node. | |||
2019-08-17 | Improve the project manager UI | Hugo Locurcio | |
This incorporates many suggestions from #31342. This also revises the search behavior to be simpler and more efficient: - Searching will now search in both the project name and path. A project will be displayed if either of these match the search term. - If the search term contains a "/", the whole path will be used to match the search term. Otherwise, only the last path component will be used. | |||
2019-08-17 | Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' | Rémi Verschelde | |
The last remaining ERR_EXPLAIN call is in FreeType code and makes sense as is (conditionally defines the error message). There are a few ERR_EXPLAINC calls for C-strings where String is not included which can stay as is to avoid adding additional _MSGC macros just for that. Part of #31244. | |||
2019-08-17 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | |
Condensed some if and ERR statements. Added dots to end of error messages Couldn't figure out EXPLAINC. These files gave me trouble: core/error_macros.h, core/io/file_access_buffered_fa.h (where is it?), core/os/memory.cpp, drivers/png/png_driver_common.cpp, drivers/xaudio2/audio_driver_xaudio2.cpp (where is it?) | |||
2019-08-17 | Merge pull request #31424 from Calinou/improve-animation-editor-timeline | Rémi Verschelde | |
Improve timeline drawing in the animation editor | |||
2019-08-17 | Merge pull request #31422 from sparkart/attachscript_by_scripteditor | Rémi Verschelde | |
Adds Attaching Script via Script Editor | |||
2019-08-17 | Merge pull request #31399 from Calinou/box-selection-add-borders | Rémi Verschelde | |
Add an outline to box selection rectangles for better visibility | |||
2019-08-17 | Merge pull request #31398 from KoBeWi/1000_ways_to_make_scene | Rémi Verschelde | |
Allow to create scene from FileSystem dock | |||
2019-08-17 | Improve timeline drawing in the animation editor | Hugo Locurcio | |
A small arrow-like icon is now drawn at the top of the timeline. The timeline is now also wider as to be more visible. | |||
2019-08-16 | Adds Attaching Script via Script Editor | Emmanuel Barroga | |
Allows you to attach a script by dragging the name in the script list of the script editor to the node in the scene tree. | |||
2019-08-15 | Allow plugins to not have an init script | Aaron Franke | |
2019-08-15 | Add an outline to box selection rectangles for better visibility | Hugo Locurcio | |
This also refactors selection box color definitions to avoid repetition. | |||
2019-08-15 | Allow to create scene from FileSystem dock | Tomasz Chabora | |
2019-08-15 | Set the low processor mode sleep editor settings to require a restart | Hugo Locurcio | |
These settings are only read when the editor starts. | |||
2019-08-15 | Merge pull request #31391 from Calinou/improve-particles-emission-editor-errors | Rémi Verschelde | |
Improve error reporting in the Particles emission point creation dialog | |||
2019-08-15 | Merge pull request #31387 from Daw11/assets-image-autoselect | Rémi Verschelde | |
Automatically select the first image of the assets page | |||
2019-08-15 | Merge pull request #31381 from sparkart/fix_projectmanager_buttons | Rémi Verschelde | |
Fixes ProjectManager Buttons Not Updating | |||
2019-08-15 | Improve error reporting in the Particles emission point creation dialog | Hugo Locurcio | |
- Display an error message if the selected node doesn't extend from Spatial - Display the selected node name in error messages to provide additional context when relevant - Clarify error messages - Use the standard editor warning dialog | |||
2019-08-15 | Automatically select the first image of the assets page | Davide Busterna | |
2019-08-14 | Fixes ProjectManager Buttons Not Updating | Emmanuel Barroga | |
Fixes buttons in ProjectManager not updating to disabled after deleting projects. | |||
2019-08-15 | Merge pull request #31375 from Calinou/add-auto-editor-font-hinting | Rémi Verschelde | |
Add an "Auto" editor font hinting setting to match OS font rendering | |||
2019-08-14 | Fix matches result in the code search not appearing when the quantity is 0 | Michael Alexsander Silva Dias | |