Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-11 | Merge pull request #67270 from RandomShaper/slim_usage_msaa_attachment | Rémi Verschelde | |
Restrict MSAA attachment usage to the strictly needed set | |||
2022-10-11 | Merge pull request #67244 from RandomShaper/split_render_further_2 | Rémi Verschelde | |
Polish rendering driver refactor further (take 2) | |||
2022-10-11 | Restrict MSAA attachment usage to the strictly needed set | Pedro J. Estébanez | |
2022-10-11 | Polish rendering driver refactor further (take 2) | Pedro J. Estébanez | |
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 #62659 from Chaosus/editor_group_rename_option | Rémi Verschelde | |
Add ability to rename groups in the GroupsEditor | |||
2022-10-11 | Merge pull request #67018 from Mickeon/try-connections-dialog-self-connection | Rémi Verschelde | |
Add Editor Setting for default name when connecting signal to self | |||
2022-10-11 | Merge pull request #66310 from ↵ | Rémi Verschelde | |
TokageItLab/Change-bonemapper-background-silhouette Change bone mapper background model silhouette | |||
2022-10-11 | Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo | Rémi Verschelde | |
Fetch video adapter driver name and version from OS | |||
2022-10-11 | Merge pull request #61776 from Rindbee/fix-code-editor-search | Rémi Verschelde | |
Fix some bugs about search in code editor | |||
2022-10-11 | Merge pull request #67201 from progsource/richtextlabel-icon-spritesheet | Rémi Verschelde | |
Add Spritesheet support to RichTextLabel BBCode | |||
2022-10-11 | Merge pull request #67241 from ↵ | Rémi Verschelde | |
groud/expose_resource_format_loader_recognize_path Exposes ResourceFormatLoader.recognize_path to scripting | |||
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 | Fetch video adapter driver name and version from OS on Linux/*BSD and Windows | MJacred | |
2022-10-11 | Exposes ResourceFormatLoader.recognize_path to scripting | Gilles Roudière | |
2022-10-11 | Merge pull request #67242 from akien-mga/cleanup-unused-defines | Rémi Verschelde | |
Cleanup unused defines in platform code | |||
2022-10-11 | Merge pull request #59382 from akien-mga/editor-acceptdialog-swap-cancel-ok | Rémi Verschelde | |
Add editor setting for AcceptDialog OK/Cancel buttons positioning | |||
2022-10-11 | Fix some bugs about search in code editor | Rindbee | |
1. Fix #61713; 2. Fix the bug when there are consecutive matches, forward searching will skip the adjacent item; 3. Fix the bug that enable the selection-only option will affect the operations in search mode. | |||
2022-10-11 | Merge pull request #67236 from RandomShaper/fix_win_cons | Rémi Verschelde | |
Fix newlines not honored in Windows console | |||
2022-10-11 | Cleanup unused defines in platform code | Rémi Verschelde | |
2022-10-11 | Fix newlines not honored in Windows console | Pedro J. Estébanez | |
This is relevant when building with `windows_subsystem=console`. | |||
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 #67217 from ↵ | Rémi Verschelde | |
touilleMan/gdextension-implement-get_documentation Implement ScriptExtension::get_documentation | |||
2022-10-11 | Merge pull request #67224 from Mickeon/jason | Rémi Verschelde | |
Use `JSON::stringify` where possible | |||
2022-10-11 | Merge pull request #67176 from cooperra/negative-scale-culling-fix | Rémi Verschelde | |
Vulkan Clustered: Fix culling of negatively-scaled objects | |||
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 #67126 from Mickeon/i-was-very-bored | Rémi Verschelde | |
Strip unnecessary break on switches returning early in Variant | |||
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-11 | Merge pull request #64268 from timothyqiu/is-finite | Rémi Verschelde | |
Add `is_finite` method for checking built-in types | |||
2022-10-11 | Merge pull request #67000 from RandomShaper/split_render_further | Rémi Verschelde | |
Polish rendering driver refactor further | |||
2022-10-11 | Implement ScriptExtension::get_documentation | Emmanuel Leblond | |
2022-10-10 | Add animation slices for individual animations | Juan Velandia | |
This improves the workflow for animations in a single timeline. The users are no longer forced to slice one animation named "default". Instead users can choose which animation(s) to break and how. Changes: - Remove slicing options from the animation player import menu - Add such options to the animation import menu - Rename clips to slices wherever was left | |||
2022-10-10 | Connect signal animation_removed to its proper method | Juan Velandia | |
2022-10-11 | Use `JSON::stringify` where possible | Micky | |
2022-10-10 | Fix node name casing issues | kobewi | |
Co-authored-by: ryburnj <jordanryburn@gmail.com> | |||
2022-10-10 | Strip unnecessary break on switches returning early in Variant | Micky | |
Tweaks comments around the touched-up parts. Also tweaks spacing Also adds some spacing in all cases of Variant::`reference()`. This is a special for consistency, because it ends up making the cases more readable. | |||
2022-10-10 | Show warning when scaling Light3D nodes | RedMser | |
2022-10-10 | Remove incorrect px suffixes | RedMser | |
2022-10-10 | Merge pull request #67183 from akien-mga/gcc-warnings-cleanup | Rémi Verschelde | |
SCons: Cleanup GCC warnings configuration | |||
2022-10-10 | Merge pull request #67124 from KoBeWi/load_before_save | Rémi Verschelde | |
Fallback to ResourceLoader if can't find UID | |||
2022-10-10 | Merge pull request #67200 from bruvzg/fix_win_gcc_warn | Rémi Verschelde | |
[Windows] Fix GCC MinGW warnings. | |||
2022-10-10 | Merge pull request #67189 from KoBeWi/longcut | Rémi Verschelde | |
Remove default shortcut for Preview Canvas Scale | |||
2022-10-10 | Merge pull request #64692 from ↵ | Rémi Verschelde | |
touilleMan/no-variant-destructor-for-struct-builtins Remove Transform2/3D,AABB,Basis from Variant destructors given they are POD structs | |||
2022-10-10 | Merge pull request #67184 from zaevi/web_fix_GodotJSWrapper_object_type | Fabio Alessandrelli | |
[Web] Fix `Object` type in GodotJSWrapper. | |||
2022-10-10 | [Windows] Fix GCC MinGW warnings. | bruvzg | |
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 | SCons: Cleanup GCC warnings configuration | Rémi Verschelde | |
- Outright disable spammy warnings due to past or present GCC bugs: * `-Wno-strict-overflow` for GCC 7. * `-Wno-type-limits` for GCC before 11 (regressed in 9/10, might work in earlier releases but at this stage we don't care). * `-Wno-return-type` for GCC 12/13 (regression, still not fixed). - Enable extra warnings conditionally when broken on earlier GCC: * `-Wnoexcept` was removed due to an upstream regression in GCC 9, could be re-enabled (but commented out for now as we actually have `-Wnoexcept` warnings to fix. * `-Wlogical-op` was broken on our variadic templates before GCC 11, now seems fine. |