Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-18 | Update `@icon` definition to add a note | Adam Scott | |
2023-01-18 | Fix some small bugs in the `Window` node | Michael Alexsander | |
2023-01-18 | Merge pull request #71648 from clayjohn/ED-UV-scale | Rémi Verschelde | |
Use a fixed width of 1 pixel for editor debug UV drawing | |||
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 | Use a fixed width of 1 pixel for editor debug UV drawing | clayjohn | |
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 #71627 from KoBeWi/big_dock | Rémi Verschelde | |
Increase default size of docks | |||
2023-01-18 | Merge pull request #71626 from groud/fix_add_tileset_layer_undo | Rémi Verschelde | |
Fixes TileSet layer addition not being undoable | |||
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 #71569 from raulsntos/dotnet/sync-vectors | Rémi Verschelde | |
Sync C# vectors with Core | |||
2023-01-18 | Merge pull request #60904 from KoBeWi/👻👻👻 | Rémi Verschelde | |
Allow unindent without selection | |||
2023-01-18 | Merge pull request #71630 from groud/fix_tilemap_layer_delete_undo | Rémi Verschelde | |
Fixes TileMap undo not restoring tiles | |||
2023-01-18 | C#: Move `GLOBAL_DEF`s to CSharpLanguage ctor | Raul Santos | |
Also documents the .NET project settings. | |||
2023-01-18 | Merge pull request #71636 from RandomShaper/revert_unneeded_bound_mq | Rémi Verschelde | |
Revert "Make MessageQueue::push_callable(p) work with bound arguments" | |||
2023-01-18 | Clean up EditorFileSystem script parsing | Juan Linietsky | |
* Optimize only update modified/added/removed files. * Clean up documentation parsing. | |||
2023-01-18 | Revert "Make MessageQueue::push_callable(p) work with bound arguments" | Pedro J. Estébanez | |
This reverts commit 81b1ebddefc5e3775331b70ea09dfb7d23a4ee1e. | |||
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 | C#: Implement `ExportPlugin::_get_name` | Raul Santos | |
2023-01-18 | Merge pull request #71400 from ↵ | Rémi Verschelde | |
touilleMan/gdextension-dump-global_enum-is_bitfield-field Add missing is_bitfield field for global enum in extension_api_dump | |||
2023-01-18 | Fixes TileMap undo not restoring tiles | Gilles Roudière | |
2023-01-18 | Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function | Rémi Verschelde | |
Remove set_drag_forwarding_compat() | |||
2023-01-18 | Merge pull request #71624 from anvilfolk/enum-regression | Rémi Verschelde | |
Fix unnammed enum crash regression | |||
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 #71618 from groud/fix_tileset_popup_wrong_position | Rémi Verschelde | |
Fix right-click on tilset atlas popup wrong position | |||
2023-01-18 | Merge pull request #71622 from RandomShaper/mq_bound | Rémi Verschelde | |
Make MessageQueue::push_callable(p) work with bound arguments | |||
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-18 | Merge pull request #71599 from Faless/web/4.x_userfs_path | Rémi Verschelde | |
[Web] User FS (user://) now correctly uses project name. | |||
2023-01-18 | Merge pull request #71604 from groud/snappier_tilemap_edit | Rémi Verschelde | |
Avoid recreating TileMap internals when selecting it | |||
2023-01-18 | Merge pull request #71587 from maiself/fix-touch-release | Rémi Verschelde | |
Fix crash on touch release | |||
2023-01-18 | Merge pull request #71580 from bruvzg/rem_dbg_btn | Rémi Verschelde | |
Disable remote debug button if no remote debug preset found. | |||
2023-01-19 | Add p_keep_state to AnimationPlayer::stop() | Silc Renew | |
2023-01-18 | Allow unindent without selection | kobewi | |
2023-01-18 | Increase default size of docks | kobewi | |
2023-01-18 | Fix right-click on tilset atlas popup wrong position | Gilles Roudière | |
Fix similar bug in AnimationLibraryEditor | |||
2023-01-18 | Bring back TileMap::get_cells_by_id | Gilles Roudière | |
2023-01-18 | Fixes TileSet layer addition not being undoable | Gilles Roudière | |
2023-01-18 | Fix unnammed enum crash regression | ocean (they/them) | |
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 | Make MessageQueue::push_callable(p) work with bound arguments | Pedro J. Estébanez | |
2023-01-18 | Avoid recreating TileMap internals when selecting it | Gilles Roudière | |
2023-01-18 | [Web] User FS (user://) now correctly uses project name. | Fabio Alessandrelli | |
This allows multiple instances to co-exist in the same domain while keeping their user data separate (each in its own folder). | |||
2023-01-18 | Disable remote debug button if no remote debug preset found. | bruvzg | |
2023-01-18 | Force disable Vulkan overlays in the editor and project manager | Rémi Verschelde | |
MangoHud would be shown on every popup in multi-window mode, and seemed to cause rendering issues for various users. There are also issues with RTSS, and VkBasalt also doesn't seem particularly good to use in the editor. All these stay available to enable when running the project itself, including running from the editor (so running the editor after e.g. `export MANGOHUD=1` in the environment will ignore it for the editor, but use it when playing the project). Fixes #57403. Fixes #57937. | |||
2023-01-18 | Merge pull request #71584 from clayjohn/SDFGI-error | Rémi Verschelde | |
Remove light from dynamic light list when removing scenario | |||
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 #71582 from ↵ | Rémi Verschelde | |
Calinou/advanced-import-settings-improve-actions-visibility Improve visibility of Actions button in Advanced import settings dialog | |||
2023-01-18 | Merge pull request #71025 from DarkMessiah/enable_column_clip_content | Rémi Verschelde | |
Enable column clip content in ConnectionDock and FilesystemDock |