Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-11 | Cleanup unused defines in platform code | Rémi Verschelde | |
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-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. | |||
2022-10-10 | Remove default shortcut for Preview Canvas Scale | kobewi | |
2022-10-10 | Merge pull request #66774 from touilleMan/fix-variant-type-in-extension-api-dump | Rémi Verschelde | |
Fix Variant types displayed as `Nil` in extension_api.json | |||
2022-10-10 | Fix extension_api.json Variant types incorrectly displayed as `Nil` | Emmanuel Leblond | |
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 #66584 from rune-scape/rune-validated-call-obj-bug | Rémi Verschelde | |
Fix unset `ObjectID` with validated `get_object()` call | |||
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 #67178 from ↵ | Rémi Verschelde | |
TokageItLab/add-signal-animation_selected-APEditer Add `animation_selected` signal to AnimationPlayerEditor to subscribe changed animation | |||
2022-10-10 | Merge pull request #67145 from Paulb23/tab_textedit | Rémi Verschelde | |
Fix inserting tabs in TextEdit | |||
2022-10-10 | Merge pull request #67180 from BastiaanOlij/openxr_verbose | Rémi Verschelde | |
Cleanup a bunch of debug messages in OpenXR | |||
2022-10-10 | Merge pull request #67128 from KoBeWi/call_deferred_always_works | Rémi Verschelde | |
Defer clearing of ResourceUID cache | |||
2022-10-10 | Merge pull request #67175 from bruvzg/macos_title_edscale | Rémi Verschelde | |
[macOS] Fix window button position and title bar size when editor scale do not match OS UI scale. | |||
2022-10-10 | Fix Object type in GodotJSWrapper. | Zae | |
2022-10-10 | Defer clearing of ResourceUID cache and silence warnings | kobewi | |
2022-10-10 | Cleanup a bunch of debug messages in OpenXR and change the ones we want to ↵ | Bastiaan Olij | |
keep to print_verbose | |||
2022-10-10 | Merge pull request #65805 from MewPurPur/improve-breakpoint-hovering | Rémi Verschelde | |
Improve bookmark and breakpoint indicators | |||
2022-10-10 | Merge pull request #67079 from timothyqiu/main-caret | Rémi Verschelde | |
Don't allow removing `TextEdit`'s main caret | |||
2022-10-10 | Merge pull request #67165 from ↵ | Rémi Verschelde | |
touilleMan/gdextension-remove-GDNativeExtensionClassObjectInstance Remove unused `GDNativeExtensionClassObjectInstance` type def from GDExtension | |||
2022-10-10 | Merge pull request #67147 from gongpha/crash!-sorting-tileset-sources | Rémi Verschelde | |
Fix crashing when editing the `TileSet` field | |||
2022-10-10 | Merge pull request #67131 from KoBeWi/simplify_the_simplify | Rémi Verschelde | |
Fix `simplify_path()` breaking `uid://` | |||
2022-10-10 | Add animation_selected signal to AnimationPlayerEditor | Silc Renew | |
2022-10-10 | [macOS] Fix window button position and title bar size when editor scale do ↵ | bruvzg | |
not match OS UI scale. | |||
2022-10-10 | Vulkan Clustered: Fix culling of negatively-scaled objects | Robbie Cooper | |
Negatively scaled objects should be mirrored. This is already implemented, but it breaks when mirrored and non-mirrored instances of the same object are visible together. It turns out that the code that skips-over repeats in `RenderForwardClustered::_render_list_template` also skips the code that accounts for the culling mode of mirrored objects. The solution here is to consider the `mirror` flag when determining repeats. This might result in more draw commands than necessary since a mirrored object can split a group of non-mirrored instances in two. This problem doesn't appear in the mobile renderer because the repeat optimization isn't implemented there yet. The problem still appears in MultiMeshInstance3D in *all* renderers. Fixes #62879 and #58546. | |||
2022-10-10 | Improved breakpoints hover indicator | VolTer | |
2022-10-10 | Don't allow removing TextEdit's main caret | Haoyu Qiu | |