summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-13RTL Improvementsbruvzg
Do not apply negative line separation to the last line. Ensure all methods immediately update cache in a single thread mode. Fix bbcode_enabled change not being applied until text is changed. Fix crash if line height is zero or less.
2022-09-13Merge pull request #64927 from KoBeWi/three2fourRémi Verschelde
2022-09-13Merge pull request #65682 from m4gr3d/update_editor_versioning_mainRémi Verschelde
2022-09-13Merge pull request #65708 from akien-mga/vcs-plugin-ssh-key-HOMERémi Verschelde
2022-09-13Merge pull request #65679 from ↵Rémi Verschelde
Calinou/3d-editor-improve-preview-sun-sky-usability
2022-09-13Merge pull request #65720 from KoBeWi/animated_diffRémi Verschelde
2022-09-13Merge pull request #65738 from BastiaanOlij/fix_ssao_ssil_memory_leakRémi Verschelde
2022-09-13Merge pull request #65736 from Chaosus/vs_fixYuri Rubinsky
2022-09-13Fix uniform buffer being created every frame is SSAO and SSIL half_size is ↵Bastiaan Olij
different
2022-09-13Fix category of view_index inputs in the visual shader editorYuri Rubinsky
2022-09-13Merge pull request #65704 from akien-mga/web-editor-fix-some-errorsRémi Verschelde
Fix some errors affecting the Web editor
2022-09-13Merge pull request #65727 from clayjohn/GLES3-multiwindowRémi Verschelde
Fix multiwindow support in GLES3 for X11, Windows, and MacOS.
2022-09-13Merge pull request #65728 from nathanfranke/longest-itemRémi Verschelde
Change project manager language dropdown to not fit to longest item.
2022-09-12project manager language OptionButton fit to longest itemNathan Franke
2022-09-12Fix multiwindow support in GLES3 for X11, Windows, and MacOS.clayjohn
Instead of updating all viewports, then blitting all viewports to the backbuffer, then swapping all buffers, we run through all viewports and render, blit, and swap backbuffer before going to the next viewport.
2022-09-13Merge pull request #65670 from Jayman2000/fix-rst-doc-literalsYuri Sizov
Fix invalid literals in generated rst docs
2022-09-12Don't store frame of playing AnimatedSpritekobewi
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-12Exclude small screens from the set of supported devices.Fredia Huya-Kouadio
2022-09-12Update the versioning logic for the Godot Android EditorFredia Huya-Kouadio
This is necessary to separate subsequent uploads to the Google Play store as each upload needs to increment the version code.
2022-09-12Add option to convert project from Project Managerkobewi
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-12VCS plugin: SSH key dialog defaults to HOMERémi Verschelde
Fixes #65691.
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-12Fix some errors affecting the Web editorRémi Verschelde
- Don't warn about minimized/maximized modes not being available. - Blender and FBX export both depend on running thirdparty applications, which can't be done (easily at least) for Web and Android editors. - Editor theme complained about not being able to retrieve texture data for an icon. It was only used once so instead of flipping at runtime, let's just add a flipped icon. Part of #65702.
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-12Improve 3D editor preview sun and sky usabilityHugo Locurcio
- Use grayscale icons to look better when pressed (with accent color modulation). - Invert state to be more logical (pressed = preview is enabled, not disabled).
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