Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge pull request #31385 from Daw11/lanczos-upscaling | Rémi Verschelde | |
Fix image offset when upscaling with Lanczos | |||
2019-08-15 | Fix image offset when upscaling with Lanczos | Davide Busterna | |
2019-08-15 | Merge pull request #31321 from julianaito/master | Rémi Verschelde | |
Add __atomic_* operators support for atomic operations | |||
2019-08-15 | Merge pull request #31376 from zzwx-forks/master | Rémi Verschelde | |
Documentation note that Node::add_child() fails if child already has a parent | |||
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-15 | Merge pull request #31379 from YeldhamDev/code_search_matches_fix | Rémi Verschelde | |
Fix matches result in the code search not appearing when the quantity is 0 | |||
2019-08-14 | Fix matches result in the code search not appearing when the quantity is 0 | Michael Alexsander Silva Dias | |
2019-08-14 | Documentation note that Node::add_child() fails if child already has a parent | zzwx | |
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 | Replace legacy __sync atomic operations with newer __atomic ones | Charlène | |
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 #31360 from nekomatata/fix-error-parallax-mirroring | Rémi Verschelde | |
Fixed error in ParallaxLayer when set_mirroring is called before entering the tree | |||
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 #31373 from KoBeWi/project_manager_alzheimer | Rémi Verschelde | |
Fix Project Manager not remembering sorting option | |||
2019-08-14 | Fixed error in ParallaxLayer when set_mirroring is called before entering ↵ | PouleyKetchoupp | |
the tree Fixes #31300 | |||
2019-08-14 | Fix Project Manager not remembering sorting option | Tomasz Chabora | |
2019-08-14 | Merge pull request #31267 from sparkart/fix_optionbutton_offset | Rémi Verschelde | |
Fix Offset with OptionButton Popup | |||
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 #31368 from supagu/master | Rémi Verschelde | |
Exposed set_as_minsize to gdscript | |||
2019-08-14 | Exposed set_as_minsize to gdscript | Fabian | |
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 | Merge pull request #31354 from profan/fix/astar-self-list-include | Rémi Verschelde | |
Remove unused self list include from A* | |||
2019-08-13 | remove unused self list include from astar | Robin Hübner | |
2019-08-13 | Implemented do/while loops for shaders (#31349) | Yuri Roubinsky | |
Implemented do/while loops for shaders | |||
2019-08-13 | Implemented do/while loops for shaders | Yuri Roubinski | |
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 | Merge pull request #31239 from YeldhamDev/script_search_matches_placement | Rémi Verschelde | |
Make the script search have a proper matches counter | |||
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 | Merge pull request #31345 from Chaosus/shader_const_strict | Rémi Verschelde | |
Force user to initialize local shader constants | |||
2019-08-13 | doc: Sync classref with current source | Rémi Verschelde | |
2019-08-13 | Merge pull request #31336 from Calinou/scons-libs-use-lists | Rémi Verschelde | |
Always use lists for `LIBS` in SCons | |||
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 | Force user to initialize local shader constants | Yuri Roubinski | |
2019-08-13 | Merge pull request #31335 from Xenoamor/bugfix/GridMapListTextCutoff | Rémi Verschelde | |
Fix GridMap list text not expanding when palette is resized | |||
2019-08-13 | Merge pull request #31334 from m-r-hunt/EditorPlugin-doc-improvement | Rémi Verschelde | |
Improve documentation of EditorPlugin.add_tool_submenu_item method | |||
2019-08-13 | Merge pull request #31330 from Mellondill/rt_env_call_main | Rémi Verschelde | |
HTML5: this.rtenv.callMain is not a function when using latest-upstream backend | |||
2019-08-13 | Merge pull request #31317 from sparkart/master | Rémi Verschelde | |
Fix Right-Click Menu Deselecting Edits Content | |||
2019-08-13 | Merge pull request #31292 from iwek7/fixDebuggerInspectionForNodes | Rémi Verschelde | |
Fixes issue with debug inspecing of nodes that are not in the scene tree | |||
2019-08-13 | Merge pull request #31254 from YeldhamDev/text_editor_find_files | Rémi Verschelde | |
Add "Find in Files..." to the text editor |