Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | |
2022-06-03 | Merge pull request #57824 from raulsntos/csharp-typed-arrays | Rémi Verschelde | |
2022-06-03 | Merge pull request #59327 from raulsntos/csharp-flag-enums | Rémi Verschelde | |
2022-06-03 | Merge pull request #61554 from Chaosus/shader_fix_hints | Rémi Verschelde | |
2022-06-03 | Merge pull request #61481 from Calinou/profiler-increase-frame-history | Fabio Alessandrelli | |
Increase the editor profiler frame history default and maximum limit | |||
2022-06-03 | Merge pull request #61658 from vnen/hash-compare-stringname | Rémi Verschelde | |
2022-06-03 | Add StringName explicitly to Variant::hash_compare | George Marques | |
This makes equality comparisons to StringName more performant | |||
2022-06-03 | Merge pull request #61623 from smix8/navigation_navpoly_getmesh_4.x | Rémi Verschelde | |
2022-06-03 | Merge pull request #61656 from timothyqiu/uri-encode-mingw | Rémi Verschelde | |
Fix `String.uri_encode` on Windows | |||
2022-06-03 | Merge pull request #61649 from KoBeWi/view | Rémi Verschelde | |
Update half resolution immediately | |||
2022-06-03 | Fix `String.uri_encode` on Windows | Haoyu Qiu | |
2022-06-03 | Support explicit values in flag properties, add C# flags support | Raul Santos | |
- Add support for explicit values in properties using `PROPERTY_HINT_FLAGS` that works the same way it does for enums. - Fix enums and flags in VisualScriptEditor (it wasn't considering the explicit value). - Use `PROPERTY_HINT_FLAGS` for C# enums with the FlagsAttribute instead of `PROPERTY_HINT_ENUM`. | |||
2022-06-03 | Generate typed array parameters in C# bindings | Raul Santos | |
Adds support for generating C# bindings that use the generic `Array<T>` type instead of the non-generic `Array` type when the registered ClassDB method specifies the array element type. | |||
2022-06-03 | Update half resolution immediately | kobewi | |
2022-06-02 | Merge pull request #61626 from Haydoggo/path-editor-handle-swap | Rémi Verschelde | |
Swap Path3DGizmo control points order | |||
2022-06-02 | Merge pull request #61633 from timothyqiu/freetype-free | Rémi Verschelde | |
Fix build error when FreeType is disabled | |||
2022-06-02 | Merge pull request #61625 from smix8/navigation_debugview_mesh_scripted_4.x | Rémi Verschelde | |
2022-06-02 | Merge pull request #61631 from iwek7/redundant_min_call | Rémi Verschelde | |
2022-06-02 | Merge pull request #61629 from Geometror/fix-graphedit-comment-nodes | Rémi Verschelde | |
2022-06-02 | Merge pull request #61538 from bruvzg/fix_popup_close_passthr | Rémi Verschelde | |