Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-02 | Document caveats of high attenuation in OmniLight3D and SpotLight3D | Hugo Locurcio | |
High attenuation values will negatively impact performance for 2 reasons: - The light won't be culled as often. - The light will cover more pixels, which have to be shaded individually. Therefore, lower attenuation values (with a lower range to compensate) should be preferred whenever possible. | |||
2022-01-04 | Merge pull request #55332 from Calinou/voxelgidata-tweak-default-dynamic-range | Rémi Verschelde | |
Decrease the default dynamic range in VoxelGIData to 2.0 | |||
2022-01-04 | Merge pull request #56295 from aaronfranke/doc-midi | Rémi Verschelde | |
2022-01-04 | Merge pull request #55790 from Calinou/renderingserver-add-device-type-getter | Rémi Verschelde | |
Add `RenderingServer.get_video_adapter_type()` method | |||
2022-01-04 | Merge pull request #56305 from Calinou/rename-lod-threshold | Rémi Verschelde | |
2022-01-04 | Merge pull request #55386 from Calinou/allow-disable-depth-prepass | Rémi Verschelde | |
2022-01-04 | Document InputEventMIDI and add some missing 0xF MIDI messages | Aaron Franke | |
2022-01-04 | Merge pull request #55370 from ↵ | JFonS | |
Calinou/geometryinstance3d-lod-fade-node-configuration-warning Emit node configuration warnings for GeometryInstance3D distance fade | |||
2022-01-04 | Merge pull request #56228 from KoBeWi/returns_what | Max Hilbrunner | |
Fix get_v_scroll() desctiption in ItemList | |||
2022-01-04 | Merge pull request #56377 from Calinou/doc-basematerial3d-flowmap-format | Max Hilbrunner | |
Document the expected format of anisotropy flowmaps in BaseMaterial3D | |||
2022-01-04 | Merge pull request #56462 from Calinou/doc-lerp | Max Hilbrunner | |
Improve `lerp()`, `lerp_angle()` and `inverse_lerp()` documentation | |||
2022-01-04 | Merge pull request #53313 from KoBeWi/debinded_konnekt | Rémi Verschelde | |
2022-01-04 | Merge pull request #51206 from clayjohn/Vulkan-ASSGI | Rémi Verschelde | |
2022-01-04 | Improve `lerp()`, `lerp_angle()` and `inverse_lerp()` documentation | Hugo Locurcio | |
This clarifies that `lerp()` can be used both for interpolation and extrapolation. | |||
2022-01-04 | Merge pull request #56209 from skyace65/mouseInputEvent | Rémi Verschelde | |
Improve mouse input event class reference | |||
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2022-01-03 | Merge pull request #55487 from YeldhamDev/scroll_bikeshedding | Rémi Verschelde | |
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-01 | Improve mouse input event class reference | skyace65 | |
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 | Document the expected format of anisotropy flowmaps in BaseMaterial3D | Hugo Locurcio | |
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 | Rename Lod Threshold to Mesh Lod Threshold | Hugo Locurcio | |
This makes it more obvious that the setting only affects mesh LOD, not manual (H)LOD achieved using visibility ranges. | |||
2021-12-27 | Fix "flip faces" description | skyace65 | |
2021-12-26 | State that get static memory usage only works in debug | skyace65 | |
2021-12-24 | Fix get_v_scroll() desctiption in ItemList | kobewi | |
2021-12-24 | Alpha channel indicates opacity, not transparency | Haoyu Qiu | |
2021-12-22 | Add a link to the notifications tutorial page in the object class reference | skyace65 | |
2021-12-23 | Merge pull request #55636 from bruvzg/vis_char_modes | Rémi Verschelde | |
Add different "visible characters" behavior modes. | |||
2021-12-23 | Fix `make_rst.py` missing escape in front of some links | Haoyu Qiu | |
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 | Merge pull request #56119 from timothyqiu/make-rst | Rémi Verschelde | |
2021-12-21 | Update `make_rst.py` for non-latin texts | Haoyu Qiu | |
2021-12-21 | Implement property array for OptionButton | kobewi | |
2021-12-17 | Merge pull request #52170 from Ansraer/2d-scale-factor | Rémi Verschelde | |
2021-12-17 | add 2d scale factor property | Ansraer | |
2021-12-18 | Fix font preview text color on light background | Haoyu Qiu | |
2021-12-16 | i18n: Sync classref translations with current `3.4` docs | Rémi Verschelde | |
(cherry picked from commit f8b4412b51dadcc262d90a1158efad79f6f55f0b) | |||
2021-12-16 | Merge pull request #55165 from Calinou/doc-gui-theme-item-focus-transparent | Rémi Verschelde | |
2021-12-16 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 9f838dbece20fb3eb53c6b57c4c1efb8361ea43c) | |||
2021-12-16 | Mention what happens if find_node() fails | kobewi | |