Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-07 | Fix saving section-less keys in `ConfigFile` | Danil Alexeev | |
2022-06-07 | Merge pull request #61751 from KoBeWi/🐱👤 | Rémi Verschelde | |
2022-06-07 | Merge pull request #50349 from Calinou/array-add-some-every | Rémi Verschelde | |
Add `any()` and `all()` methods to Array | |||
2022-06-07 | Merge pull request #61726 from YeldhamDev/always_clear | Rémi Verschelde | |
Take into account the clear icon's size even when not visible in `LineEdit`s | |||
2022-06-07 | Add GLOBAL_DEF_INTERNAL to hide specific settings | kobewi | |
2022-06-07 | Merge pull request #61737 from LightningAA/fix-frac-typo | Rémi Verschelde | |
Fix typo "Frac" instead of "Fract" | |||
2022-06-07 | Merge pull request #61767 from KoBeWi/tiling_speedrun | Rémi Verschelde | |
Add shortcuts to GenericTilePolygonEditor | |||
2022-06-07 | Merge pull request #61651 from Haydoggo/path-editor-handle-swap | Rémi Verschelde | |
Fix end handles being reversed in Path3DGizmo | |||
2022-06-07 | Add shortcuts to GenericTilePolygonEditor | kobewi | |
2022-06-06 | Merge pull request #59883 from KoBeWi/merge_this | Rémi Verschelde | |
2022-06-06 | Merge pull request #61763 from bruvzg/rtl_predelete | Rémi Verschelde | |
2022-06-06 | [RTL] Stop processing thread before deleting scroll bar. | bruvzg | |
2022-06-06 | Merge pull request #61732 from aaronfranke/arch-os-feature | Rémi Verschelde | |
2022-06-06 | Merge pull request #61753 from timothyqiu/own-world | Rémi Verschelde | |
2022-06-06 | Improve architectures in OS::has_feature and make them work on MSVC | Aaron Franke | |
2022-06-06 | Fix `Viewport.own_world_3d` documentation | Haoyu Qiu | |
Also fixed the naming of the setter's parameter and made an `if` block straightforward. | |||
2022-06-06 | Merge pull request #61746 from bruvzg/gde_hash | Rémi Verschelde | |
2022-06-06 | [GDExtension] Expose Variant, NodePath and StringName hash functions. | bruvzg | |
2022-06-06 | Merge pull request #61724 from iwek7/fixing_rich_text_label | Rémi Verschelde | |
Fix richTextLabel scroll showing | |||
2022-06-05 | Fix typo "Frac" instead of "Fract" | Aaron Record | |
2022-06-05 | Merge pull request #61707 from KoBeWi/GradientTextureXD | Rémi Verschelde | |
Increase maximum size of gradient textures | |||
2022-06-05 | Merge pull request #61700 from Rindbee/fix-strange-behavior-with-list-close-tag | Rémi Verschelde | |
Fix strange behavior with list close tags and empty list tags | |||
2022-06-05 | Merge pull request #61725 from KoBeWi/one_line_that_changed_the_world | Rémi Verschelde | |
Enable nearest filtering in shrunk 3D viewport | |||
2022-06-05 | Fix richTextLabel scroll showing | iwek | |
2022-06-05 | Take into account the clear icon's size even when not visible in `LineEdit`s | Michael Alexsander | |
2022-06-05 | Enable nearest filtering in shrunk 3D viewport | kobewi | |
2022-06-05 | Increase maximum size of gradient textures | kobewi | |
2022-06-05 | Merge pull request #61719 from againey/fix-inverted-wheel-zoom-canvas-editor | Yuri Rubinsky | |
2022-06-05 | Fix inverted mouse wheel zoom in CanvasItemEditor #61716 | Andy Gainey | |
Bug introduced in bb07c6a7d0 while fixing symmetry of zooming in and out. | |||
2022-06-05 | Merge pull request #61696 from guilhermefelipecgs/fix_menus | Rémi Verschelde | |
Removes start/end states from menus | |||
2022-06-05 | Merge pull request #61690 from againey/zoom-fix-for-canvas-item-editor | Rémi Verschelde | |
Fix zoom in callback for CanvasItemEditor to use correct numeric sign | |||
2022-06-05 | Merge pull request #61335 from nathanfranke/configuration-typo | Rémi Verschelde | |
rename 'configuration' to 'replication_config' in MultiplayerSynchronizer | |||
2022-06-04 | rename 'configuration' to 'replication_config' in MultiplayerSynchronizer | Nathan Franke | |
2022-06-05 | Merge pull request #61678 from KoBeWi/🌲💥 | Rémi Verschelde | |
Fix crash with empty scenes | |||
2022-06-04 | Merge pull request #61695 from winston-yallow/fix-congiguration-typo | Rémi Verschelde | |
Typo: Change "congiruation" into "configuration" for MultiplayerSynchronizer | |||
2022-06-04 | Removes start/end states from menus | Guilherme Felipe de C. G. da Silva | |
2022-06-05 | Fix strange behavior with list close tags and empty list tags | Rindbee | |
Fix the first two points in #61621. Support for two writing ways: compact or loose. The loose one is designed for easy editing in the editor. For this, the first blank line (if exists) right after the list tags (`[ol]`, `[/ol]`, `[ul]`, and `[/ul]`) will be ignored. Make sure the empty list contains at least one item, that is, an empty list is ultimately a list with one item. As a reminder here is a list. | |||
2022-06-04 | typo: change congiruation into configuration | Winston Yallow | |
2022-06-04 | Fix zoom in callback for CanvasItemEditor to use correct numeric sign | Andy Gainey | |
2022-06-04 | Merge pull request #61669 from fire-forge/input | Rémi Verschelde | |
Make Input `mouse_mode` and `use_accumulated_input` properties | |||
2022-06-04 | Merge pull request #61679 from fire-forge/tilemap-grid | Rémi Verschelde | |
Update viewport when toggling TileMap grid | |||
2022-06-04 | fix end handles being reversed in Path3DGizmo | Hayden Leete | |
2022-06-04 | Merge pull request #61671 from raulsntos/typed-joypads | Rémi Verschelde | |
Add array element type to `get_connected_joypads` | |||
2022-06-04 | Merge pull request #61668 from guilhermefelipecgs/fix_style | Rémi Verschelde | |
Fix state machine style | |||
2022-06-04 | Merge pull request #60830 from Ansraer/fix-2d-scale | Rémi Verschelde | |
[4.x] Add viewport content scale | |||
2022-06-04 | Fix crash with empty scenes | kobewi | |
2022-06-03 | Make Input mouse_mode and use_accumulated_input properties | FireForge | |
2022-06-03 | Update viewport when toggling TileMap grid | FireForge | |
2022-06-03 | Add array element type to `get_connected_joypads` | Raul Santos | |
2022-06-03 | Fix state machine style | Guilherme Felipe de C. G. da Silva | |