Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-03 | Merge pull request #49283 from KoBeWi/a&b | Rémi Verschelde | |
Improve sort_custom() description | |||
2021-06-03 | Merge pull request #45624 from aaronfranke/clamp | Rémi Verschelde | |
Allow clamping vectors and colors in addition to floats and ints | |||
2021-06-03 | Merge pull request #49282 from pycbouh/editor-fix-broken-paths | Rémi Verschelde | |
Replace `get_settings_dir` with `get_config_dir` when fetching configuration paths | |||
2021-06-03 | Merge pull request #49269 from sarchar/fix-dns-locks | Rémi Verschelde | |
Fix DNS resolve mutex locks | |||
2021-06-03 | Allow clamping vectors and colors | Aaron Franke | |
2021-06-03 | Rename Vector2 clamped to limit_length and add limit_length to Vector3 | Aaron Franke | |
2021-06-03 | Fix DNS resolve mutex locks | Chuck | |
This fixes #49261, which was happening because of a deadlock in the resolver mutex. There was leftover old mutex code and it's all be converted to new MutexLock class now. | |||
2021-06-03 | Improve sort_custom() description | kobewi | |
2021-06-03 | Replace get_settings_dir with get_config_dir when fetching configuration paths | Yuri Sizov | |
2021-06-03 | Merge pull request #38224 from Calinou/increase-audiostreamplayer3d-unit-size | Rémi Verschelde | |
Increase the default AudioStreamPlayer3D unit size to 10 | |||
2021-06-03 | Merge pull request #48889 from Calinou/file-rename-endian-swap | Rémi Verschelde | |
Rename File's `endian_swap` to `big_endian` | |||
2021-06-03 | Merge pull request #49277 from pycbouh/docs-editor-plugins-proofread | Rémi Verschelde | |
Proofread `add_*_plugin`/`remove_*_plugin` descriptions in `EditorPlugin` | |||
2021-06-03 | Proofread add_*_plugin/remove_*_plugin descriptions in EditorPlugin | Yuri Sizov | |
2021-06-03 | Merge pull request #47922 from RoniPerson/patch-3 | Rémi Verschelde | |
Added documentation to some `add_*_plugin` methods | |||
2021-06-03 | Merge pull request #46482 from KoBeWi/size_warning_the_sequel | Rémi Verschelde | |
Warn about changing size only when it's relevant | |||
2021-06-03 | Merge pull request #48350 from RandomShaper/fix_alsamidi_crash | Rémi Verschelde | |
Fix crash when using ALSA MIDI with PulseAudio | |||
2021-06-03 | Merge pull request #49271 from Chaosus/vs_fix_error_label_theme | Rémi Verschelde | |
Fix changing theme coloring for error label in VisualShader editor | |||
2021-06-03 | Fix crash when using ALSA MIDI with PulseAudio | Pedro J. Estébanez | |
2021-06-03 | Fix changing theme coloring for error label in VisualShader editor | Yuri Roubinsky | |
2021-06-03 | Merge pull request #44259 from gongpha/new-gradient-icon | Rémi Verschelde | |
New icons for Gradient and GradientTexture resources | |||
2021-06-03 | Merge pull request #49263 from Calinou/add-occluder3d-editor-icons | Rémi Verschelde | |
Add editor icons for Occluder3D and OccluderInstance3D | |||
2021-06-03 | Merge pull request #49264 from Calinou/editor-theme-improved-radio-checkboxes | Rémi Verschelde | |
Improve radio checkboxes in the default editor theme | |||
2021-06-03 | Add editor icons for Occluder3D and OccluderInstance3D | Hugo Locurcio | |
2021-06-03 | Improve radio checkboxes in the default editor theme | Hugo Locurcio | |
2021-06-02 | Merge pull request #49148 from reduz/use-bold-fonts | Rémi Verschelde | |
Use bold fonts in editor | |||
2021-06-02 | Use bold fonts in editor | reduz | |
* Labels are now bold * Categories in trees are bold * Main editor buttons are bold * Fixed section folding arrows in inspector | |||
2021-06-02 | Merge pull request #49253 from ↵ | Rémi Verschelde | |
Geometror/fix-displayserverwindows-window-can-draw Fixed window_can_draw of DisplayServerWindows | |||
2021-06-02 | Fixed window_can_draw of DisplayServerWindows | Hendrik Brucker | |
2021-06-02 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 0446cf487fab518858af136f81e963df12b5d05e) | |||
2021-06-01 | Merge pull request #49026 from sarchar/multiple-dns-resolves | Rémi Verschelde | |
2021-06-01 | Merge pull request #45393 from Paulb23/code_edit_autocomplete | Rémi Verschelde | |
2021-06-01 | Update String/Comment, autocomplete and hints docs | Paulb23 | |
2021-06-01 | Merge pull request #49074 from Faless/headless/ds | Rémi Verschelde | |
2021-06-01 | Move remaining dummy drivers to servers. | Fabio Alessandrelli | |
2021-06-01 | Move and expose Code Hint in CodeEdit | Paulb23 | |
2021-06-01 | Move and expose AutoComplete in CodeEdit | Paulb23 | |
2021-06-01 | Add comment and string tracking to CodeEdit | Paulb23 | |
2021-06-01 | LinuxBSD now compiles without vulkan/x11. | Fabio Alessandrelli | |
2021-06-01 | Remove server platform | Fabio Alessandrelli | |
2021-06-01 | Add DisplayServerDummy for headless display. | Fabio Alessandrelli | |
Uses RasterizerDummy internally. This is always compiled in, maybe we should add a switch to enable/disable it via scons? | |||
2021-06-01 | Sync RasterizerDummy changes. | Fabio Alessandrelli | |
2021-06-01 | Merge pull request #49241 from floppyhammer/fix-tree-item-dragging | Rémi Verschelde | |
Make tree item dragging not affected by touch dragging | |||
2021-06-01 | Merge pull request #48963 from ↵ | Rémi Verschelde | |
HaywardMorihara/export-android-keystore-debug-warnings Exporting -> Android: Keystore Warnings | |||
2021-06-01 | Merge pull request #49236 from ↵ | Rémi Verschelde | |
kleonc/texture_region_editor-edit_region-updating-fix TextureRegionEditor Fix not updating on editing region with autoslice cached | |||
2021-06-01 | fix-tree-item-dragging | floppyhammer | |
2021-06-01 | Merge pull request #49239 from Paulb23/text_edit_selection_behind_minimap | Rémi Verschelde | |
Fix TextEdit selection drawing behing minimap | |||
2021-06-01 | Fix TextEdit selection drawing behing minimap | Paulb23 | |
2021-06-01 | Merge pull request #49228 from MmAaXx500/cc-ver-pr | Rémi Verschelde | |
Improve compiler version extraction | |||
2021-06-01 | Merge pull request #49024 from groud/restore_tilemap_show_debug | Rémi Verschelde | |
Restore TileMap's debug collision shapes and add navigation. | |||
2021-06-01 | TextureRegionEditor Fix not updating on editing region with autoslice cached | kleonc | |