Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-10 | Don't allow removing TextEdit's main caret | Haoyu Qiu | |
2022-10-09 | Merge pull request #67103 from Mickeon/i-forgor | Rémi Verschelde | |
Fix Array.`slice()` and `filter()` forgetting Typed Array | |||
2022-10-09 | Merge pull request #67109 from TokageItLab/remove-clear-editors-in-bone-mapper | Rémi Verschelde | |
Remove unused func definition in BoneMapEditor | |||
2022-10-09 | Merge pull request #67083 from RedMser/label-font-warning | Rémi Verschelde | |
Add warning for missing characters in label font | |||
2022-10-09 | Merge pull request #67084 from HolonProduction/svg_default_option | Rémi Verschelde | |
Show svg import options in default settings. | |||
2022-10-09 | Merge pull request #67074 from raulsntos/dotnet/symbols | Rémi Verschelde | |
C#: Generate symbols packages | |||
2022-10-09 | Merge pull request #67076 from timothyqiu/hint-enum-suffix | Rémi Verschelde | |
Remove invalid suffix hint for enum property | |||
2022-10-09 | Merge pull request #66524 from microaeris/aeris/text-edit-get-scroll-bar | Rémi Verschelde | |
Getters for TextEdit scroll bars | |||
2022-10-09 | Fix Array.`slice()` and `filter()` forgetting Typed Array | Micky | |
2022-10-09 | Remove unused func definition in BoneMapEditor | Silc Renew | |
2022-10-08 | Merge pull request #67086 from timothyqiu/text-txt | Yuri Rubinsky | |
2022-10-08 | Fix Label text length mismatch after localization | Haoyu Qiu | |
2022-10-08 | Add warning for missing characters in label font | RedMser | |
2022-10-08 | Show svg import options in default settings. | HolonProduction | |
Fixes: #63840 Importers can export options conditional based on the resource path. If an empty path is passed (as by the editor settings) filtering should not be done. | |||
2022-10-08 | C#: Generate symbols packages | Raul Santos | |
2022-10-08 | Merge pull request #67070 from timothyqiu/bind-redraw | Rémi Verschelde | |
Bind `AnimationTrackEditor::_redraw_tracks` for UndoRedo | |||
2022-10-08 | Merge pull request #67060 from timothyqiu/named-layers | Rémi Verschelde | |
Only show named layers in layer menu | |||
2022-10-08 | Merge pull request #67053 from Calinou/doc-array-sort-not-stable | Rémi Verschelde | |
Document `Array.sort()` and `sort_custom()` using unstable sorting | |||
2022-10-08 | Merge pull request #67066 from timothyqiu/register-null | Rémi Verschelde | |
Validate input in `ScriptServer::register_language` | |||
2022-10-08 | Merge pull request #65983 from Mickeon/rename-audio-player-volume-db | Rémi Verschelde | |
Rename AudioStreamPlayer3D's `unit_db` to `volume_db` | |||
2022-10-08 | Merge pull request #67062 from timothyqiu/enum-space | Rémi Verschelde | |
Remove leading spaces from enumerator name hints | |||
2022-10-08 | Merge pull request #67052 from OvercookedRoach/patch-1 | Rémi Verschelde | |
Area3D: declare "_validate_property" as protected | |||
2022-10-08 | Merge pull request #67051 from clayjohn/CanvasGroup-clear | Rémi Verschelde | |
Allow clearing backbuffer after finishing CanvasGroup | |||
2022-10-08 | Remove invalid suffix hint for enum property | Haoyu Qiu | |
2022-10-08 | Merge pull request #67045 from winterpixelgames/bugfix-web-cursor | Fabio Alessandrelli | |
Fix bug in setting custom cursor on web | |||
2022-10-08 | Bind `AnimationTrackEditor::_redraw_tracks` for UndoRedo | Haoyu Qiu | |
2022-10-07 | Getters for TextEdit scrollbars | microaeris | |
2022-10-08 | Validate input in `ScriptServer::register_language` | Haoyu Qiu | |
2022-10-08 | Remove leading spaces from enumerator name hints | Haoyu Qiu | |
For `PROPERTY_HINT_ENUM` properties, enumerator names can be provided as a comma separated list. There're a few properties that add leading spaces to the names (e.g. `First, Second, Third`). These spaces are included in the Inspector dropdown, which is unexpected. It's better to leave the surrounding spaces untouched because it could be part of the resulting string value (the variable is a string enum). And most other enum hints don't contain surrounding whitespaces. This PR removes the spaces and documents this `PROPERTY_HINT_ENUM` behavior. | |||
2022-10-08 | Only show named layers in layer menu | Haoyu Qiu | |
2022-10-08 | Document `Array.sort()` and `sort_custom()` using unstable sorting | Hugo Locurcio | |
2022-10-07 | declare "_validate_property" as protected | Arthur J | |
In other classes, the function _validate_property is declared as protected (in the case of Area2D), but in Area3D it's declared as private, which causes compile errors when trying to extend the class in a C++ module for example. | |||
2022-10-07 | Allow clearing backbuffer after finishing CanvasGroup | clayjohn | |
This avoids an issue where having multiple CanvasGroups overlap would create a weird artifact | |||
2022-10-07 | Merge pull request #67047 from KoBeWi/_aacdeelmmnoptt | Rémi Verschelde | |
Sort unused palette commands alphabetically | |||
2022-10-07 | Merge pull request #67011 from aaronfranke/color-float-literals | Rémi Verschelde | |
Use float literals for float calculations in Color and misc core cleanup | |||
2022-10-07 | Merge pull request #67035 from mateuseap/mateuseap/master | Rémi Verschelde | |
Fix signature for `folder_moved` signal of `FileSystemDock` | |||
2022-10-07 | Merge pull request #67041 from HolonProduction/dock_move_bug | Rémi Verschelde | |
Fix a bug with moving dock left and right. | |||
2022-10-07 | Merge pull request #67042 from clayjohn/overlay-shadow-bug | Rémi Verschelde | |
Fix material overlay overriding shadow casting logic | |||
2022-10-07 | Sort unused palette commands alphabetically | kobewi | |
2022-10-07 | Fix material overlay overriding shadow casting logic | clayjohn | |
Material overlay should only cast a shadow if it can cast a shadow and the instance can cast a shadow | |||
2022-10-07 | Fix a bug with moving dock left and right. | HolonProduction | |
Fixes #67039 `get_index` counts internal children by default but `move_child` ignores them therefore `move_child` had no effect. The call to `set_current_tab` is not needed anymore in Godot 4 since the current tab will change when calling `move_child`. | |||
2022-10-07 | Change auto to default in cursor css settings. | Jason Knight | |
2022-10-07 | Fix signature for 'folder_moved' signal of FileSystemDock | meap | |
2022-10-07 | Use float literals for float calculations in Color | Aaron Franke | |
2022-10-07 | Merge pull request #66972 from FHEK789/node2d_canvas_item_docs | Rémi Verschelde | |
Add descriptions for Node2D's skew and CanvasItem's clip_children | |||
2022-10-07 | Merge pull request #67027 from akien-mga/msvc-fix-c4702 | Rémi Verschelde | |
Fix more MSVC C4702 (unreachable code) warnings | |||
2022-10-07 | Fix more MSVC C4702 (unreachable code) warnings | Rémi Verschelde | |
2022-10-07 | Merge pull request #67020 from GuilhermeGSousa/remove-transition-expression-node | Rémi Verschelde | |
Remove expression base node for transitions | |||
2022-10-07 | Merge pull request #67021 from RandomShaper/window_create_ret_madness | Rémi Verschelde | |
Harmonize return values of `window_create()` in rendering drivers | |||
2022-10-07 | Merge pull request #66808 from bruvzg/msvc_warn | Rémi Verschelde | |