Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-19 | Fix physical bone is not animated in running project. | baihan | |
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 | |||
2022-06-16 | Merge pull request #62114 from raulsntos/EditorScenePostImport_templates | Rémi Verschelde | |
Fix EditorScenePostImport templates for C# | |||
2022-06-16 | Clarify `all` and `any` documentation for empty arrays | Danil Alexeev | |
2022-06-16 | Adding function key support from F17 to F35 | gregcsokas | |
OSX supports everything by default, Linux is also capable of supporting every function key, Windows as I know support only up to F24 | |||
2022-06-16 | Fix EditorScenePostImport templates for C# | Raul Santos | |
2022-06-16 | Ensure joystick has been added or not already removed when processing input | Marcel Admiraal | |
2022-06-16 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added to AUTHORS: @ConteZero, @fire-forge, @IgorKordiukiewicz, @iwek7, @klowner, @pfertyk, @smix8 Thanks to all contributors and donors for making Godot possible! | |||
2022-06-16 | Merge pull request #61888 from Chaosus/vs_remove_engine_version | Rémi Verschelde | |
Remove engine version from visual shader | |||
2022-06-16 | Merge pull request #62112 from Chaosus/fix_redundand_header | Yuri Rubinsky | |
2022-06-16 | Merge pull request #62066 from bruvzg/cleanup_ts_enums | Rémi Verschelde | |
2022-06-16 | Remove redundand header from `a_star.h` | Yuri Rubinsky | |
2022-06-16 | Merge pull request #62099 from Chaosus/astar_64bit | Yuri Rubinsky | |