Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | Added global expressions to visual shaders | Yuri Roubinski | |
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 | 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-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 | 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 | 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 | Merge pull request #31263 from Chaosus/vs_plugin | Rémi Verschelde | |
Plugin support for visual shaders | |||
2019-08-14 | Plugin support for visual shaders | Yuri Roubinski | |
2019-08-14 | Merge pull request #31266 from ↵ | Rémi Verschelde | |
IAmActuallyCthulhu/pr/remove-redundant-author-comments Remove redundant author doc comments | |||
2019-08-14 | Merge pull request #31362 from Calinou/icons-use-lanczos-filtering | Rémi Verschelde | |
Use Lanczos filtering for variable-sized images such as project icons | |||
2019-08-13 | Use Lanczos filtering for variable-sized images such as project icons | Hugo Locurcio | |
This results in better-looking icons with less artifacts induced by downscaling. | |||
2019-08-13 | Regression fixup to the theme editor | Michael Alexsander Silva Dias | |
2019-08-13 | Merge pull request #31338 from Calinou/reorganize-menus | Rémi Verschelde | |
Reorganize various menus for consistency and conciseness | |||
2019-08-13 | Reorganize various menus for consistency and conciseness | Hugo Locurcio | |
- Clean up the recent scripts dialog to match the recent scenes dialog - Add "..." at the end of shortcuts that cause a modal dialog to appear This closes #31148. | |||
2019-08-12 | Add "Find in Files..." to the text editor | Michael Alexsander Silva Dias | |
2019-08-12 | Export: Remove temp files from cache after export | Rémi Verschelde | |
So far we left most temporary files lying around, so this attempts to fix that. I added a helper method to DirAccess to factor out the boilerplate of creating a DirAccess, checking if the file exists, remove it or print an error on failure. | |||
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu | |
2019-08-12 | Merge pull request #31179 from KoBeWi/code_editor_magic | Rémi Verschelde | |
Add Evaluate Selection option to Script Editor | |||
2019-08-12 | Merge pull request #31251 from YeldhamDev/text_editor_goto_full | Rémi Verschelde | |
Move "Go to Line..." from "Edit" to "Go To" in text editor | |||
2019-08-12 | Merge pull request #31247 from YeldhamDev/theme_editor_fixup | Rémi Verschelde | |
Minor fixups to the theme editor | |||
2019-08-10 | Adds support for undo/redo for in-editor color picker | miwanczuk | |
2019-08-09 | Move "Go to Line..." from "Edit" to "Go To" in text editor | Michael Alexsander Silva Dias | |
2019-08-09 | Minor fixups to the theme editor | Michael Alexsander Silva Dias | |
2019-08-09 | Merge pull request #31222 from YeldhamDev/editplugins_cosmetic_changes | Rémi Verschelde | |
Minor cosmetic changes in some editor plugins | |||
2019-08-09 | Merge pull request #31220 from YeldhamDev/goto_single_menu | Rémi Verschelde | |
Move "Go to Function/Line" to "Go To" menu | |||
2019-08-09 | Merge pull request #31193 from creikey/cpuparticles-gizmo | Rémi Verschelde | |
Add particles icon to CPUParticles | |||
2019-08-08 | Minor cosmetic changes in some editor plugins | Michael Alexsander Silva Dias | |
2019-08-08 | Move "Go to Function/Line" to "Go To" menu | Michael Alexsander Silva Dias | |
2019-08-08 | Add particles icon to CPUParticles | Cameron Reikes | |
2019-08-08 | Merge pull request #31042 from iwek7/fixColorPickerInEditor | Rémi Verschelde | |
Fixes color picker in code editor - it now only changes one color | |||
2019-08-08 | Merge pull request #31212 from YeldhamDev/script_editor_icon_update | Rémi Verschelde | |
Update icons in script editor when theme changes | |||
2019-08-08 | Fix incorrect search member in visual shaders | Yuri Roubinski | |
2019-08-08 | Fixes color picker in code editor - now it only changes one color | iwek7 | |
2019-08-08 | Update icons in script editor when theme changes | Michael Alexsander Silva Dias | |
2019-08-08 | Merge pull request #31178 from Chaosus/vs_copy_between_graphs | Rémi Verschelde | |
Allow copy/paste nodes between vertex/fragment/light modes in vshaders | |||
2019-08-08 | Merge pull request #31196 from bojidar-bg/31115-asset-library-save-error | Rémi Verschelde | |
Handle all download errors in the asset library | |||
2019-08-08 | Handle all download errors in the asset library | Bojidar Marinov | |
Addresses part of #31115 | |||
2019-08-07 | Fix error when going to a text file by clicking in a result from "Find in files" | Michael Alexsander Silva Dias | |
2019-08-08 | Add Evaluate Selection option to Script Editor | Tomasz Chabora | |
2019-08-07 | Allow copy/paste nodes between vertex/fragment/light modes in visual shaders | Yuri Roubinski | |
2019-08-07 | Merge pull request #31173 from sparkart/search_in_tscn | Rémi Verschelde | |
Fix Find in Files Not Working Properly | |||
2019-08-06 | Fix Find in Files Not Working Properly | Emmanuel Barroga | |
When using the "Find in Files" option to search in non-script files (e.g. .tscn), the search does not work properly. | |||
2019-08-07 | Merge pull request #31057 from Chaosus/vs_mix_improvements | Rémi Verschelde | |
Some improvements to Mix visual shader function |