Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-11 | Fix select word under caret using caret col instead of line | Paulb23 | |
2022-10-11 | Merge pull request #40274 from Juankz/clips_importing_improvement | Rémi Verschelde | |
Add animation slices for individual animations | |||
2022-10-11 | Merge pull request #63271 from Chaosus/fix_texture_error | Rémi Verschelde | |
Fix error emitting when opening some textures in the inspector | |||
2022-10-11 | Merge pull request #66221 from Mickeon/painstakingly-appending-ds-en-you-tea-es | Rémi Verschelde | |
Rename remaining "*_enable" to "*_enabled" | |||
2022-10-11 | Merge pull request #67201 from progsource/richtextlabel-icon-spritesheet | Rémi Verschelde | |
Add Spritesheet support to RichTextLabel BBCode | |||
2022-10-11 | Add Spritesheet support to RichTextLabel BBCode | Petra Baranski | |
BBCode: [img region=0,0,16,16]res://icon.svg[/img] | |||
2022-10-11 | Merge pull request #67104 from Calinou/add-viewport-transparent-project-setting | Rémi Verschelde | |
Add a project setting to make the root viewport transparent | |||
2022-10-11 | Merge pull request #67219 from KoBeWi/adJUSt_NAMe_cAsIng_PRopERLY | Rémi Verschelde | |
Fix node name casing issues | |||
2022-10-11 | Merge pull request #67192 from RedMser/light-scale-warning | Rémi Verschelde | |
Show warning when scaling Light3D nodes | |||
2022-10-11 | Merge pull request #67194 from RedMser/dirlight2d-height-suffix | Rémi Verschelde | |
Remove incorrect `px` suffixes | |||
2022-10-10 | Connect signal animation_removed to its proper method | Juan Velandia | |
2022-10-10 | Fix node name casing issues | kobewi | |
Co-authored-by: ryburnj <jordanryburn@gmail.com> | |||
2022-10-10 | Show warning when scaling Light3D nodes | RedMser | |
2022-10-10 | Remove incorrect px suffixes | RedMser | |
2022-10-10 | SCons: Re-enable treating `#warning` as error with `werror` | Rémi Verschelde | |
Replace all TODO uses of `#warning` by proper TODO comments, and will open matching bug reports to keep track of them. We don't have a great track record fixing TODOs, but I'd wager we're even worse for fixing these "TODO #warning" so we should prohibit this usage. | |||
2022-10-10 | Merge pull request #65942 from SaracenOne/animation_change_callback_fix | Rémi Verschelde | |
Fix animation change callbacks | |||
2022-10-10 | Merge pull request #67117 from Jummit/tree-button-color | Rémi Verschelde | |
Expose TreeItem::set_button_color | |||
2022-10-10 | Merge pull request #67145 from Paulb23/tab_textedit | Rémi Verschelde | |
Fix inserting tabs in TextEdit | |||
2022-10-10 | Defer clearing of ResourceUID cache and silence warnings | kobewi | |
2022-10-10 | Merge pull request #65805 from MewPurPur/improve-breakpoint-hovering | Rémi Verschelde | |
Improve bookmark and breakpoint indicators | |||
2022-10-10 | Improved breakpoints hover indicator | VolTer | |
2022-10-10 | Don't allow removing TextEdit's main caret | Haoyu Qiu | |
2022-10-09 | Handle tab in TextEdit | Paulb23 | |
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 #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 | Expose TreeItem::set_button_color | Jummit | |
2022-10-09 | Add a project setting to make the root viewport transparent | Hugo Locurcio | |
This allows recording videos with a transparent background without having to create a script. | |||
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 | 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 | Remove invalid suffix hint for enum property | Haoyu Qiu | |
2022-10-07 | Getters for TextEdit scrollbars | microaeris | |
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-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 | Merge pull request #67020 from GuilhermeGSousa/remove-transition-expression-node | Rémi Verschelde | |
Remove expression base node for transitions | |||
2022-10-07 | Remove expression base node for transitions | Guilherme Sousa | |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, ↵ | bruvzg | |
change warnings=all to use /W4. | |||
2022-10-07 | Merge pull request #62910 from Vitika9/gsoc-colorpicker-ux | Rémi Verschelde | |
ColorPicker UX | |||
2022-10-07 | Add split caret direction markers. Fix block/overtype caret size. | bruvzg | |
2022-10-06 | Fix TileMap occluders having a wrong transform | Gilles Roudière | |
2022-10-06 | Merge pull request #66954 from Nidjo123/sample-baked-up-vector | Rémi Verschelde | |
Handle last baked vector index early | |||
2022-10-06 | Merge pull request #66961 from Rindbee/fix-set_custom_color | Rémi Verschelde | |
Fix wrong condition used in `set_custom_color` | |||
2022-10-06 | Merge pull request #66951 from rburing/restore_recovery_as_collision | Rémi Verschelde | |
Revert "Turn on recovery as collisions only for floor snapping" | |||
2022-10-06 | Merge pull request #61902 from Paulb23/multi-caret | Rémi Verschelde | |
Add Multi-caret support to TextEdit | |||
2022-10-06 | Fix wrong condition used in `set_custom_color` | Rindbee | |
2022-10-06 | Handle last baked vector index early | Nikola Bunjevac | |
2022-10-05 | Revert "Turn on recovery as collisions only for floor snapping as this leads ↵ | Ricardo Buring | |
to unwanted behaviour for other surface than the floor." This reverts commit 10395f5df2a1cac6ed83e674c084e62a88fcdde9. | |||
2022-10-05 | Add multi caret support to CodeEdit | Paulb23 | |