summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-06Merge pull request #61746 from bruvzg/gde_hashRémi Verschelde
2022-06-06[GDExtension] Expose Variant, NodePath and StringName hash functions.bruvzg
2022-06-06Merge pull request #61724 from iwek7/fixing_rich_text_labelRémi Verschelde
Fix richTextLabel scroll showing
2022-06-05Merge pull request #61707 from KoBeWi/GradientTextureXDRémi Verschelde
Increase maximum size of gradient textures
2022-06-05Merge pull request #61700 from Rindbee/fix-strange-behavior-with-list-close-tagRémi Verschelde
Fix strange behavior with list close tags and empty list tags
2022-06-05Merge pull request #61725 from KoBeWi/one_line_that_changed_the_worldRémi Verschelde
Enable nearest filtering in shrunk 3D viewport
2022-06-05Fix richTextLabel scroll showingiwek
2022-06-05Enable nearest filtering in shrunk 3D viewportkobewi
2022-06-05Increase maximum size of gradient textureskobewi
2022-06-05Merge pull request #61719 from againey/fix-inverted-wheel-zoom-canvas-editorYuri Rubinsky
2022-06-05Fix inverted mouse wheel zoom in CanvasItemEditor #61716Andy Gainey
Bug introduced in bb07c6a7d0 while fixing symmetry of zooming in and out.
2022-06-05Merge pull request #61696 from guilhermefelipecgs/fix_menusRémi Verschelde
Removes start/end states from menus
2022-06-05Merge pull request #61690 from againey/zoom-fix-for-canvas-item-editorRémi Verschelde
Fix zoom in callback for CanvasItemEditor to use correct numeric sign
2022-06-05Merge pull request #61335 from nathanfranke/configuration-typoRémi Verschelde
rename 'configuration' to 'replication_config' in MultiplayerSynchronizer
2022-06-04rename 'configuration' to 'replication_config' in MultiplayerSynchronizerNathan Franke
2022-06-05Merge pull request #61678 from KoBeWi/🌲💥Rémi Verschelde
Fix crash with empty scenes
2022-06-04Merge pull request #61695 from winston-yallow/fix-congiguration-typoRémi Verschelde
Typo: Change "congiruation" into "configuration" for MultiplayerSynchronizer
2022-06-04Removes start/end states from menusGuilherme Felipe de C. G. da Silva
2022-06-05Fix strange behavior with list close tags and empty list tagsRindbee
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-04typo: change congiruation into configurationWinston Yallow
2022-06-04Fix zoom in callback for CanvasItemEditor to use correct numeric signAndy Gainey
2022-06-04Merge pull request #61669 from fire-forge/inputRémi Verschelde
Make Input `mouse_mode` and `use_accumulated_input` properties
2022-06-04Merge pull request #61679 from fire-forge/tilemap-gridRémi Verschelde
Update viewport when toggling TileMap grid
2022-06-04Merge pull request #61671 from raulsntos/typed-joypadsRémi Verschelde
Add array element type to `get_connected_joypads`
2022-06-04Merge pull request #61668 from guilhermefelipecgs/fix_styleRémi Verschelde
Fix state machine style
2022-06-04Merge pull request #60830 from Ansraer/fix-2d-scaleRémi Verschelde
[4.x] Add viewport content scale
2022-06-04Fix crash with empty sceneskobewi
2022-06-03Make Input mouse_mode and use_accumulated_input propertiesFireForge
2022-06-03Update viewport when toggling TileMap gridFireForge
2022-06-03Add array element type to `get_connected_joypads`Raul Santos
2022-06-03Fix state machine styleGuilherme Felipe de C. G. da Silva
2022-06-03Merge pull request #57824 from raulsntos/csharp-typed-arraysRémi Verschelde
2022-06-03Merge pull request #59327 from raulsntos/csharp-flag-enumsRémi Verschelde
2022-06-03Merge pull request #61554 from Chaosus/shader_fix_hintsRémi Verschelde
2022-06-03Merge pull request #61481 from Calinou/profiler-increase-frame-historyFabio Alessandrelli
Increase the editor profiler frame history default and maximum limit
2022-06-03Merge pull request #61658 from vnen/hash-compare-stringnameRémi Verschelde
2022-06-03Add StringName explicitly to Variant::hash_compareGeorge Marques
This makes equality comparisons to StringName more performant
2022-06-03Merge pull request #61623 from smix8/navigation_navpoly_getmesh_4.xRémi Verschelde
2022-06-03Merge pull request #61656 from timothyqiu/uri-encode-mingwRémi Verschelde
Fix `String.uri_encode` on Windows
2022-06-03Merge pull request #61649 from KoBeWi/viewRémi Verschelde
Update half resolution immediately
2022-06-03Fix `String.uri_encode` on WindowsHaoyu Qiu
2022-06-03Support explicit values in flag properties, add C# flags supportRaul 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-03Generate typed array parameters in C# bindingsRaul 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-03Update half resolution immediatelykobewi
2022-06-02Merge pull request #61626 from Haydoggo/path-editor-handle-swapRémi Verschelde
Swap Path3DGizmo control points order
2022-06-02Merge pull request #61633 from timothyqiu/freetype-freeRémi Verschelde
Fix build error when FreeType is disabled
2022-06-02Merge pull request #61625 from smix8/navigation_debugview_mesh_scripted_4.xRémi Verschelde
2022-06-02Merge pull request #61631 from iwek7/redundant_min_callRémi Verschelde
2022-06-02Merge pull request #61629 from Geometror/fix-graphedit-comment-nodesRémi Verschelde
2022-06-02Merge pull request #61538 from bruvzg/fix_popup_close_passthrRémi Verschelde