Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-19 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 5478afdb1e16ab3eda7b316dee28f14890085026) | |||
2022-06-19 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 000499662bdb60e786ab6451c260e62a72ad595d) | |||
2022-06-19 | Merge pull request #62205 from akien-mga/doctest-2.4.9 | Rémi Verschelde | |
2022-06-19 | Merge pull request #62207 from Bromeon/feature/gdextension-loading-errors | Rémi Verschelde | |
2022-06-19 | doctest: Update to 2.4.9 | Rémi Verschelde | |
2022-06-19 | GDExtension: print error messages for different error paths during loading | Jan Haller | |
2022-06-19 | Merge pull request #62195 from hakuhan/fix-animate-physical-bone-not-working-bug | Rémi Verschelde | |
Fix physical bone is not animated in running project. | |||
2022-06-19 | Merge pull request #62197 from timothyqiu/aniplayer-hint | Rémi Verschelde | |
Remove argument option for the `remove_animation` that no longer exists | |||
2022-06-19 | Merge pull request #62186 from Calinou/scaling-3d-change-in-editor | Rémi Verschelde | |
Automatically update the editor viewport when 3D scaling options are changed | |||
2022-06-19 | Remove argument option for the `remove_animation` that no longer exists | Haoyu Qiu | |
2022-06-19 | Fix physical bone is not animated in running project. | baihan | |
2022-06-19 | Automatically update the editor viewport when 3D scaling options are changed | Hugo Locurcio | |
This allows for previewing the effects of the various 3D scaling project settings without having to restart the editor. | |||
2022-06-18 | Merge pull request #62177 from kleonc/emission_shape_hint_fix | Rémi Verschelde | |
Fix `CPUParticles2D.emission_shape` enum hint | |||
2022-06-18 | Fix `CPUParticles2D.emission_shape` enum hint | kleonc | |
2022-06-18 | Merge pull request #62172 from and-rad/animtree-state-valid | Yuri Rubinsky | |
2022-06-18 | Remove duplicate assignment of AnimationNode::State.valid | Andreas Raddau | |
In AnimationTree::_process_graph, the State.valid variable is set to true. A few lines later, it's set again. Probably a copy/paste mistake. This commit removes the second assignment. | |||
2022-06-18 | Merge pull request #62151 from tdaven/tdaven/fix-62149 | Rémi Verschelde | |
Add missing new function parameter to fix button presses. | |||
2022-06-18 | Merge pull request #62106 from BastiaanOlij/eye_offset | Rémi Verschelde | |
Introduce eye_offset for correcting stereoscopic reflections | |||
2022-06-17 | Merge pull request #62156 from madmiraal/fix-61457 | Rémi Verschelde | |
Ensure AudioFrame variables l and r are always initialised | |||
2022-06-17 | Merge pull request #62023 from Calinou/detect-3d-small-textures-no-vram-compress | Rémi Verschelde | |
Disable VRAM compression by default for small textures in Detect 3D | |||
2022-06-17 | Merge pull request #62154 from ↵ | Rémi Verschelde | |
Calinou/light3d-fix-angular-distance-property-hint Fix Light3D `angular_distance` property hint being in radians | |||
2022-06-17 | Merge pull request #61991 from bruvzg/property_shortcut | Rémi Verschelde | |
Make enum/constant binds 64-bit. | |||
2022-06-17 | Fix Light3D `angular_distance` property hint being in radians | Hugo Locurcio | |
The unit is internally stored as degrees and is treated as such, so it should be displayed as-is in the inspector. | |||
2022-06-17 | Merge pull request #58841 from ellenhp/expose_tightness | Rémi Verschelde | |
Expose panning strength parameters | |||
2022-06-17 | Ensure AudioFrame variables l and r are always initialised | Marcel Admiraal | |
2022-06-17 | Merge pull request #62069 from iamjsk10/master | Rémi Verschelde | |
Typo: Changed "forech" into "foreach" in string_utils.cpp | |||
2022-06-17 | Add missing new function parameter. | Trevor Davenport | |
2022-06-17 | Merge pull request #62144 from Faless/mp/4.x_replication_config_setter | Fabio Alessandrelli | |
[Net] Fix SceneReplicationConfig setter. | |||
2022-06-17 | Merge pull request #62132 from timothyqiu/doc-fixes | Rémi Verschelde | |
2022-06-17 | Make enum/constant binds 64-bit. | bruvzg | |
2022-06-17 | [Net] Fix SceneReplicationConfig setter. | Fabio Alessandrelli | |
Used by resource loader, it would always add properties as both sync and spawn, disregarding the actual option value. | |||
2022-06-17 | Audio: Expose 2D/3D panning strength parameters | Ellen Poe | |
2022-06-17 | Mono: Fix typo to `foreach` C# keyword | iamjsk10 | |
2022-06-17 | Merge pull request #61510 from Calinou/script-tweak-stack-overflow-message | Rémi Verschelde | |
2022-06-17 | Merge pull request #62000 from gregcsokas/master | Rémi Verschelde | |
2022-06-17 | Merge pull request #62136 from madmiraal/fix-60712 | Rémi Verschelde | |
2022-06-17 | Merge pull request #61982 from Rindbee/fix-dialogs-get-contents-minimum-size | Rémi Verschelde | |
2022-06-17 | Introduce eye_offset for correcting stereoscopic reflections | Bastiaan Olij | |
Use view instead of vertex for reflections. | |||
2022-06-17 | Fix previous min size affects _get_contents_minimum_size in AcceptDialog | Rindbee | |
2022-06-17 | Cleanup AudioEffectRecord thread_active variable | Marcel Admiraal | |
2022-06-17 | Classref typo fixes and improvements | Haoyu Qiu | |
2022-06-17 | Merge pull request #62125 from cow-neaz/stop_game_on_reloading_project | Rémi Verschelde | |
Stop game on reloading project - Fix #62088 issue | |||
2022-06-17 | Merge pull request #62072 from fire-forge/project-manager-icons | Rémi Verschelde | |
Add icons to the Project Manager side buttons | |||
2022-06-16 | Add icons to the Project Manager side buttons | FireForge | |
2022-06-17 | Stop game on reloading project | cow-neaz | |
2022-06-16 | Merge pull request #62118 from dalexeev/empty-array-any-all-docs | Rémi Verschelde | |
Clarify `all` and `any` documentation for empty arrays | |||
2022-06-16 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit e047c50068955c3ffa1dddcdd85222dd87564724) | |||
2022-06-16 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 135c252a389c4cea2074536aeebef941038a1429) | |||
2022-06-16 | Merge pull request #62119 from madmiraal/fix-61731 | Rémi Verschelde | |
2022-06-16 | Merge pull request #62081 from Calinou/glow-mix-mode-apply-after-fxaa | Rémi Verschelde | |
Fix glow in Mix mode not working correctly when FXAA is enabled |