Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Decrease default AudioStreamPlayer2D/3D panning strength | Hugo Locurcio | 2022-08-09 | 4 | -10/+12 |
| | | | | | The default panning strength is now more in line with how other engines play positional sound. | ||||
* | Merge pull request #64135 from PrinceDeveloperOf/master | Rémi Verschelde | 2022-08-09 | 1 | -1/+1 |
|\ | | | | | Added to Sprite3D Documentation | ||||
| * | Added to Sprite3D Documentation | Marlin Watts-Woods | 2022-08-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #64139 from BastiaanOlij/fix_gi_resource_leaks | Rémi Verschelde | 2022-08-09 | 3 | -25/+48 |
|\ \ | |/ |/| | Fix resource leaks in VoxelGI | ||||
| * | Fix resource leaks in VoxelGI | Bastiaan Olij | 2022-08-09 | 3 | -25/+48 |
|/ | |||||
* | Merge pull request #64127 from Calinou/doc-instanceplaceholder | Rémi Verschelde | 2022-08-09 | 1 | -1/+4 |
|\ | |||||
| * | Improve InstancePlaceholder documentation | Hugo Locurcio | 2022-08-08 | 1 | -1/+4 |
| | | |||||
* | | Merge pull request #64099 from A-Lamia/lsp_uri_path_fixes | Rémi Verschelde | 2022-08-08 | 2 | -4/+4 |
|\ \ | |/ |/| | |||||
| * | fix: modifies workspace->root_uri so that p_uri is symmetrical to other ↵ | Lamia | 2022-08-08 | 2 | -4/+4 |
| | | | | | | | | operating systems. #63388 | ||||
* | | Merge pull request #64008 from YuriSizov/doctool-add-param-reference-syntax | Rémi Verschelde | 2022-08-08 | 433 | -10543/+10635 |
|\ \ | |||||
| * | | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 432 | -10529/+10529 |
| | | | |||||
| * | | Add support for [param foo] syntax in valid documentation contexts | Yuri Sizov | 2022-08-08 | 2 | -14/+106 |
| | | | |||||
* | | | Merge pull request #64034 from DarkKilauea/fix-nav-region-gizmo | Rémi Verschelde | 2022-08-08 | 3 | -26/+16 |
|\ \ \ | |||||
| * | | | Fix NavigationRegion3D gizmo's odd visual behavior | Josh Jones | 2022-08-06 | 3 | -26/+16 |
| | | | | |||||
* | | | | Merge pull request #63258 from Calinou/gdextension-print-expected-config-os-arch | Rémi Verschelde | 2022-08-08 | 6 | -3/+64 |
|\ \ \ \ | |||||
| * | | | | Print expected `os.arch` tuple for current platform in GDExtension error | Hugo Locurcio | 2022-08-08 | 6 | -3/+64 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This also adds `Engine.get_architecture_name()` to get the name of the CPU architecture the Godot binary was built for. | ||||
* | | | | | Merge pull request #64106 from bruvzg/fix_os_names | Rémi Verschelde | 2022-08-08 | 3 | -9/+9 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Fix macOS and iOS defines in the rendering code. | bruvzg | 2022-08-08 | 3 | -9/+9 |
| | | | | | |||||
* | | | | | Merge pull request #63632 from ↵ | Rémi Verschelde | 2022-08-08 | 1 | -4/+4 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | dsnopek/fix-locale-remap-with-binary-resources-4.x [4.x] Fix locale resource remapping with binary conversion on export | ||||
| * | | | | Fix locale resource remapping with binary conversion on export | David Snopek | 2022-08-08 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Merge pull request #64076 from raulsntos/doc-fixes | Rémi Verschelde | 2022-08-08 | 2 | -1/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Add `@GDScript.type_exists` documentation, Fix typo in weakref documentation | ||||
| * | | | | | Add `@GDScript.type_exists` documentation | Raul Santos | 2022-08-08 | 1 | -0/+5 |
| | | | | | | |||||
| * | | | | | Fix typo in weakref documentation | Raul Santos | 2022-08-07 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #64004 from YuriSizov/doctool-fail-on-unnamed-args | Rémi Verschelde | 2022-08-08 | 19 | -332/+444 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add checks and tests for empty/unnamed arguments | ||||
| * | | | | | | Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript | Yuri Sizov | 2022-08-08 | 17 | -310/+411 |
| | | | | | | | |||||
| * | | | | | | Add checks for empty/unnamed arguments to make_rst.py | Yuri Sizov | 2022-08-08 | 2 | -22/+33 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #64104 from and3rson/convert3to4-fixes-2 | Rémi Verschelde | 2022-08-08 | 1 | -16/+55 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Add conversions for tweens, fix move_and_slide/start/await conversions | Andrew Dunai | 2022-08-08 | 1 | -16/+55 |
| |/ / / / | |||||
* | | | | | Merge pull request #63253 from ↵ | Rémi Verschelde | 2022-08-08 | 1 | -0/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | V-Sekai/disable_sprite_conversion_on_foreign_nodes | ||||
| * | | | | | Disable plugin for conversion of foreign Sprite2D to different types | SaracenOne | 2022-07-21 | 1 | -0/+5 |
| | | | | | | |||||
* | | | | | | Merge pull request #63518 from timothyqiu/window-toggle | Rémi Verschelde | 2022-08-08 | 1 | -6/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add a Window visibility toggle button to the Scene tree | Haoyu Qiu | 2022-07-27 | 1 | -6/+3 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #62885 from madmiraal/fix-59931 | Rémi Verschelde | 2022-08-08 | 9 | -177/+224 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix incorrect Android scancodes | Marcel Admiraal | 2022-07-13 | 9 | -177/+224 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #63932 from smix8/navigation_heightmapshape_baking_4.x | Rémi Verschelde | 2022-08-08 | 1 | -0/+89 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add NavigationMesh baking for HeightMapShape | smix8 | 2022-08-05 | 1 | -0/+89 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds HeightMapShape for StaticColliders and GridMap to the NavigationMeshGenerator for baking NavigationMesh. | ||||
* | | | | | | | | | Merge pull request #64078 from Nosliwnayr/master | Rémi Verschelde | 2022-08-08 | 2 | -0/+16 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Add area monitor callback error checking | Ryan Heath | 2022-08-07 | 2 | -0/+16 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #63173 from fire-forge/layers-grid | Rémi Verschelde | 2022-08-08 | 2 | -3/+15 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Use menu icon for layers grid button | FireForge | 2022-07-17 | 2 | -3/+15 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #62861 from samdze/image-size-vector2i | Rémi Verschelde | 2022-08-08 | 3 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Make Image.get_size() return a Vector2i instead of a Vector2 | ||||
| * | | | | | | | | | | Make Image.get_size() return a Vector2i instead of a Vector2 | Samuele Zolfanelli | 2022-07-09 | 3 | -4/+4 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #62868 from fire-forge/array-resize-size | Rémi Verschelde | 2022-08-08 | 2 | -38/+23 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Use a SpinBox in the inspector array resize dialog | ||||
| * | | | | | | | | | | | Use a SpinBox in the inspector array resize dialog | FireForge | 2022-07-10 | 2 | -38/+23 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #64014 from RedMser/keep-screen-on-singledef | Rémi Verschelde | 2022-08-08 | 8 | -6/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Only define `keep_screen_on` project setting once | RedMser | 2022-08-06 | 8 | -6/+11 |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #64070 from Calinou/3d-editor-remove-alt-fov-adjustment | Rémi Verschelde | 2022-08-08 | 1 | -14/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Remove FOV adjustment with Alt + mouse wheel in the 3D editor | Hugo Locurcio | 2022-08-07 | 1 | -14/+6 |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This shortcut got in the way when using the Maya navigation scheme, and also when using the slow freelook modifier (regardless of navigation scheme). | ||||
* | | | | | | | | | | | | Merge pull request #63925 from YeldhamDev/window_fixes | Rémi Verschelde | 2022-08-08 | 3 | -15/+58 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Fix some bugs with `Window`s | Michael Alexsander | 2022-08-05 | 3 | -15/+58 |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |