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-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 | 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 | |
2019-08-14 | Add an "Auto" editor font hinting setting to match OS font rendering | Hugo Locurcio | |
The "Auto" setting picks the font hinting setting that best matches the operating system's font rendering settings. This font hinting setting is now the default. | |||
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 | Fix Project Manager not remembering sorting option | Tomasz Chabora | |
2019-08-14 | Merge pull request #31329 from KoBeWi/vscode_ftw | Rémi Verschelde | |
Tweak the behavior of search/replace bar | |||
2019-08-14 | Merge pull request #31347 from neikeq/monodevelop-addin | Rémi Verschelde | |
C#: Add Ide Connection library and server for the editor | |||
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-14 | Merge pull request #31357 from YeldhamDev/theme_editor_fixup_fixup | Rémi Verschelde | |
Regression fixup to the theme editor | |||
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 | Merge pull request #31355 from nekomatata/fix-select-prev-freeze | Rémi Verschelde | |
Fixed freeze on search previous | |||
2019-08-13 | Regression fixup to the theme editor | Michael Alexsander Silva Dias | |
2019-08-13 | Fixed freeze on search_prev (missing condition for searching from a previous ↵ | PouleyKetchoupp | |
result, now the same as search_next) Fixes #31328 | |||
2019-08-13 | Tweak the behavior of search/replace bar | Tomasz Chabora | |
2019-08-13 | Merge pull request #31338 from Calinou/reorganize-menus | Rémi Verschelde | |
Reorganize various menus for consistency and conciseness | |||
2019-08-13 | Make the script search have a proper matches counter | Michael Alexsander Silva Dias | |
2019-08-13 | Merge pull request #31326 from Calinou/template-manager-disable-download-dev | Rémi Verschelde | |
Only display download buttons in the template manager when available | |||
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-13 | Only display download buttons in the template manager when available | Hugo Locurcio | |
Development builds don't have official export templates available. Clicking the "Download" or "Re-Download" button resulted in an error while fetching the list of mirrors. This hides the download-related features when using a development build. | |||
2019-08-13 | Merge pull request #31317 from sparkart/master | Rémi Verschelde | |
Fix Right-Click Menu Deselecting Edits Content | |||
2019-08-12 | Add "Find in Files..." to the text editor | Michael Alexsander Silva Dias | |
2019-08-12 | Merge pull request #31319 from Xrayez/script-lang-icons | Rémi Verschelde | |
Display language icons in script create dialog | |||
2019-08-12 | Display language icons in script create dialog | Andrii Doroshenko (Xrayez) | |
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 | Fix Right-Click Menu Deselecting Edits Content | Emmanuel Barroga | |
Right-clicking a property to open the context menu deselects the text field. This causes the context menu to be useless because it doesn't have anything to edit. | |||
2019-08-12 | Merge pull request #31315 from fstiewitz/fix-find-in-files-crash | Rémi Verschelde | |
Fix crash on right click in "Find in Files" panel | |||
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 | fix(find_in_files): crash when selecting with RMB | Fabian Stiewitz | |
in replace mode, if no search result has been selected and RMB is pressed on a checkbox, the editor crashes in editor/find_in_files.cpp:712 because item is NULL | |||
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 #31249 from Calinou/tweak-multiline-text-popup-size | Rémi Verschelde | |
Tweak the size of the multiline text edit popup dialog | |||
2019-08-12 | Merge pull request #31247 from YeldhamDev/theme_editor_fixup | Rémi Verschelde | |
Minor fixups to the theme editor |