summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-11-25Merge pull request #52387 from Calinou/node-rename-path-changed-notificationMax Hilbrunner
Rename Node's `NOTIFICATION_PATH_CHANGED` to `NOTIFICATION_PATH_RENAMED`
2021-11-25Enchance descriptions of @GlobalScope/@GDScriptYuri Roubinsky
2021-11-24Merge pull request #51679 from Je06jm/fsrRémi Verschelde
AMD FidelityFX Super Resolution
2021-11-24Merge pull request #52456 from kleonc/image-fill-rectRémi Verschelde
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-23Implemented AMD's FSR as a computer shader for upscaling 3D scenesJe06jm
2021-11-23Add Image::fill_rect methodkleonc
2021-11-23Merge pull request #55259 from KoBeWi/no_easy_easeRémi Verschelde
2021-11-23Merge pull request #54949 from Chaosus/fix_warningRémi Verschelde
2021-11-23Merge pull request #55257 from KoBeWi/replace_by_voidRémi Verschelde
2021-11-23Correct the doc about ease()kobewi
2021-11-23Merge pull request #55243 from KoBeWi/some_random_stuff_idkRémi Verschelde
2021-11-23Mention that replace_by doesn't free the nodekobewi
2021-11-23Improve various textskobewi
2021-11-23Merge pull request #55251 from bruvzg/is_physical_key_pressedRémi Verschelde
2021-11-23Merge pull request #47567 from Calinou/add-boot-splash-image-settingRémi Verschelde
2021-11-23Add Input.is_physical_key_pressed method.bruvzg
2021-11-23Add a project setting to disable the boot splash imageHugo Locurcio
This allows disabling the boot splash image while keeping the background color.
2021-11-23Document the engine's use of internal groups in NodeHugo Locurcio
2021-11-22Merge pull request #55151 from Chaosus/control_reset_sizeRémi Verschelde
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
2021-11-22Merge pull request #55217 from KoBeWi/get_property_and_propertyRémi Verschelde
2021-11-22Clarify get_indexed in relation to Nodeskobewi
2021-11-22Add methods to get position from column and line in TextEditYuri Sizov
2021-11-22Merge pull request #55171 from dalexeev/font-data-set-fixed-sizeRémi Verschelde
2021-11-22Merge pull request #54339 from ConteZero/line_edit_drag_and_dropRémi Verschelde
2021-11-21Convert PhysicalSkyMaterial colors to SRGBclayjohn
2021-11-20Expose `FontData::{set,get}_fixed_size` methodsDanil Alexeev
2021-11-20Merge pull request #54932 from briansemrau/expose-main-thread-idRémi Verschelde
2021-11-19doc: Fix `make_rst.py` hyperlinks for theme itemsRémi Verschelde
Fixup to #55092.
2021-11-19i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit f737ed4da03af2afb6dd9725b43182ba22aef7d4)
2021-11-18Merge pull request #55092 from KoBeWi/thelp_itemRémi Verschelde
Add [theme_item] tag to editor help
2021-11-18Merge pull request #54462 from Paulb23/the-last-hidden-lineRémi Verschelde
2021-11-18Add [theme_item] tag to editor helpkobewi
2021-11-17Fix TextEdit mouse interactions when the last line is hiddenPaulb23
2021-11-17Fix divide by zero in pck_packerPaulb23
2021-11-17Merge pull request #55054 from KoBeWi/marginalized_iconRémi Verschelde
2021-11-17Mention how to add margins to Button's iconkobewi
2021-11-17Expose `randfn` to global scopeYuri Roubinsky
2021-11-16Make bezier handle type a property of keyframes, update interfaceNathan Lovato
- Replaced unused code related to old close icon with a button - Add bezier handle options to right-click menu - Remove mirror handle mode, only keep balanced - Update animation reference
2021-11-16Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde
2021-11-15Fix drag and drop on LineEditConteZero
2021-11-15Merge pull request #54991 from akien-mga/dehardcode-docs-branch-urlRémi Verschelde
2021-11-15Merge pull request #54952 from Calinou/doc-editorpathsRémi Verschelde
2021-11-15Document the EditorPaths classHugo Locurcio
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-11-15Allow dehardcoding documentation branch and URL in docs linksRémi Verschelde
This makes it possible to change the branch of the documentation that URLs are pointing to without having to modify all class reference files. In the XML class reference, the `$DOCS_URL` placeholder should be used, and will be replaced automatically in the editor and when generating the RST class reference. The documentation branch string is set in `version.py`. Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-11-15Merge pull request #43072 from KoBeWi/point_to_angleRémi Verschelde
2021-11-15Merge pull request #54981 from Calinou/doc-giRémi Verschelde
2021-11-14Improve documentation related to global illuminationHugo Locurcio