summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2023-01-20Merge pull request #71709 from clayjohn/decals-lights-sortingRémi Verschelde
Sort decals and lights based on camera origin
2023-01-20Sort decals and lights based on camera originclayjohn
Also implement sort_offset for decals Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2023-01-20Merge pull request #71718 from Calinou/doc-custom-mouse-cursor-max-size-webRémi Verschelde
Document image size restrictions for custom mouse cursors in HTML5
2023-01-20Merge pull request #71717 from Chaosus/vs_refactor_texture_get_codeYuri Rubinsky
2023-01-20Some refactoring for visual shader texture functionsYuri Rubinsky
2023-01-20Document image size restrictions for custom mouse cursors in HTML5Hugo Locurcio
2023-01-20Merge pull request #71679 from kleonc/draw_polyline_line_stripRémi Verschelde
`CanvasItem::draw_polyline` Support thin polylines drawn using line strip
2023-01-19Merge pull request #71418 from TokageItLab/restart-anim-treeRémi Verschelde
Allow AnimationStateMachine / AnimationNode to restart when transitioning to the same state
2023-01-19Merge pull request #71264 from TokageItLab/improve-statemachineRémi Verschelde
Add next/reset function to `AnimationStateMachine`
2023-01-19CanvasItem::draw_polyline Support thin polylines drawn using line stripkleonc
2023-01-19Merge pull request #71598 from bruvzg/gdscript_bidi_overrideRémi Verschelde
Implement BiDi override mode for GDScript source.
2023-01-19Merge pull request #71649 from raulsntos/array-indexerRémi Verschelde
Add property usage to array indexer
2023-01-19Merge pull request #71565 from RedworkDE/doc-arraymesh-add-surfaceRémi Verschelde
Fix LOD sort order; checks in add_surface; and document all parameters of `ArrayMesh::add_surface_from_arrays`
2023-01-19Add property usage to array indexerRaul Santos
This makes the `Array` indexer show as returning `Variant` instead of `void` in the documentation.
2023-01-19Merge pull request #71443 from TechnoPorg/fix-resource-conversion-pluginsRémi Verschelde
Make EditorResourceConversionPlugin usable.
2023-01-19Fix LOD sort order; checks in add_surface; and document all parameters of ↵RedworkDE
`ArrayMesh::add_surface_from_arrays` Also clarify some related documentation and expose the misssing `ArrayFormat::ARRAY_FLAG_USES_EMPTY_VERTEX_ARRAY`
2023-01-19Merge pull request #71628 from reduz/fixup-editor-file-system-script-parsingRémi Verschelde
Clean up EditorFileSystem script parsing
2023-01-18Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTUREclayjohn
in favour of texture hints
2023-01-18Merge pull request #71619 from TokageItLab/add-keep-state-to-anim-stopRémi Verschelde
Add `p_keep_state` to `AnimationPlayer::stop()`
2023-01-18Merge pull request #71638 from raulsntos/dotnet/export-pluginRémi Verschelde
C#: Implement `ExportPlugin::_get_name` and move `GLOBAL_DEF` to CSharpLanguage
2023-01-18Merge pull request #71623 from kleonc/draw_arc_clamp_to_single_circleRémi Verschelde
`CanvasItem::draw_arc` Clamp angle difference so arc won't overlap itself
2023-01-18Merge pull request #60904 from KoBeWi/👻👻👻Rémi Verschelde
Allow unindent without selection
2023-01-18C#: Move `GLOBAL_DEF`s to CSharpLanguage ctorRaul Santos
Also documents the .NET project settings.
2023-01-18Clean up EditorFileSystem script parsingJuan Linietsky
* Optimize only update modified/added/removed files. * Clean up documentation parsing.
2023-01-19Allow AnimationNodes to restart when transitioning to the same stateSilc Renew
2023-01-19Add next/reset function to AnimationStateMachineSilc Renew
2023-01-18Implement BiDi override mode for GDScript source.bruvzg
2023-01-18Merge pull request #71473 from TigranExe/patch-2Rémi Verschelde
Added property descriptions to and clarified description of SkeletonProfile
2023-01-18Merge pull request #71615 from groud/bring_back_get_cells_by_idRémi Verschelde
Bring back TileMap::get_cells_by_id
2023-01-19Add p_keep_state to AnimationPlayer::stop()Silc Renew
2023-01-18Allow unindent without selectionkobewi
2023-01-18Bring back TileMap::get_cells_by_idGilles Roudière
2023-01-18Updated SkeletonProfile's main and property descriptionsTigran
Updated SkeletonProfile's main and property descriptions -Description now has note about read only quality -"bone_size" and "group_size" property descriptions have been added and clarified. -Property descriptions refer to BoneMap page instead of [code]bone_map[/code] from [Retargeting 3d skeletons](https://docs.godotengine.org/en/latest/tutorials/assets_pipeline/retargeting_3d_skeletons.html#bone-map). -all property descriptions now do not have any Notes to split them -TokageItLab clarifies property descriptions to highlight their use Co-Authored-By: Silc 'Tokage' Renew <tokage.it.lab@gmail.com>
2023-01-18CanvasItem::draw_arc Clamp angle difference so arc won't overlap itselfkleonc
2023-01-18Merge pull request #71527 from matt08-prog/patch-1Rémi Verschelde
add RichTextLabel::push_font_size description
2023-01-18Merge pull request #71514 from akien-mga/os-unset_environmentRémi Verschelde
OS: Add `unset_environment`, better validate input
2023-01-17Fix documentation 2d/3d mixupsRedMser
2023-01-17Merge pull request #71145 from dalexeev/doc-sprite-framesRémi Verschelde
Improve `SpriteFrames` docs
2023-01-16add RichTextLabel::push_font_size descriptionmatt08-prog
Is it worth adding descriptions for the ItemType enum values (ITEM_FRAME , ITEM_TEXT etc.) or are they self explanatory enough?
2023-01-16OS: Add `unset_environment`, better validate inputRémi Verschelde
Instead of returning an undocumented boolean error code, we do the validation checks that should ensure a successful result. Based on: - https://linux.die.net/man/3/setenv - https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setenvironmentvariable
2023-01-16Fix typo and add missing docs for WINDOW_FLAG_MOUSE_PASSTHROUGH.bruvzg
2023-01-16Merge pull request #70557 from KoBeWi/class_yeetRémi Verschelde
Move global script class cache to separate file
2023-01-16Merge pull request #71502 from bruvzg/tooltip_clickthroughRémi Verschelde
Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips.
2023-01-16Fix scaling issue in `draw_line` and similar methodsDanil Alexeev
2023-01-16Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ↵bruvzg
`window_set_mouse_passthrough` to `Window`.
2023-01-16Move global script class cache to separate filekobewi
2023-01-16Merge pull request #70668 from KoBeWi/never_give_upRémi Verschelde
Retry loading addons after filesystem scan
2023-01-16Merge pull request #70669 from KoBeWi/bruh2Rémi Verschelde
Improve ResourcePreloader description
2023-01-16Merge pull request #71436 from TigranExe/patch-1Rémi Verschelde
Added a brief description to SkeletonProfileHumanoid
2023-01-16Merge pull request #71461 from snoopdouglas/snoopdouglas/masterRémi Verschelde
Class reference: snake_case .tscn & .gd filenames, _on_* callbacks