summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Decrease default AudioStreamPlayer2D/3D panning strengthHugo Locurcio2022-08-094-10/+12
| | | | | The default panning strength is now more in line with how other engines play positional sound.
* Merge pull request #64135 from PrinceDeveloperOf/masterRémi Verschelde2022-08-091-1/+1
|\ | | | | Added to Sprite3D Documentation
| * Added to Sprite3D DocumentationMarlin Watts-Woods2022-08-081-1/+1
| |
* | Merge pull request #64139 from BastiaanOlij/fix_gi_resource_leaksRémi Verschelde2022-08-093-25/+48
|\ \ | |/ |/| Fix resource leaks in VoxelGI
| * Fix resource leaks in VoxelGIBastiaan Olij2022-08-093-25/+48
|/
* Merge pull request #64127 from Calinou/doc-instanceplaceholderRémi Verschelde2022-08-091-1/+4
|\
| * Improve InstancePlaceholder documentationHugo Locurcio2022-08-081-1/+4
| |
* | Merge pull request #64099 from A-Lamia/lsp_uri_path_fixesRémi Verschelde2022-08-082-4/+4
|\ \ | |/ |/|
| * fix: modifies workspace->root_uri so that p_uri is symmetrical to other ↵Lamia2022-08-082-4/+4
| | | | | | | | operating systems. #63388
* | Merge pull request #64008 from YuriSizov/doctool-add-param-reference-syntaxRémi Verschelde2022-08-08433-10543/+10635
|\ \
| * | Rename the argument tag to param in XML documentationYuri Sizov2022-08-08432-10529/+10529
| | |
| * | Add support for [param foo] syntax in valid documentation contextsYuri Sizov2022-08-082-14/+106
| | |
* | | Merge pull request #64034 from DarkKilauea/fix-nav-region-gizmoRémi Verschelde2022-08-083-26/+16
|\ \ \
| * | | Fix NavigationRegion3D gizmo's odd visual behaviorJosh Jones2022-08-063-26/+16
| | | |
* | | | Merge pull request #63258 from Calinou/gdextension-print-expected-config-os-archRémi Verschelde2022-08-086-3/+64
|\ \ \ \
| * | | | Print expected `os.arch` tuple for current platform in GDExtension errorHugo Locurcio2022-08-086-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_namesRémi Verschelde2022-08-083-9/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix macOS and iOS defines in the rendering code.bruvzg2022-08-083-9/+9
| | | | |
* | | | | Merge pull request #63632 from ↵Rémi Verschelde2022-08-081-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 exportDavid Snopek2022-08-081-4/+4
| | | | |
* | | | | Merge pull request #64076 from raulsntos/doc-fixesRémi Verschelde2022-08-082-1/+6
|\ \ \ \ \ | | | | | | | | | | | | Add `@GDScript.type_exists` documentation, Fix typo in weakref documentation
| * | | | | Add `@GDScript.type_exists` documentationRaul Santos2022-08-081-0/+5
| | | | | |
| * | | | | Fix typo in weakref documentationRaul Santos2022-08-071-1/+1
| | | | | |
* | | | | | Merge pull request #64004 from YuriSizov/doctool-fail-on-unnamed-argsRémi Verschelde2022-08-0819-332/+444
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add checks and tests for empty/unnamed arguments
| * | | | | | Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-0817-310/+411
| | | | | | |
| * | | | | | Add checks for empty/unnamed arguments to make_rst.pyYuri Sizov2022-08-082-22/+33
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #64104 from and3rson/convert3to4-fixes-2Rémi Verschelde2022-08-081-16/+55
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add conversions for tweens, fix move_and_slide/start/await conversionsAndrew Dunai2022-08-081-16/+55
| |/ / / /
* | | | | Merge pull request #63253 from ↵Rémi Verschelde2022-08-081-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | V-Sekai/disable_sprite_conversion_on_foreign_nodes
| * | | | | Disable plugin for conversion of foreign Sprite2D to different typesSaracenOne2022-07-211-0/+5
| | | | | |
* | | | | | Merge pull request #63518 from timothyqiu/window-toggleRémi Verschelde2022-08-081-6/+3
|\ \ \ \ \ \
| * | | | | | Add a Window visibility toggle button to the Scene treeHaoyu Qiu2022-07-271-6/+3
| | | | | | |
* | | | | | | Merge pull request #62885 from madmiraal/fix-59931Rémi Verschelde2022-08-089-177/+224
|\ \ \ \ \ \ \
| * | | | | | | Fix incorrect Android scancodesMarcel Admiraal2022-07-139-177/+224
| | | | | | | |
* | | | | | | | Merge pull request #63932 from smix8/navigation_heightmapshape_baking_4.xRémi Verschelde2022-08-081-0/+89
|\ \ \ \ \ \ \ \
| * | | | | | | | Add NavigationMesh baking for HeightMapShapesmix82022-08-051-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds HeightMapShape for StaticColliders and GridMap to the NavigationMeshGenerator for baking NavigationMesh.
* | | | | | | | | Merge pull request #64078 from Nosliwnayr/masterRémi Verschelde2022-08-082-0/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add area monitor callback error checkingRyan Heath2022-08-072-0/+16
| | | | | | | | | |
* | | | | | | | | | Merge pull request #63173 from fire-forge/layers-gridRémi Verschelde2022-08-082-3/+15
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Use menu icon for layers grid buttonFireForge2022-07-172-3/+15
| | | | | | | | | |
* | | | | | | | | | Merge pull request #62861 from samdze/image-size-vector2iRémi Verschelde2022-08-083-4/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Make Image.get_size() return a Vector2i instead of a Vector2
| * | | | | | | | | | Make Image.get_size() return a Vector2i instead of a Vector2Samuele Zolfanelli2022-07-093-4/+4
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #62868 from fire-forge/array-resize-sizeRémi Verschelde2022-08-082-38/+23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use a SpinBox in the inspector array resize dialog
| * | | | | | | | | | | Use a SpinBox in the inspector array resize dialogFireForge2022-07-102-38/+23
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #64014 from RedMser/keep-screen-on-singledefRémi Verschelde2022-08-088-6/+11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Only define `keep_screen_on` project setting onceRedMser2022-08-068-6/+11
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #64070 from Calinou/3d-editor-remove-alt-fov-adjustmentRémi Verschelde2022-08-081-14/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove FOV adjustment with Alt + mouse wheel in the 3D editorHugo Locurcio2022-08-071-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_fixesRémi Verschelde2022-08-083-15/+58
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix some bugs with `Window`sMichael Alexsander2022-08-053-15/+58
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |