Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2022-06-02 | Merge pull request #61619 from smix8/navigation_navobstacles_doc_4.x | Rémi Verschelde | |
2022-06-02 | Fix build error when FreeType is disabled | Haoyu Qiu | |
2022-06-02 | Remove redundant min call when setting line | iwek | |
2022-06-02 | Fix enclosed nodes calculation of GraphEdit comment nodes | Hendrik Brucker | |
2022-06-02 | Merge pull request #61292 from KoBeWi/hack_your_way_to_fix_the_bug | JFonS | |
2022-06-02 | Merge pull request #60517 from Calinou/3d-editor-audiostreamplayer3d-add-gizmo | JFonS | |
2022-06-02 | swap path_3d_editor_plugin control points order | Hayden Leete | |
2022-06-02 | Merge pull request #60711 from nathanfranke/rpc-server | Fabio Alessandrelli | |
network - finish renaming AUTH to AUTHORITY | |||
2022-06-02 | Add NavigationMesh debug when navmesh is added later through scripts | smix8 | |
Add NavigationMesh debug when navmesh is added later through scripts | |||
2022-06-02 | Expose get_mesh() for NavigationPolygon Resources | smix8 | |
Expose get_mesh() for NavigationPolygon Resources. | |||
2022-06-02 | Remove mouse events that closed the popup from queue, to fix pop-up reopening. | bruvzg | |
2022-06-02 | Note that NavigationObstacles should only be used if necessary and for ↵ | smix8 | |
moving objects only Note that NavigationObstacles should only be used if necessary and for moving objects only. | |||
2022-06-02 | Merge pull request #61339 from lyuma/streampeerssl_get_stream | Rémi Verschelde | |
2022-06-01 | Merge pull request #61607 from smix8/navigation_agent_height_offset_doc_4.x | Rémi Verschelde | |
Document that NavigationAgent height offset is mostly a placebo | |||
2022-06-01 | Merge pull request #61497 from Calinou/texture-import-detect-3d-print | Rémi Verschelde | |
2022-06-01 | Merge pull request #60984 from fire-forge/doc-icon | Rémi Verschelde | |
Show class icon in the documentation page header | |||
2022-06-01 | Merge pull request #61579 from madmiraal/android-kotlin-java-version | Rémi Verschelde | |
Ensure Android Java and Kotlin compile to the same version | |||
2022-06-01 | Merge pull request #61436 from reduz/change-server-initialization-order | Rémi Verschelde | |
2022-06-01 | Document that NavigationAgent height offset is mostly a placebo | smix8 | |
Document that NavigationAgent height offset is mostly a placebo. | |||
2022-06-01 | Ensure Android Java and Kotlin compile to the same version | Marcel Admiraal | |
2022-06-01 | Change Server initialization order | reduz | |
* Registration of server classes happened after Display initialization. * This made no sense in practice and avoided the registration of custom server drivers (like custom XR server, custom Rendering server, custom XR server). * Initialization moved to _before_ Display. | |||
2022-06-01 | Merge pull request #61585 from BastiaanOlij/fix_crash_server | Rémi Verschelde | |
2022-06-01 | Ensure has_os_features is safely called as it can't be called from within ↵ | Bastiaan Olij | |
the construct of RenderingServerDefault on which it relies | |||
2022-06-01 | Merge pull request #61599 from okla/master | Rémi Verschelde | |
2022-06-01 | Merge pull request #61595 from m4gr3d/misc_editor_polish_main | Rémi Verschelde | |
2022-06-01 | draw_circle() draws a filled circle | Sergey Pershenkov | |