summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-13Don't print error in get_cell_tile_data()kobewi
2022-09-13Merge pull request #65670 from Jayman2000/fix-rst-doc-literalsYuri Sizov
Fix invalid literals in generated rst docs
2022-09-12Fix invalid literals in generated rst docsJason Yundt
Before this change, API docs that look like this: …adding [param character]s to the right of the string. would turn into rst files that look like this: …adding ``character``s to the right of the string. That reStructuredText is invalid and causes warnings when the docs repo is built.
2022-09-12Merge pull request #65544 from clayjohn/lambert-wrapRémi Verschelde
Apply energy conservation to LAMBERT_WRAP diffuse mode by dividing by PI
2022-09-12Merge pull request #65709 from clayjohn/GLES3-render-target-typeRémi Verschelde
Use proper color type for transparent render targets in GLES3
2022-09-12Apply energy conservation to LAMBERT_WRAP and TOON diffuse modes by dividing ↵clayjohn
by PI
2022-09-12Use proper color type for transparent render targets in GLES3clayjohn
2022-09-12Merge pull request #65658 from ↵Yuri Sizov
KoBeWi/Two_Tweens_are_tweening_the_same_object._Who-will-win Add more clarifications about Tween processing
2022-09-12Merge pull request #65697 from Faless/mp/4.x_spawner_crashFabio Alessandrelli
[Multiplayer] Fix crash in spawner get_spawnable_scene.
2022-09-12[Multiplayer] Fix crash in spawner get_spawnable_scene.Fabio Alessandrelli
2022-09-12Merge pull request #65594 from clayjohn/SSR-dialectricRémi Verschelde
2022-09-12Merge pull request #65688 from Chaosus/fix_astargrid_heuristicRémi Verschelde
2022-09-12Merge pull request #64982 from V-Sekai/exp_dep_flagsRémi Verschelde
2022-09-12Fix incorrect heuristic order in `AStarGrid2D`Yuri Rubinsky
2022-09-12Merge pull request #64155 from Mickeon/sprite-3d-backwards-speed-scaleRémi Verschelde
2022-09-12Merge pull request #65687 from Chaosus/gds_fix_script_timeRémi Verschelde
Fix last_modified_time on scripts
2022-09-12Fix last_modified_time on scriptsYuri Rubinsky
2022-09-12Merge pull request #65676 from BastiaanOlij/fix_msaa_taa_issueRémi Verschelde
Fixed MSAA initialisation in clustered forward renderer
2022-09-12Fixed MSAA initialisation in clustered forward rendererBastiaan Olij
2022-09-11Add more clarifications about Tween processingkobewi
2022-09-11Merge pull request #65644 from Faless/web/4.x_misc_alpha_fixesFabio Alessandrelli
[Web] Small fixes and enhancements.
2022-09-11[Web] Small fixes and enhancements.Fabio Alessandrelli
- "Definitive" fix for ENOENT randomly disappearing from emscripten. - Proper shutdown when setup fails. - Re-enable WebGL explicit buffer swap. - Re-enable optional per-pixel transparency. - Add type cast to make closure compiler happy. - Remove emscripten Safari WebGL workaround. - Improve AudioWorklet cleanup.
2022-09-11Add ability to flag classes as experimental or deprecated.SaracenOne
2022-09-11Merge pull request #65631 from bruvzg/fix_ctrl_fRémi Verschelde
Fix Ctrl/Cmd+F always processed by the asset library, instead of script editor / help.
2022-09-10Fix Ctrl/Cmd+F always processed by the asset library, instead of script ↵bruvzg
editor / help.
2022-09-10Merge pull request #64465 from TokageItLab/bind-after-gui-inputRémi Verschelde
Bind `AfterGUIInput` to GDScript and update document
2022-09-10Merge pull request #65574 from YuriSizov/graphedit-slot-port-conundrumYuri Sizov
2022-09-10Merge pull request #65595 from KoBeWi/minus_childrenRémi Verschelde
Allow negative indices in `move_child()`
2022-09-10Allow negative indices in move_child()kobewi
2022-09-09Properly scale SSR reflection based on metallic value for dielectric materialsclayjohn
2022-09-10Merge pull request #64412 from MewPurPur/remove-remove-and-skipRémi Verschelde
Remove `Node.remove_and_skip` method
2022-09-09Remove Remove and SkipVolTer
2022-09-09Harmonise AnimatedSprite3D and its 2D counterpartMicky
Add the following properties to AnimatedSprite3D: - `backwards` parameter in `play()`; - `speed_scale`. Both classes' internals are more similar, down to the line spacings. They've also been updated to be clearer and less inconsistent (e.g. `!frames.is_valid()` -> `frames.is_null()`, use SceneStringNames instead of CoreStringNames, rename the internal _queue_update to _queue_redraw)
2022-09-09Merge pull request #64394 from smix8/navigation_obstacles_reparent_4.xRémi Verschelde
Fix NavigationObstacle 2D/3D (re)parent issues
2022-09-09Merge pull request #64938 from YuriSizov/editor-scaled-iconsRémi Verschelde
2022-09-09Improve parameter naming and documentation in GraphEdit and GraphNodeYuri Sizov
Co-authored-by: Maganty Rushyendra <mrushyendra@yahoo.com.sg>
2022-09-09Merge pull request #65571 from rburing/physics_server_extension_bind_allRémi Verschelde
2022-09-09Merge pull request #65352 from Mickeon/try-scene-tree-filter-multi-wordRémi Verschelde
2022-09-09i18n: Sync classref translations with Weblate (3.5 branch)Rémi Verschelde
(cherry picked from commit 26a28d6bbdba880151c7dd8391e75fa3417d7aab)
2022-09-09i18n: Sync editor translations with Weblate (3.5 branch)Rémi Verschelde
(cherry picked from commit 367ffd10c8a0131bb7f669070d99841fdc3ec6e2)
2022-09-09Merge pull request #65569 from akien-mga/ci-emscripten-3.1.18Rémi Verschelde
2022-09-09PhysicsServer2DExtension and PhysicsServer3DExtension: bind all methods (really)Ricardo Buring
2022-09-09CI: Downgrade Emscripten to 3.1.18Rémi Verschelde
Emscripten 3.1.19 and 3.1.20 have a showstopping regression that breaks calling our main function for the editor build.
2022-09-09Improve Scene Tree Dock's Node filter (Allow multiple terms & more)Micky
- Allows more than one parameter to be passed in the "Filter Node" search box, each term separated by spaces. - Grays out any parent Node not matching the search, but still having to be there because a child is. - Adds a `group:` filter. It matches any Node belonging to the passed group. If no argument is passed, it matches all Nodes belonging to any group. It also ignores groups used internally, and its alias is `g`.
2022-09-09Merge pull request #65533 from neikeq/issue-65522Rémi Verschelde
2022-09-09Merge pull request #63640 from mbe9/fix_noneditable_remote_objectsRémi Verschelde
2022-09-09Merge pull request #65520 from V-Sekai/remote_objects_no_read_onlyRémi Verschelde
2022-09-09Merge pull request #64373 from YeldhamDev/edscale_likes_them_floatyRémi Verschelde
2022-09-09Merge pull request #65555 from timothyqiu/xml-parser-fixesRémi Verschelde
Fix parsing of XML CDATA and add test cases
2022-09-09Fix parsing of XML CDATA and add test casesHaoyu Qiu