Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-03 | Merge pull request #55312 from YeldhamDev/theme_editor_undo | Rémi Verschelde | |
2022-01-03 | Merge pull request #56297 from Chaosus/fix_win32_cursor_resize | Rémi Verschelde | |
2022-01-03 | Merge pull request #56190 from Chaosus/shader_varying_pass_to_func | Rémi Verschelde | |
2022-01-03 | Merge pull request #56187 from Chaosus/fix_default_texture | Rémi Verschelde | |
2022-01-03 | Merge pull request #56259 from Chaosus/fix_property_editor_resize | Rémi Verschelde | |
2022-01-03 | Merge pull request #56370 from Chaosus/fix_shader_instance_uniform | Rémi Verschelde | |
2022-01-02 | Merge pull request #56440 from KoBeWi/returnals | Max Hilbrunner | |
Fix usage of "Return" in the docs | |||
2022-01-02 | Fix usage of "Return" in the docs | kobewi | |
2022-01-02 | Merge pull request #56315 from luzpaz/typos | Max Hilbrunner | |
Fix various typos | |||
2022-01-02 | Merge pull request #53020 from Lertsenem/doc/fix_vector2_reflect | Max Hilbrunner | |
Fix error in Vector2.reflect() description | |||
2022-01-02 | Fix various typos | luz paz | |
Found via ` codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint,varn` Update editor/import/resource_importer_layered_texture.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update doc/classes/TileSetScenesCollectionSource.xml Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/gui/graph_edit.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/gui/rich_text_label.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Revert previously committed change | |||
2022-01-02 | Merge pull request #56184 from skyace65/ObjectNotificationsLink | Max Hilbrunner | |
Add a link to the notifications tutorial page in the object class reference | |||
2021-12-31 | Merge pull request #56261 from skyace65/OSDebug | Max Hilbrunner | |
State that get static memory usage only works in debug | |||
2021-12-31 | Merge pull request #56334 from skyace65/ConvexWarning | Max Hilbrunner | |
Add warning to only use convex hull points when setting the point property of convex polygon 2D | |||
2021-12-31 | Fix incorrect updating global uniform buffer | Yuri Roubinsky | |
2021-12-30 | Add undo/redo capabilities to the theme editor | Michael Alexsander | |
2021-12-29 | Add warning to only use convex hull points when setting the point property ↵ | skyace65 | |
for convex polygon shape | |||
2021-12-29 | Merge pull request #56214 from timothyqiu/alpha-channel | Clay John | |
Alpha channel indicates opacity, not transparency | |||
2021-12-29 | Merge pull request #56292 from skyace65/CullMode | Yuri Roubinsky | |
2021-12-29 | Merge pull request #56299 from raulsntos/fix-37812 | Ignacio Roldán Etcheverry | |
Fix getting properties state when reloading C# | |||
2021-12-28 | Fix getting properties state when reloading C# | Raul Santos | |
When reloading C# classes and keep their properties values they are retrieved and stored in a state list. Retrieving the properties was only getting the fields of the C# class and not inherited fields so those properties values were lost on reload. Now we also try to find the field in the parent classes. | |||
2021-12-28 | Fix cursor stucking in resize shape | Yuri Roubinsky | |
2021-12-27 | Fix "flip faces" description | skyace65 | |
2021-12-26 | State that get static memory usage only works in debug | skyace65 | |
2021-12-26 | Fix size of the default property popup after opening a Color property | Yuri Roubinsky | |
2021-12-24 | Merge pull request #56210 from 1ace/vk-engine-version | Rémi Verschelde | |
drivers/vulkan: limit pEngineName to only the engine name, without its version | |||
2021-12-24 | Alpha channel indicates opacity, not transparency | Haoyu Qiu | |
2021-12-24 | drivers/vulkan: limit pEngineName to only the engine name, without its version | Eric Engestrom | |
It's supposed to be something stable that can be used to identify the engine (using an equality check), so having the version number in there defeats the purpose. While at it, there is no need to prefix it with a second `"GodotEngine"`, nor to copy the static C string into a C++ string to then extract a C string from it :) | |||
2021-12-23 | Merge pull request #56202 from 1ace/vk-engine-version | Rémi Verschelde | |
drivers/vulkan: set the engineVersion to Godot's version | |||
2021-12-23 | drivers/vulkan: set the engineVersion to Godot's version | Eric Engestrom | |
2021-12-23 | Allow pass varyings as out param to the function, when it's possible | Yuri Roubinsky | |
2021-12-23 | Merge pull request #56183 from raulsntos/fix-56180 | Ignacio Roldán Etcheverry | |
Fix `KeyValuePairAt` memory leak | |||
2021-12-23 | Fix default texture of unassigned sampler with hint_normal | Yuri Roubinsky | |
2021-12-22 | Add a link to the notifications tutorial page in the object class reference | skyace65 | |
2021-12-23 | Fix `KeyValuePairAt` memory leak | Raul Santos | |
2021-12-23 | Merge pull request #55636 from bruvzg/vis_char_modes | Rémi Verschelde | |
Add different "visible characters" behavior modes. | |||
2021-12-22 | Merge pull request #56165 from timothyqiu/escape-fix | Rémi Verschelde | |
2021-12-23 | Fix `make_rst.py` missing escape in front of some links | Haoyu Qiu | |
2021-12-22 | Merge pull request #56131 from Chaosus/shader_refactor_render_modes | Rémi Verschelde | |
2021-12-22 | Merge pull request #55793 from aaronfranke/ios64 | Rémi Verschelde | |
2021-12-22 | Remove build system code for 32-bit iOS | Aaron Franke | |
2021-12-21 | Refactor render_mode in shaders, forbid declaring duplicates | Yuri Roubinsky | |
2021-12-21 | Merge pull request #56043 from Zylann/mesh_old_conversion_message | Rémi Verschelde | |
2021-12-21 | Added resource path to message about old mesh format conversion | Marc Gilleron | |
2021-12-21 | Merge pull request #56127 from akien-mga/doc-makerst-lang-headings | Rémi Verschelde | |
2021-12-21 | i18n: Add `--lang` option to `make_rst.py` to write translated headings | Rémi Verschelde | |
Add a few missing headings to the translation templates. | |||
2021-12-21 | i18n: Sync classref translations with 3.x branch (3.5-beta) | Rémi Verschelde | |
This is the new base branch for the classref translations to prepare them for the 3.5 release. This means that the 3.4 class ref translations will likely no longer get updates, as we can't easily maintain two slightly different branches on Weblate. (cherry picked from commit aac4e3614975303330a7e2aa719b7a05ae8333e5) | |||
2021-12-21 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit eb4816ee130f3258849febecb44b8d013bf346a1) | |||
2021-12-21 | i18n: Remove line numbers from classref PO files | Rémi Verschelde | |
It's useful context for translators but it generates very spammy diffs whenever a line is added or removed, changing the comments for hundreds or thousands of msgids needlessly. We still have the file names so it's relatively easy to search in file to find the location of the source string. (cherry picked from commit dbfe36728ed32ee93bd200678534733c89dc3150) | |||
2021-12-21 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 0fe94ee6e55e1231df5e80c20e58e7f2d73adde8) |