Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-25 | Merge pull request #61435 from nathanfranke/tab-container-repaint | Rémi Verschelde | |
repaint tab container when changing tab visibility (fixes filesystem tab disappearing) | |||
2022-06-25 | Merge pull request #62311 from KoBeWi/anuluj | Rémi Verschelde | |
Replace some TTRCs with RTRs | |||
2022-06-25 | Merge pull request #62314 from tefusion/capsulemesh-radius-height-setters | Rémi Verschelde | |
Fix CapsuleMesh height/radius setters | |||
2022-06-25 | Merge pull request #62309 from reduz/remake-resource-thread-safety | Rémi Verschelde | |
Remake ResourceCache thread safety code and API | |||
2022-06-25 | Merge pull request #62394 from ↵ | Rémi Verschelde | |
Rindbee/fix-toggling-percent_visible-in-ProgressBar Fix ProgressBar's minimum size not updating when toggling its percent_visible | |||
2022-06-25 | Merge pull request #62372 from MarcusElg/nosliderrename | Rémi Verschelde | |
Rename @export_range's noslider option to no_slider | |||
2022-06-25 | Merge pull request #62393 from godotengine/revert-62227-fix-rotation-mode-node3d | Juan Linietsky | |
Revert "Refactored `rotation_mode` in Node3D" | |||
2022-06-25 | Revert "Refactored `rotation_mode` in Node3D" | Juan Linietsky | |
2022-06-25 | Fix ProgressBar's minimum size not updating when toggling its percent_visible | Rindbee | |
2022-06-25 | Merge pull request #62388 from Calinou/editor-capitalization-add-mjpeg | Rémi Verschelde | |
Add MJPEG to the list of editor capitalizations | |||
2022-06-25 | Merge pull request #62389 from TokageItLab/fix-set-position-in-node3d | Rémi Verschelde | |
Fixed `set_position()` in Node3D | |||
2022-06-24 | Merge pull request #62255 from vnen/gdscript-implicit-onready | Rémi Verschelde | |
GDScript: Use implicit method for @onready variables | |||
2022-06-24 | Merge pull request #62369 from timothyqiu/http-request-doc | Rémi Verschelde | |
Make code example in HTTPRequest classref working | |||
2022-06-25 | fix set_position() | Silc Renew | |
2022-06-24 | Merge pull request #62054 from techiepriyansh/soft-shadows-lightmapper | Rémi Verschelde | |
Add support for soft shadows to the GPU lightmapper | |||
2022-06-24 | Merge pull request #62133 from BastiaanOlij/move_cubemap_effects | Rémi Verschelde | |
Moved cube_to_dp and cubemap logic into CopyEffects | |||
2022-06-24 | Add MJPEG to the list of editor capitalizations | Hugo Locurcio | |
2022-06-24 | GDScript: Use implicit method for @onready variables | George Marques | |
Initialize them with the implicit method so they're not related to the overriding of the `_ready` method of the script but instead are always set. | |||
2022-06-24 | GDScript: Don't add implicit constructor to the list of functions | George Marques | |
So it's not shown on docs or when listing the methods. This also avoids being able to call it using the `call()` function. | |||
2022-06-24 | add support for soft shadows to the lightmapper | Priyansh Rathi | |
2022-06-24 | Make code example in HTTPRequest classref working | Haoyu Qiu | |
Co-authored-by: Raul Santos <raulsntos@gmail.com> | |||
2022-06-24 | Merge pull request #62375 from smix8/doc_navmesh_bake_obstruct_limit_4x | Rémi Verschelde | |
2022-06-24 | Merge pull request #59918 from ↵ | Rémi Verschelde | |
piiertho/enhancement/rename-controll-minimum_size-to-custom_minimum_size | |||
2022-06-24 | Document limits of using meshes to obstruct navigation mesh baking | smix8 | |
Recast (the library used for baking) has no concept of a geometry "inside" and this is intentional. ReCast will add navigation mesh to areas as soon as the area inside a source geometry mesh is large enough to fit a navigation mesh polygon with current baking parameters. | |||
2022-06-24 | Rename export_range's noslider option to no_slider | Marcus Elg | |
2022-06-24 | Merge pull request #62300 from smix8/navigation_map_force_update_4.x | Rémi Verschelde | |
2022-06-24 | Merge pull request #62227 from TokageItLab/fix-rotation-mode-node3d | Rémi Verschelde | |
2022-06-24 | Moved cube_to_dp and cubemap logic into CopyEffects | Bastiaan Olij | |
2022-06-24 | Merge pull request #61698 from raulsntos/icon_color-editor-theme | Rémi Verschelde | |
Add icon colors to editor theme | |||
2022-06-24 | Merge pull request #62353 from smix8/navigation_region_owns_point_4.x | Rémi Verschelde | |
Add NavigationServer region_owns_point() helper function | |||
2022-06-24 | Merge pull request #62368 from V-Sekai/exr-bug | Rémi Verschelde | |
Restore the openexr grayscale property. | |||
2022-06-23 | Restore the openexr grayscale property. | K. S. Ernest (iFire) Lee | |
2022-06-23 | repaint tab container when changing tab visibility | Nathan Franke | |
2022-06-24 | Merge pull request #62238 from V-Sekai/openexr-buffer | Rémi Verschelde | |
For in-engine processing allow saving openexr to a buffer. | |||
2022-06-23 | Add NavigationServer.region_owns_point() helper function | smix8 | |
Adds a helper function to check if a world space position is currently owned by a navigation region. | |||
2022-06-23 | Merge pull request #60356 from ↵ | Rémi Verschelde | |
piiertho/feature/add-core-types-enum-description-to-extention-api-json Add core types enums description to extension api json | |||
2022-06-23 | Merge pull request #62327 from Geometror/hash-containers-fastmod-optimization | Rémi Verschelde | |
HashMap/HashSet optimization: fast modulo | |||
2022-06-23 | Merge pull request #62342 from reduz/methodinfo-varargs | Rémi Verschelde | |
Implement varargs in Methodinfo | |||
2022-06-23 | Merge pull request #62349 from KoBeWi/crash_pattern | Rémi Verschelde | |
Fix crash when drawing invalid tiles | |||
2022-06-23 | Merge pull request #62355 from raulsntos/fix-curve-notify | Rémi Verschelde | |
Fix Curve{2D,3D} notifying property list changed | |||
2022-06-23 | Merge pull request #62352 from akien-mga/mono-newtonsoft.json-13.0.1 | Rémi Verschelde | |
Mono: Update Newtonsoft.Json to 13.0.1 | |||
2022-06-23 | Fix Curve{2D,3D} notifying property list changed | Raul Santos | |
Make `Curve2D` and `Curve3D` more consistent with `Curve` and avoid calling `notify_property_list_changed` when the list of points doesn't change. | |||
2022-06-23 | Add icon colors to editor theme | Raul Santos | |
Add `icon_normal_color`, `icon_pressed_color`, and `icon_disabled_color` to `Button`, `OptionButton`, `CheckButton`, and `CheckBox`. | |||
2022-06-23 | Add core types enums description to extension api json | Pierre-Thomas Meisels | |
2022-06-23 | Optimize HashMap/HashSet using fastmod | Hendrik Brucker | |
2022-06-23 | enhancement: rename exposed property Control::minimum_size to ↵ | Pierre-Thomas Meisels | |
Control::custom_minimum_size | |||
2022-06-23 | For in-engine processing allow saving openexr to a buffer. | K. S. Ernest (iFire) Lee | |
2022-06-23 | Add NavigationServer map_force_update() function | smix8 | |
Adds map_force_update() function to NavigationServer. This function immediately flushes the Navigationserver command queue and recalculates all navigationmeshes and region connections for a specific map. | |||
2022-06-23 | Mono: Update Newtonsoft.Json to 13.0.1 | Rémi Verschelde | |
See https://github.com/advisories/GHSA-5crp-9r3c-p9vr | |||
2022-06-23 | Merge pull request #62312 from smix8/navigation_get_maps_4.x | Rémi Verschelde | |