summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-20Revise Area node brief descriptionsJay Mehta
Revision to make the separation between collision and physics/audio influence more clear
2022-11-19Changed Area3D node descriptionJay Mehta
Changed description to be less confusing Changed "3D area for detection and physics and audio influence." To "3D area for detection, physics, and audio influence."
2022-11-19Changed Area2D node descriptionJay Mehta
Changed description to be less confusing Changed "2D area for detection and physics and audio influence." To "2D area for detection, physics, and audio influence."
2022-11-19Merge pull request #68863 from clayjohn/RD-2D-skeletonRémi Verschelde
Fix drawing of 2D skeletons in the RD renderer.
2022-11-19Merge pull request #68866 from raulsntos/dotnet/godot-enumsRémi Verschelde
C#: Synchronize Godot enums with core
2022-11-19Merge pull request #68869 from timothyqiu/editor-pluginsRémi Verschelde
Fix missing editor plugins
2022-11-19Merge pull request #68872 from adamscott/remove-fix-leftoverYuri Rubinsky
fix https://github.com/godotengine/godot/issues/61386
2022-11-18Fix drawing of 2D skeletons in the RD renderer.clayjohn
Also clean up skeleton code in preparation for adding them to GLES3 Properly update Mesh2D AABBs when skeleton is updated
2022-11-18Remove fix leftover that caused cyclic load issuesAdam Scott
2022-11-19Fix missing editor pluginsHaoyu Qiu
2022-11-19C#: Synchronize Godot enums with coreRaul Santos
2022-11-18Merge pull request #68842 from Uxeron/DragPositionFixRémi Verschelde
Fixed `_get_drag_data` getting incorrect position on a scaled `Control`
2022-11-18Merge pull request #68758 from Faless/mp/4.x_better_debugRémi Verschelde
[MP] Improve network profiler.
2022-11-18Merge pull request #68824 from TokageItLab/fix-root-assignRémi Verschelde
Make the root motion track candidates all the bones of the Skeleton existing in the tracks
2022-11-18Merge pull request #68821 from ↵Rémi Verschelde
EricEzaM/68617-fix-event-text-and-jpmotion-deadzone Refactor `get_event_text` to a static method, remove high deadzone from event configuration
2022-11-18Merge pull request #68854 from anvilfolk/highlight-varRémi Verschelde
Add error highlighting for duplicate variables/constants
2022-11-18Merge pull request #67714 from adamscott/fix-preload-cyclic-references-part2Rémi Verschelde
Fix cyclic references in GDScript 2.0
2022-11-18Merge pull request #60686 from trollodel/move_editor_registrationRémi Verschelde
Move editor class and plugin registrations to a dedicated file
2022-11-18Fix cyclic references in GDScript 2.0Adam Scott
2022-11-18Add error highlighting for duplicate variables/constantsocean (they/them)
2022-11-18Merge pull request #68847 from anvilfolk/silly-vsRémi Verschelde
Add VS's enc_temp_folder to .gitignore
2022-11-18Merge pull request #68828 from bruvzg/win_regen_iconRémi Verschelde
Windows icon export improvements.
2022-11-18Merge pull request #68831 from YuriSizov/docs-classref-better-splitRémi Verschelde
Improve class reference split, list variant types separately
2022-11-18Add VS's enc_temp_folder to .gitignoreocean (they/them)
2022-11-18Windows icon export improvements.bruvzg
Regenerate Windows icon on export to ensure correct icon size order. Add support for using PNG/WebP/SVG files as an icon for Windows exports. Allow using WebP/SVG files as icon for macOS exports. Add option to select generated icons interpolation, and set default interpolation to Lanczos.
2022-11-18Fixed _get_drag_data getting incorrect position on scaled controlsUxeron
2022-11-18Merge pull request #68432 from Geometror/generic-math-func-testsRémi Verschelde
Generic math function tests: Test float and double variants
2022-11-18Merge pull request #68799 from Chaosus/shader_fixRémi Verschelde
Prevent stack overflow when setting a shader global value
2022-11-18Merge pull request #66816 from raulsntos/dotnet/readonlyRémi Verschelde
Add `readonly` to C# methods and types that don't mutate
2022-11-18Merge pull request #64212 from xiongyaohua/curve3d_baking_refactorRémi Verschelde
Move rotation interpolation to Curve3d and refactor baking
2022-11-18Merge pull request #68430 from anvilfolk/check-superclass-memberRémi Verschelde
Fix minor inheritance errors
2022-11-18Merge pull request #68710 from BastiaanOlij/fix_vrsRémi Verschelde
Fix VRS issues
2022-11-18Merge pull request #68801 from vincentmoreschi/vincentmoreschi/masterRémi Verschelde
Add raise -> move_to_front rename line
2022-11-18Improve class reference split, list variant types separatelyYuri Sizov
2022-11-18change root motion track candidating methodSilc Renew
2022-11-18Refactor `get_event_text` to a static method, remove high deadzone from ↵Eric M
event configuration. * `get_event_text` and `get_device_string` are now static methods (they always could have been) * Applied 90% deadzone on joypad motion inputs in the configurator had the effect of ignoring most joypad motion inputs. Low ones do not need to be filtered out as JoypadMotion is only considered 'pressed' if it as above 50% strength - and that works well.
2022-11-18Move editor class and plugin registrations to a dedicated filetrollodel
2022-11-18Merge pull request #68808 from CherrySodaPop/global-instance-uniformYuri Rubinsky
2022-11-18Merge pull request #63497 from YuriSizov/docs-split-classrefRémi Verschelde
Split generated RST for class reference based on the base type
2022-11-18Merge pull request #67464 from Calinou/contributing-mrp-requiredRémi Verschelde
Emphasize the importance of uploading a minimal reproduction project
2022-11-18Merge pull request #68805 from clayjohn/canvas-bgRémi Verschelde
Finish implementing Canvas Background mode
2022-11-17Fix ability to overload "script" variableocean (they/them)
2022-11-17Fix global uniforms parsed as instance uniformLily Garcia
2022-11-17Add raise -> move_to_front rename lineChenzo
2022-11-18Split generated RST for class reference based on the base typeYuri Sizov
2022-11-17Finish implementing Canvas Background modeclayjohn
2022-11-17Emphasize the importance of uploading a minimal reproduction projectHugo Locurcio
The field is now required, but "N/A" can be manually entered if the reproduction steps are trivial and don't require any project files to be followed.
2022-11-17Merge pull request #63203 from YuriSizov/a-gaping-hole-in-my-docsRémi Verschelde
Add more call-to-action notes when documentation is missing
2022-11-17Merge pull request #68792 from bruvzg/rtl_scrollRémi Verschelde
Fix multithreaded RTL resetting scroll position on resize.
2022-11-17Merge pull request #68790 from m4gr3d/fix_keep_screen_on_mainRémi Verschelde
Fix parsing of the `keep_screen_on` display setting