Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-08-06 | Tweak range steps in the animation editor | Hugo Locurcio | |
This makes the step of the "frame" SpinBox larger, so that clicking on the SpinBox arrows will make the number increase in a visible manner. Previously, the full number was being cut off due to the SpinBox being narrow. This also makes the "step" SpinBox allow for more precise input. | |||
2019-08-06 | Some improvements to Mix visual shader function | Yuri Roubinski | |
2019-08-06 | Improve snapping in the animation editor | Hugo Locurcio | |
Snapping can now be toggled temporarily by holding the Ctrl key. Toggling timeline snapping is now done with the "Snap" checkbox rather than by setting the animation's "Step" setting to 0. The timeline cursor can no longer exit the animation's boundaries if the animation's "Step" is set to 0. | |||
2019-08-05 | Fix opening of sub-resource properties in visual shaders | Yuri Roubinski | |
2019-08-05 | Merge pull request #31085 from sparkart/fix_redundant_navpolygons | Rémi Verschelde | |
Fix Redundant Navigation Polygons | |||
2019-08-05 | Merge pull request #31063 from rzllmr/fix-tilemap-order | Rémi Verschelde | |
Fix row-column-swap in TileMap palette | |||
2019-08-05 | Merge pull request #31053 from aaronfranke/vector2i-cleanup | Rémi Verschelde | |
Some minor Vector2i usage cleanup | |||
2019-08-05 | Merge pull request #31048 from Calinou/fix-gizmo-size-low-viewport-height | Rémi Verschelde | |
Fix 3D manipulator the gizmo growing too large on small viewports |