Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-20 | Merge pull request #71709 from clayjohn/decals-lights-sorting | Rémi Verschelde | |
Sort decals and lights based on camera origin | |||
2023-01-20 | Sort decals and lights based on camera origin | clayjohn | |
Also implement sort_offset for decals Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
2023-01-20 | Merge pull request #71718 from Calinou/doc-custom-mouse-cursor-max-size-web | Rémi Verschelde | |
Document image size restrictions for custom mouse cursors in HTML5 | |||
2023-01-20 | Merge pull request #71717 from Chaosus/vs_refactor_texture_get_code | Yuri Rubinsky | |
2023-01-20 | Some refactoring for visual shader texture functions | Yuri Rubinsky | |
2023-01-20 | Document image size restrictions for custom mouse cursors in HTML5 | Hugo Locurcio | |
2023-01-20 | Merge pull request #71679 from kleonc/draw_polyline_line_strip | Rémi Verschelde | |
`CanvasItem::draw_polyline` Support thin polylines drawn using line strip | |||
2023-01-19 | Merge pull request #71418 from TokageItLab/restart-anim-tree | Rémi Verschelde | |
Allow AnimationStateMachine / AnimationNode to restart when transitioning to the same state | |||
2023-01-19 | Merge pull request #71264 from TokageItLab/improve-statemachine | Rémi Verschelde | |
Add next/reset function to `AnimationStateMachine` | |||
2023-01-19 | CanvasItem::draw_polyline Support thin polylines drawn using line strip | kleonc | |
2023-01-19 | Merge pull request #71598 from bruvzg/gdscript_bidi_override | Rémi Verschelde | |
Implement BiDi override mode for GDScript source. | |||
2023-01-19 | Merge pull request #71649 from raulsntos/array-indexer | Rémi Verschelde | |
Add property usage to array indexer | |||
2023-01-19 | Merge pull request #71565 from RedworkDE/doc-arraymesh-add-surface | Rémi Verschelde | |
Fix LOD sort order; checks in add_surface; and document all parameters of `ArrayMesh::add_surface_from_arrays` | |||
2023-01-19 | Add property usage to array indexer | Raul Santos | |
This makes the `Array` indexer show as returning `Variant` instead of `void` in the documentation. | |||
2023-01-19 | Merge pull request #71443 from TechnoPorg/fix-resource-conversion-plugins | Rémi Verschelde | |
Make EditorResourceConversionPlugin usable. | |||
2023-01-19 | Fix 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-19 | Merge pull request #71628 from reduz/fixup-editor-file-system-script-parsing | Rémi Verschelde | |
Clean up EditorFileSystem script parsing | |||
2023-01-18 | Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTURE | clayjohn | |
in favour of texture hints | |||
2023-01-18 | Merge pull request #71619 from TokageItLab/add-keep-state-to-anim-stop | Rémi Verschelde | |
Add `p_keep_state` to `AnimationPlayer::stop()` | |||
2023-01-18 | Merge pull request #71638 from raulsntos/dotnet/export-plugin | Rémi Verschelde | |
C#: Implement `ExportPlugin::_get_name` and move `GLOBAL_DEF` to CSharpLanguage | |||
2023-01-18 | Merge pull request #71623 from kleonc/draw_arc_clamp_to_single_circle | Rémi Verschelde | |
`CanvasItem::draw_arc` Clamp angle difference so arc won't overlap itself | |||
2023-01-18 | Merge pull request #60904 from KoBeWi/👻👻👻 | Rémi Verschelde | |
Allow unindent without selection | |||
2023-01-18 | C#: Move `GLOBAL_DEF`s to CSharpLanguage ctor | Raul Santos | |
Also documents the .NET project settings. | |||
2023-01-18 | Clean up EditorFileSystem script parsing | Juan Linietsky | |
* Optimize only update modified/added/removed files. * Clean up documentation parsing. | |||
2023-01-19 | Allow AnimationNodes to restart when transitioning to the same state | Silc Renew | |
2023-01-19 | Add next/reset function to AnimationStateMachine | Silc Renew | |
2023-01-18 | Implement BiDi override mode for GDScript source. | bruvzg | |
2023-01-18 | Merge pull request #71473 from TigranExe/patch-2 | Rémi Verschelde | |
Added property descriptions to and clarified description of SkeletonProfile | |||
2023-01-18 | Merge pull request #71615 from groud/bring_back_get_cells_by_id | Rémi Verschelde | |
Bring back TileMap::get_cells_by_id | |||
2023-01-19 | Add p_keep_state to AnimationPlayer::stop() | Silc Renew | |
2023-01-18 | Allow unindent without selection | kobewi | |
2023-01-18 | Bring back TileMap::get_cells_by_id | Gilles Roudière | |
2023-01-18 | Updated SkeletonProfile's main and property descriptions | Tigran | |
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-18 | CanvasItem::draw_arc Clamp angle difference so arc won't overlap itself | kleonc | |
2023-01-18 | Merge pull request #71527 from matt08-prog/patch-1 | Rémi Verschelde | |
add RichTextLabel::push_font_size description | |||
2023-01-18 | Merge pull request #71514 from akien-mga/os-unset_environment | Rémi Verschelde | |
OS: Add `unset_environment`, better validate input | |||
2023-01-17 | Fix documentation 2d/3d mixups | RedMser | |
2023-01-17 | Merge pull request #71145 from dalexeev/doc-sprite-frames | Rémi Verschelde | |
Improve `SpriteFrames` docs | |||
2023-01-16 | add RichTextLabel::push_font_size description | matt08-prog | |
Is it worth adding descriptions for the ItemType enum values (ITEM_FRAME , ITEM_TEXT etc.) or are they self explanatory enough? | |||
2023-01-16 | OS: Add `unset_environment`, better validate input | Ré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-16 | Fix typo and add missing docs for WINDOW_FLAG_MOUSE_PASSTHROUGH. | bruvzg | |
2023-01-16 | Merge pull request #70557 from KoBeWi/class_yeet | Rémi Verschelde | |
Move global script class cache to separate file | |||
2023-01-16 | Merge pull request #71502 from bruvzg/tooltip_clickthrough | Rémi Verschelde | |
Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. | |||
2023-01-16 | Fix scaling issue in `draw_line` and similar methods | Danil Alexeev | |
2023-01-16 | Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ↵ | bruvzg | |
`window_set_mouse_passthrough` to `Window`. | |||
2023-01-16 | Move global script class cache to separate file | kobewi | |
2023-01-16 | Merge pull request #70668 from KoBeWi/never_give_up | Rémi Verschelde | |
Retry loading addons after filesystem scan | |||
2023-01-16 | Merge pull request #70669 from KoBeWi/bruh2 | Rémi Verschelde | |
Improve ResourcePreloader description | |||
2023-01-16 | Merge pull request #71436 from TigranExe/patch-1 | Rémi Verschelde | |
Added a brief description to SkeletonProfileHumanoid | |||
2023-01-16 | Merge pull request #71461 from snoopdouglas/snoopdouglas/master | Rémi Verschelde | |
Class reference: snake_case .tscn & .gd filenames, _on_* callbacks |