summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-15Merge pull request #65372 from Mickeon/fix-treat-warnings-as-errorsRémi Verschelde
Fix "Treat Warnings as Errors" Project Setting doing nothing
2022-11-15Merge pull request #67688 from Mickeon/i-forgror-☠️☠️Rémi Verschelde
Remove `PROPERTY_HINT_IMAGE_COMPRESS` constants
2022-11-15Merge pull request #66516 from DeeJayLSP/update_theoraRémi Verschelde
Update libtheora to GIT (2020.10)
2022-11-15Merge pull request #65836 from Calinou/add-max-physics-steps-per-frame-settingRémi Verschelde
Implement adjusting the maximum number of physics steps per rendered frame
2022-11-15Merge pull request #68159 from Mickeon/doc-help-return-arrayRémi Verschelde
Change docs' Typed Array & void representation
2022-11-15Merge pull request #67713 from KoBeWi/smoke_Joint2D_everydayRémi Verschelde
Fix false warning when renaming Joint2D's node
2022-11-15Merge pull request #68586 from Riteo/dynamic-glxRémi Verschelde
Load GLX dynamically with GLAD
2022-11-15Merge pull request #68587 from Riteo/file-check-exceptionRémi Verschelde
Add an exception for thirdparty subdirectories in file_format.sh
2022-11-15Merge pull request #68663 from Chaosus/gds_fix_completionYuri Rubinsky
2022-11-15Remove `PROPERTY_HINT_IMAGE_COMPRESS` constantsMicky
These were used in 3.x but there's no reference of them in the codebase, at all.
2022-11-15Change docs' Typed Array & void representationMicky
Typed Arrays now look the same as to how they're defined in GDScript. Also modifies "void" to be darkened and show a tooltip.
2022-11-15Load GLX dynamically with GLADRiteo Siuga
This is accomplished through the addition of a GLAD GLX loader in the `thirdparty` directory. This is another step towards a nice Wayland/X11 interoperation.
2022-11-15Fix false warning when renaming Joint2D's nodekobewi
2022-11-15Merge pull request #68340 from KoBeWi/deparentRémi Verschelde
Don't reparent dragged node when non needed
2022-11-15Merge pull request #67798 from KoBeWi/code_resurrectionRémi Verschelde
Uncomment drag forwarding in CreateDialog
2022-11-15Merge pull request #67651 from KoBeWi/❗_of_damnationRémi Verschelde
Fix double hint paste in EditorResourcePicker
2022-11-15Merge pull request #67397 from KoBeWi/impostorpupRémi Verschelde
Change EditorSpinSlider's popup to Control
2022-11-15Merge pull request #67869 from KoBeWi/coostom_ooser_deerRémi Verschelde
Fix documentation about custom user dir
2022-11-15Merge pull request #68683 from bruvzg/mvk_detectRémi Verschelde
[macOS] Automatically detect MoltenVK libs installed via homebrew and macports.
2022-11-15Merge pull request #68681 from groud/fix_infinite_loop_in_resource_loaderRémi Verschelde
Fixes infinite loop in ResourceFormatText when having unexpected end of file
2022-11-15Merge pull request #68680 from bruvzg/fc_no_font_subRémi Verschelde
[fontconfig] Reject font substitutes if non-alias name was used.
2022-11-15Merge pull request #68372 from Riteo/glad2Rémi Verschelde
Regenerate GL loader code with GLAD 2
2022-11-15Fixes infinite loop in ResourceFormatText when having unexpected end of fileGilles Roudière
2022-11-15[macOS] Automatically detect MoltenVK libs installed via homebrew and macports.bruvzg
2022-11-15Merge pull request #68673 from clayjohn/RD-alpha-hashRémi Verschelde
Fix alpha hash by correcting typos and doing calculations in object space
2022-11-15Merge pull request #68671 from raulsntos/dotnet/c-escape-hellRémi Verschelde
C#: Remove "?" from CEscape and CUnescape
2022-11-15Merge pull request #68426 from clayjohn/GLES3-particlesRémi Verschelde
Add GPUParticles to the OpenGL3 renderer.
2022-11-15Merge pull request #68487 from clayjohn/RD-mobile-rasterRémi Verschelde
Use raster versions of copy effects for 2D operations when using the mobile renderer
2022-11-15Merge pull request #68628 from clayjohn/shadowsRémi Verschelde
Implement is_animated and casts_shadows
2022-11-15Merge pull request #67859 from timothyqiu/main-loop-treeRémi Verschelde
Fix crash of `queue_free()` when main loop is not SceneTree
2022-11-15[fontconfig] Reject font substitutes if non-alias name was used.bruvzg
2022-11-14Add GPUParticles to the OpenGL3 renderer.clayjohn
This includes collision (2D SDF, Box, Sphere, Heightmap), attraction (Box, Sphere), and all sorting modes. This does not include 3D SDF collisions, trails, or manual emission.
2022-11-14Fix alpha hash by correcting typos and doing calculations in object spaceclayjohn
2022-11-15C#: Remove "?" from CEscape and CUnescapeRaul Santos
2022-11-15Fix crash of queue_free() when main loop is not SceneTreeHaoyu Qiu
2022-11-15Merge pull request #68504 from dzil123/cache_system_dir_xdg2Rémi Verschelde
Cache OS_LinuxBSD::get_system_dir
2022-11-14Merge pull request #68667 from Piralein/fix-broken-link-classrefRémi Verschelde
Update document-links in classref
2022-11-14Merge pull request #67831 from kleonc/scene-tree-fix-storing-removed-nodesRémi Verschelde
`SceneTree` Fix storing removed nodes to be skipped by the group calls
2022-11-14Merge pull request #60931 from EspeuteClement/get_selected_filesRémi Verschelde
Add EditorInterface.get_selected_paths()
2022-11-14Merge pull request #68339 from clayjohn/RD-shadow-acneRémi Verschelde
Scale light shadow bias by soft_shadow_scale to reduce shadow acne
2022-11-14Merge pull request #65821 from raulsntos/xr_notificationRémi Verschelde
Remove redefinition of `notification` method in `XRInterfaceExtension`
2022-11-14Merge pull request #68664 from bruvzg/bmp_base_sizeRémi Verschelde
[Bitmap font] Always set valid fixed size, even if it's not set in the `fnt` file.
2022-11-14Merge pull request #68531 from marzecdawid/fix-gap-with-scrolling-down-in-TreeRémi Verschelde
Fix a gap with scrolling down in Tree with arrow keys (#57636)
2022-11-14Merge pull request #68552 from DarkKilauea/update-directional-light-docsRémi Verschelde
Add documentation for DirectionalLight2D
2022-11-14Merge pull request #68545 from DarkKilauea/update-geometry-docsRémi Verschelde
Added missing descriptions for GeometryInstance3D
2022-11-14Merge pull request #68229 from Mickeon/c-escape-hellRémi Verschelde
Remove "?" from String.c_escape()
2022-11-14Merge pull request #68564 from Mickeon/node-no-remove-group-errorRémi Verschelde
Strip ERR_FAIL from `Node.remove_from_group()`
2022-11-14Merge pull request #68657 from Sauermann/fix-redundant-initializationRémi Verschelde
Remove redundant non-trivial Variant types initializations
2022-11-14Merge pull request #68658 from Calinou/message-fix-periodsRémi Verschelde
Fix periods in editor strings and messages
2022-11-14Add EditorInterface.get_selected_paths()cespeute
Exposes the selected paths in the editor filesystem dock. Implements this proposal : https://github.com/godotengine/godot-proposals/issues/2424 Also renamed the old `get_selected_path` to `get_selected_directory` to better match the already existing get_current_path function.