summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2021-11-30Merge pull request #55427 from zacryol/tab-container-clarifyRémi Verschelde
2021-11-29Clarify usage of TabContainerzacryol
Makes it more clear that TabBar is separate from TabContainer, and that the container draws the tabs itself.
2021-11-29Merge pull request #55408 from madmiraal/fix-54517Rémi Verschelde
2021-11-29Document using SpriteBase3D's `modulate` property with material overrideHugo Locurcio
2021-11-29Enable sorting of operator methods in class documentation.Marcel Admiraal
2021-11-28Merge pull request #55239 from zacryol/find-world-2d-description-fixRémi Verschelde
Fix description of Viewport `find_world_2d()` method.
2021-11-27Fix description of Viewport `find_world_2d()` method.zacryol
The doc now states that the method searches for a World2D among ancestor Viewports as well, differentiating it from the get_world_2d() getter. and also find_world_3d()
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-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