Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-13 | RTL Improvements | bruvzg | |
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-13 | Merge pull request #64927 from KoBeWi/three2four | Rémi Verschelde | |
2022-09-13 | Merge pull request #65682 from m4gr3d/update_editor_versioning_main | Rémi Verschelde | |
2022-09-13 | Merge pull request #65708 from akien-mga/vcs-plugin-ssh-key-HOME | Rémi Verschelde | |
2022-09-13 | Merge pull request #65679 from ↵ | Rémi Verschelde | |
Calinou/3d-editor-improve-preview-sun-sky-usability | |||
2022-09-13 | Merge pull request #65720 from KoBeWi/animated_diff | Rémi Verschelde | |
2022-09-13 | Merge pull request #65738 from BastiaanOlij/fix_ssao_ssil_memory_leak | Rémi Verschelde | |
2022-09-13 | Merge pull request #65736 from Chaosus/vs_fix | Yuri Rubinsky | |
2022-09-13 | Fix uniform buffer being created every frame is SSAO and SSIL half_size is ↵ | Bastiaan Olij | |
different | |||
2022-09-13 | Fix category of view_index inputs in the visual shader editor | Yuri Rubinsky | |
2022-09-13 | Merge pull request #65704 from akien-mga/web-editor-fix-some-errors | Rémi Verschelde | |
Fix some errors affecting the Web editor | |||
2022-09-13 | Merge pull request #65727 from clayjohn/GLES3-multiwindow | Rémi Verschelde | |
Fix multiwindow support in GLES3 for X11, Windows, and MacOS. | |||
2022-09-13 | Merge pull request #65728 from nathanfranke/longest-item | Rémi Verschelde | |
Change project manager language dropdown to not fit to longest item. | |||
2022-09-12 | project manager language OptionButton fit to longest item | Nathan Franke | |
2022-09-12 | Fix 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-13 | Merge pull request #65670 from Jayman2000/fix-rst-doc-literals | Yuri Sizov | |
Fix invalid literals in generated rst docs | |||
2022-09-12 | Don't store frame of playing AnimatedSprite | kobewi | |
2022-09-12 | Fix invalid literals in generated rst docs | Jason 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-12 | Merge pull request #65544 from clayjohn/lambert-wrap | Rémi Verschelde | |
Apply energy conservation to LAMBERT_WRAP diffuse mode by dividing by PI | |||
2022-09-12 | Merge pull request #65709 from clayjohn/GLES3-render-target-type | Rémi Verschelde | |
Use proper color type for transparent render targets in GLES3 | |||
2022-09-12 | Exclude small screens from the set of supported devices. | Fredia Huya-Kouadio | |
2022-09-12 | Update the versioning logic for the Godot Android Editor | Fredia 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-12 | Add option to convert project from Project Manager | kobewi | |
2022-09-12 | Apply energy conservation to LAMBERT_WRAP and TOON diffuse modes by dividing ↵ | clayjohn | |
by PI | |||
2022-09-12 | Use proper color type for transparent render targets in GLES3 | clayjohn | |
2022-09-12 | VCS plugin: SSH key dialog defaults to HOME | Rémi Verschelde | |
Fixes #65691. | |||
2022-09-12 | Merge 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-12 | Fix some errors affecting the Web editor | Ré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-12 | Merge pull request #65697 from Faless/mp/4.x_spawner_crash | Fabio Alessandrelli | |
[Multiplayer] Fix crash in spawner get_spawnable_scene. | |||
2022-09-12 | [Multiplayer] Fix crash in spawner get_spawnable_scene. | Fabio Alessandrelli | |
2022-09-12 | Merge pull request #65594 from clayjohn/SSR-dialectric | Rémi Verschelde | |
2022-09-12 | Merge pull request #65688 from Chaosus/fix_astargrid_heuristic | Rémi Verschelde | |
2022-09-12 | Merge pull request #64982 from V-Sekai/exp_dep_flags | Rémi Verschelde | |
2022-09-12 | Fix incorrect heuristic order in `AStarGrid2D` | Yuri Rubinsky | |
2022-09-12 | Merge pull request #64155 from Mickeon/sprite-3d-backwards-speed-scale | Rémi Verschelde | |
2022-09-12 | Merge pull request #65687 from Chaosus/gds_fix_script_time | Rémi Verschelde | |
Fix last_modified_time on scripts | |||
2022-09-12 | Fix last_modified_time on scripts | Yuri Rubinsky | |
2022-09-12 | Merge pull request #65676 from BastiaanOlij/fix_msaa_taa_issue | Rémi Verschelde | |
Fixed MSAA initialisation in clustered forward renderer | |||
2022-09-12 | Improve 3D editor preview sun and sky usability | Hugo 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-12 | Fixed MSAA initialisation in clustered forward renderer | Bastiaan Olij | |
2022-09-11 | Add more clarifications about Tween processing | kobewi | |
2022-09-11 | Merge pull request #65644 from Faless/web/4.x_misc_alpha_fixes | Fabio 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-11 | Add ability to flag classes as experimental or deprecated. | SaracenOne | |
2022-09-11 | Merge pull request #65631 from bruvzg/fix_ctrl_f | Rémi Verschelde | |
Fix Ctrl/Cmd+F always processed by the asset library, instead of script editor / help. | |||
2022-09-10 | Fix Ctrl/Cmd+F always processed by the asset library, instead of script ↵ | bruvzg | |
editor / help. | |||
2022-09-10 | Merge pull request #64465 from TokageItLab/bind-after-gui-input | Rémi Verschelde | |
Bind `AfterGUIInput` to GDScript and update document | |||
2022-09-10 | Merge pull request #65574 from YuriSizov/graphedit-slot-port-conundrum | Yuri Sizov | |
2022-09-10 | Merge pull request #65595 from KoBeWi/minus_children | Rémi Verschelde | |
Allow negative indices in `move_child()` | |||
2022-09-10 | Allow negative indices in move_child() | kobewi | |