Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-20 | Merge pull request #61209 from clayjohn/GLES3-sky-fixes | Rémi Verschelde | |
[GLES3] Sky fixes | |||
2022-05-20 | Merge pull request #61026 from timothyqiu/quit-prop | Rémi Verschelde | |
Make `auto_accept_quit` and `quit_on_go_back` properties | |||
2022-05-20 | Merge pull request #61213 from timothyqiu/csg-crash | Rémi Verschelde | |
Fix editor crash when opening scene with CSGMesh | |||
2022-05-20 | Merge pull request #61205 from Calinou/default-font-tweak-fake-bold-italic | Rémi Verschelde | |
Tweak the default font's fake italic to better match Open Sans Italic | |||
2022-05-19 | Merge pull request #50106 from aaronfranke/more-units | Aaron Franke | |
Use suffixes for units in nodes and resources | |||
2022-05-20 | Fix editor crash when opening scene with CSGMesh | Haoyu Qiu | |
2022-05-19 | Fix sky updating when DirectionalLight mode changed and shader compatibility ↵ | clayjohn | |
for certain drivers | |||
2022-05-20 | Tweak the default font's fake italic to better match Open Sans Italic | Hugo Locurcio | |
2022-05-19 | Use suffixes for units in nodes and resources | Aaron Franke | |
2022-05-19 | Merge pull request #61133 from KoBeWi/polor_kicker | Rémi Verschelde | |
Tweak minsize of editor ColorPickerButtons | |||
2022-05-19 | Merge pull request #61020 from timothyqiu/wait-busy | Rémi Verschelde | |
2022-05-19 | Merge pull request #61128 from smix8/navigation_agent_process_mode_4.x | Rémi Verschelde | |
2022-05-19 | Tweak minsize of editor ColorPickerButtons | kobewi | |
2022-05-19 | Merge pull request #61142 from bruvzg/rtl_threaded | Rémi Verschelde | |
2022-05-19 | Merge pull request #61189 from timothyqiu/typo-fix | Rémi Verschelde | |
2022-05-19 | Merge pull request #61173 from LightningAA/update-set-iterators | Rémi Verschelde | |
2022-05-19 | Fix a typo in EditorFileSystem classref | Haoyu Qiu | |
2022-05-19 | Use range iterators for RBSet in most cases | Aaron Record | |
2022-05-19 | Merge pull request #61180 from timothyqiu/property-extract | Rémi Verschelde | |
2022-05-19 | [RTL] Add support for shaping in background thread. | bruvzg | |
2022-05-19 | Add dedicated macros for property name extraction | Haoyu Qiu | |
* Replace case-by-case extraction with PNAME & GNAME * Fix group handling when group hint begins with property name * Exclude properties that are PROPERTY_USAGE_NO_EDITOR * Extract missing ADD_ARRAY*, ADD_SUBGROUP* macros | |||
2022-05-18 | Merge pull request #60955 from ↵ | Rémi Verschelde | |
pfertyk/issue-60668-fix-get-breakpointed-lines-crash Fix `get_breakpointed_lines` crashing Godot | |||
2022-05-18 | Merge pull request #61166 from Geometror/fix-domain-warp-offset | Rémi Verschelde | |
Fix noise offset not affecting domain warp | |||
2022-05-18 | Fix noise offset not affecting domain warp | Hendrik Brucker | |
- also added domain warp to get_noise_1d | |||
2022-05-18 | Merge pull request #61155 from YuriSizov/theme-using-using | Rémi Verschelde | |
2022-05-18 | Merge pull request #60599 from rburing/rest_on_recovery_param | Rémi Verschelde | |
2022-05-18 | Define some Theme data structures with using for readability | Yuri Sizov | |
2022-05-18 | Add motion parameter to toggle whether recovery is reported as a collision | Ricardo Buring | |
This makes the intent explicit in each use case. | |||
2022-05-18 | Merge pull request #61154 from KoBeWi/call_deferred_helps,_as_always | Rémi Verschelde | |
2022-05-18 | Merge pull request #61025 from Chaosus/gds_fix_extend_crash | Rémi Verschelde | |
2022-05-18 | Merge pull request #61152 from YuriSizov/theme-sets-lists-and-idle-hands | Rémi Verschelde | |
2022-05-18 | Merge pull request #61151 from akien-mga/rvo2-document-changes | Rémi Verschelde | |
2022-05-18 | Merge pull request #61148 from Jummit/drop-unique-nodes | Rémi Verschelde | |
2022-05-18 | Defer group calls in Node3D | kobewi | |
2022-05-18 | Merge pull request #55201 from Scony/fix-unreachable-code-false-positive | Rémi Verschelde | |
2022-05-18 | Fix crash when extending inner class in GDScript | Yuri Rubinsky | |
2022-05-18 | Merge pull request #61149 from smix8/navigation_region2d_update_navpoly_4.x | Rémi Verschelde | |
2022-05-18 | Merge pull request #60774 from TokageItLab/root-seek-mode | Rémi Verschelde | |
Fixed broken root motion calculation in internal process of `AnimationBlendTree` such as `NodeOneShot` | |||
2022-05-18 | Merge pull request #61109 from Chaosus/fix_tonemap | Rémi Verschelde | |
2022-05-18 | Use % when dropping unique scene nodes into script | Jummit | |
This expands uppon #60708, using `get_node("%NodeName")` for nodes that have a unique scene name to avoid having to change the onready statements when the paths of the nodes change. | |||
2022-05-18 | Merge pull request #61095 from BimDav/get_node_and_resource | Rémi Verschelde | |
Fix a bug in get_node_and_resource when the property is set to null | |||
2022-05-18 | Merge pull request #61144 from smix8/navigation_create_from_mesh_warning_4.x | Rémi Verschelde | |
2022-05-18 | rvo2: Sync with upstream commit bfc0486 | Rémi Verschelde | |
https://github.com/snape/RVO2-3D/commit/bfc048670a4e85066e86a1f923d8ea92e3add3b2 | |||
2022-05-18 | Restore Theme.get_type_list behavior to properly handle uniqueness | Yuri Sizov | |
2022-05-18 | rvo2: Re-sync with upstream, properly document Godot-specific changes | Rémi Verschelde | |
Still tracking the `v1.0.1` tag for now, just reverting all the unnecessary style changes that created a diff with upstream. | |||
2022-05-18 | Add wrong surface warnings to NavigationMesh.create_from_mesh() | smix8 | |
Adds warnings when at least one of the input mesh surfaces is of wrong primitive type or has an empty vertex / index array as those broken input meshes would fail as both navmesh as well as later when creating debug meshes. | |||
2022-05-18 | Merge pull request #61146 from akien-mga/pcre2-fix-macos-pre-11-support | Rémi Verschelde | |
2022-05-18 | Update NavigationRegion2D when polygons of NavigationPolygon change | smix8 | |
Updates NavigationRegion2D when the NavigationPolygon emits its 'changed' signal due to e.g. polygons altered by script. | |||
2022-05-18 | pcre2: Fix support for macOS < 11.0 by making JIT conditional at runtime | Rémi Verschelde | |
2022-05-18 | Fix tonemapper shader to correctly apply alpha channel | Yuri Rubinsky | |