summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-07-08AudioStreamPlayer: Clarify that no validation is made on 'bus' nameRémi Verschelde
Supersedes #39605. Fixes #39585.
2022-07-08Merge pull request #42708 from drentsoft/improved_treeitem_docs_branchRémi Verschelde
2022-07-08Merge pull request #62075 from Vitika9/gsoc-colorpickerRémi Verschelde
2022-07-08Clarified usage of TreeItem get_next*() and get_prev*() functions.Derwent Ready (drentsoft)
2022-07-08Merge pull request #62751 from jjor2/lightmapgi-typoRémi Verschelde
Fix small typo in LightmapGI class reference
2022-07-07Merge pull request #62108 from bruvzg/font_config_v3Rémi Verschelde
2022-07-06ColorPicker RefactorVitika9
2022-07-06Merge pull request #62713 from YuriSizov/docs-scripting-annotationsRémi Verschelde
2022-07-06i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit 417f20f06c7449bfc3820cdfdde4183082cfb004)
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-07-06Merge pull request #62374 from reduz/implement-bitfield-hintRémi Verschelde
Implement a BitField hint
2022-07-06Disable Expand by default in VideoStreamPlayerHugo Locurcio
This ensures videos are always visible as soon as a video file is specified in the VideoStreamPlayer node. The node will no longer be resized to 0×0 by default, making the video invisible in the process (even if the audio can still be heard).
2022-07-05Fix small typo in LightmapGI class referenceJadon Orr
2022-07-05Implement a BitField hintreduz
Allows to specify the binder that an enum must be treated as a bitfield.
2022-07-05Clamp VoxelGI extents to reasonable values to avoid breaking bakingHugo Locurcio
This also prevents crashes when resizing a VoxelGI's extents to 0 on any axis.
2022-07-05Merge pull request #62726 from jmpelletier/jmpelletier-patch-2Rémi Verschelde
2022-07-05Merge pull request #62259 from KoBeWi/textpandRémi Verschelde
2022-07-05StyleBox: Document correct methods to draw with a RIDJean-Marc Pelletier
2022-07-05Merge pull request #62724 from KoBeWi/xml_explorerRémi Verschelde
2022-07-05Implement XMLParser.get_current_line()kobewi
2022-07-04Document changing the Decal and Light3D projector texture filter modesHugo Locurcio
2022-07-04Merge pull request #62212 from hansemro/eraser-detect-4Rémi Verschelde
Add inversion/eraser-end property for tablet pens
2022-07-04[macOS, Windows, X11] Add stylus inverted/eraser support toHansem Ro
InputEventMouseMotion event
2022-07-04Add support for documenting built-in annotationsYuri Sizov
2022-07-04Allow to disable TextEdit vertical scrollkobewi
2022-07-04Merge pull request #62448 from MinusKube/completion-scroll-clickRémi Verschelde
Add the ability to drag the code completion scrollbar using the mouse click
2022-07-03Add the ability to drag the code completion scrollbar using the mouse clickMinusKube
2022-07-03Input: Re-enable input accumulation by defaultRémi Verschelde
I turned it off by mistake in #38697. See also #62664 for details on this boolean's complex history :)
2022-07-02Merge pull request #61610 from ↵Rémi Verschelde
TokageItLab/importer-retarget-registered-gdhumanoid
2022-07-01Merge pull request #50755 from ↵Rémi Verschelde
foxydevloper/add-global-position-and-global-rotation Add global_position and global_rotation to Node3D
2022-07-01Clamp Decal's upper/lower fade to positive valuesHugo Locurcio
Negative easing values result in broken rendering.
2022-07-01Merge pull request #62439 from timothyqiu/str-formatRémi Verschelde
2022-07-01Add global_position and global_rotation to Node3Dfoxydevloper
2022-07-01Restore and improve some ParticlesMaterial docskobewi
2022-07-01Merge pull request #59089 from KoBeWi/I_am_rootRémi Verschelde
Add `root_subfolder` to FileDialog
2022-07-01Merge pull request #62477 from lyuma/packedbytearrayRémi Verschelde
Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays.
2022-06-30Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays.Lyuma
2022-07-01implement bone renamer in importerSilc Renew
2022-06-29Exposes methods for adding and removing ResourceFormatLoaders and -Savers in ↵leogeier
the ClassDB
2022-06-29Merge pull request #62084 from smix8/path_debug_options_4.xRémi Verschelde
Add Path2D/3D debug options
2022-06-29i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit c93ccb5d1da8f4a01646b6f29a5ad0e87381b027)
2022-06-28Merge pull request #60675 from voylin/Add-BBCode-support-for-printing-outputRémi Verschelde
Adding print_rich() for printing with BBCode
2022-06-28Merge pull request #61196 from V-Sekai/animtree-advance-expressionsRémi Verschelde
2022-06-28Add root_subfolder to FileDialogkobewi
2022-06-28Add AnimationTree Advance ExpressionsSaracenOne
Allows specifying an expression as a condition for state machine transitions. This gives much greater flexibility for creating complex state machines. By directly interfacing with the script code, it is possible to create complex animation advance condition for switching between states. Ensure assigning AnimationTreeStateMachineTransition base expression node in editor is relative to current AnimationTree node. Allow setting an expression base node on the AnimationTree itself. Co-Authored-By: reduz <reduzio@gmail.com>
2022-06-29Adding print_rich for printing with BBCodeVoylin
2022-06-28Fix typos and improve clarity in Tween docssnailrhymer
2022-06-28Merge pull request #62468 from V-Sekai/core-const-expressionsRémi Verschelde
Add a const call mode to Object, Variant and Script.
2022-06-27Merge pull request #62449 from Chaosus/wrap_funcRémi Verschelde
Add generalized version of `wrap` function